Initial Commit Program
This commit is contained in:
parent
3604cb82fb
commit
905a278bb1
@ -1,8 +1,16 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenCS2hock", "OpenCS2hock\OpenCS2hock.csproj", "{430CE0FF-1822-4EB6-A2C2-47B2FCBEC82B}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{430CE0FF-1822-4EB6-A2C2-47B2FCBEC82B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{430CE0FF-1822-4EB6-A2C2-47B2FCBEC82B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{430CE0FF-1822-4EB6-A2C2-47B2FCBEC82B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{430CE0FF-1822-4EB6-A2C2-47B2FCBEC82B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
11
OpenCS2hock/OpenCS2hock.csproj
Normal file
11
OpenCS2hock/OpenCS2hock.csproj
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<RootNamespace>OpenCS2Hock</RootNamespace>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
9
OpenCS2hock/Program.cs
Normal file
9
OpenCS2hock/Program.cs
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
namespace OpenCS2hock;
|
||||||
|
|
||||||
|
public class Program
|
||||||
|
{
|
||||||
|
public static void Main(string[] args)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user