Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
rustcult committed Feb 28, 2024
1 parent 4a94a88 commit 3e27e00
Show file tree
Hide file tree
Showing 8 changed files with 969 additions and 0 deletions.
25 changes: 25 additions & 0 deletions DSCPManager.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DSCPManager", "DSCPManager\DSCPManager.csproj", "{FEEDF595-F8DA-40F1-A769-1EA58CA65801}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEEDF595-F8DA-40F1-A769-1EA58CA65801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEEDF595-F8DA-40F1-A769-1EA58CA65801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEEDF595-F8DA-40F1-A769-1EA58CA65801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEEDF595-F8DA-40F1-A769-1EA58CA65801}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE282990-E2CB-40E8-87BA-AEE26459C086}
EndGlobalSection
EndGlobal
18 changes: 18 additions & 0 deletions DSCPManager/DSCPManager.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.1" />
</ItemGroup>

</Project>
Loading

0 comments on commit 3e27e00

Please sign in to comment.