From a5dd54fbf8b6768423c48786b6a2afaf9a8ece0e Mon Sep 17 00:00:00 2001 From: chai <chaifix@163.com> Date: Mon, 13 Dec 2021 15:00:32 +0800 Subject: *misc --- .../RagdollServer/.vs/RagdollServer/v15/.suo | Bin 0 -> 25600 bytes .../.vs/RagdollServer/v15/Browse.VC.db | Bin 0 -> 266240 bytes Server/Project/RagdollServer/RagdollServer.sln | 31 ++++++ .../RagdollServer/RagdollServer.vcxproj | 122 +++++++++++++++++++++ .../RagdollServer/RagdollServer.vcxproj.filters | 2 + .../RagdollServer/RagdollServer.vcxproj.user | 4 + 6 files changed, 159 insertions(+) create mode 100644 Server/Project/RagdollServer/.vs/RagdollServer/v15/.suo create mode 100644 Server/Project/RagdollServer/.vs/RagdollServer/v15/Browse.VC.db create mode 100644 Server/Project/RagdollServer/RagdollServer.sln create mode 100644 Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj create mode 100644 Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.filters create mode 100644 Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.user (limited to 'Server/Project') diff --git a/Server/Project/RagdollServer/.vs/RagdollServer/v15/.suo b/Server/Project/RagdollServer/.vs/RagdollServer/v15/.suo new file mode 100644 index 0000000..8fb755f Binary files /dev/null and b/Server/Project/RagdollServer/.vs/RagdollServer/v15/.suo differ diff --git a/Server/Project/RagdollServer/.vs/RagdollServer/v15/Browse.VC.db b/Server/Project/RagdollServer/.vs/RagdollServer/v15/Browse.VC.db new file mode 100644 index 0000000..74057cd Binary files /dev/null and b/Server/Project/RagdollServer/.vs/RagdollServer/v15/Browse.VC.db differ diff --git a/Server/Project/RagdollServer/RagdollServer.sln b/Server/Project/RagdollServer/RagdollServer.sln new file mode 100644 index 0000000..f1ab946 --- /dev/null +++ b/Server/Project/RagdollServer/RagdollServer.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.902 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RagdollServer", "RagdollServer\RagdollServer.vcxproj", "{8BC61D58-41D9-43F2-9B52-A97F5AF992C6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Debug|x64.ActiveCfg = Debug|x64 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Debug|x64.Build.0 = Debug|x64 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Debug|x86.ActiveCfg = Debug|Win32 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Debug|x86.Build.0 = Debug|Win32 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Release|x64.ActiveCfg = Release|x64 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Release|x64.Build.0 = Release|x64 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Release|x86.ActiveCfg = Release|Win32 + {8BC61D58-41D9-43F2-9B52-A97F5AF992C6}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FCB3BA56-98AE-4D1D-B599-F7A1F1E9CF24} + EndGlobalSection +EndGlobal diff --git a/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj new file mode 100644 index 0000000..c13234c --- /dev/null +++ b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{8BC61D58-41D9-43F2-9B52-A97F5AF992C6}</ProjectGuid> + <RootNamespace>RagdollServer</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> \ No newline at end of file diff --git a/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.filters b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.filters new file mode 100644 index 0000000..ef1ebf5 --- /dev/null +++ b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file diff --git a/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.user b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.user new file mode 100644 index 0000000..6e2aec7 --- /dev/null +++ b/Server/Project/RagdollServer/RagdollServer/RagdollServer.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project> \ No newline at end of file -- cgit v1.1-26-g67d0