diff --git a/.gitignore b/.gitignore index 85b134647..d77f48c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -36,9 +36,6 @@ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ -*.csproj -*.unityproj -*.sln *.suo *.tmp *.user diff --git a/UTanksServer/ClientRealization/ClientRealization.csproj b/UTanksServer/ClientRealization/ClientRealization.csproj new file mode 100644 index 000000000..208270428 --- /dev/null +++ b/UTanksServer/ClientRealization/ClientRealization.csproj @@ -0,0 +1,8 @@ + + + + Exe + net5.0 + + + diff --git a/UTanksServer/UTanksServer.sln b/UTanksServer/UTanksServer.sln new file mode 100644 index 000000000..850418021 --- /dev/null +++ b/UTanksServer/UTanksServer.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31727.386 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UTanksServer", "UTanksServer\UTanksServer.csproj", "{B4EBBEC0-4C84-4D18-BA6C-38B5B9E7DDB7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B4EBBEC0-4C84-4D18-BA6C-38B5B9E7DDB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B4EBBEC0-4C84-4D18-BA6C-38B5B9E7DDB7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B4EBBEC0-4C84-4D18-BA6C-38B5B9E7DDB7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B4EBBEC0-4C84-4D18-BA6C-38B5B9E7DDB7}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {544380A2-8B9D-425C-8D23-568D68DD4FBC} + EndGlobalSection +EndGlobal diff --git a/UTanksServer/UTanksServer/UTanksServer.csproj b/UTanksServer/UTanksServer/UTanksServer.csproj new file mode 100644 index 000000000..1905f3a47 --- /dev/null +++ b/UTanksServer/UTanksServer/UTanksServer.csproj @@ -0,0 +1,79 @@ + + + + Exe + net5.0 + true + true + true + + + + Windows + + + OSX + + + Linux + + + + AnyCPU + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +