|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|x64"> |
9 | 5 | <Configuration>Debug</Configuration> |
10 | 6 | <Platform>x64</Platform> |
11 | 7 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Release|Win32"> |
13 | | - <Configuration>Release</Configuration> |
14 | | - <Platform>Win32</Platform> |
15 | | - </ProjectConfiguration> |
16 | 8 | <ProjectConfiguration Include="Release|x64"> |
17 | 9 | <Configuration>Release</Configuration> |
18 | 10 | <Platform>x64</Platform> |
|
25 | 17 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 18 | </PropertyGroup> |
27 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | | - <UseDebugLibraries>true</UseDebugLibraries> |
31 | | - <PlatformToolset>v145</PlatformToolset> |
32 | | - <CharacterSet>MultiByte</CharacterSet> |
33 | | - </PropertyGroup> |
34 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
35 | 21 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 22 | <UseDebugLibraries>true</UseDebugLibraries> |
37 | 23 | <PlatformToolset>v145</PlatformToolset> |
38 | 24 | <CharacterSet>MultiByte</CharacterSet> |
39 | 25 | </PropertyGroup> |
40 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
41 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
42 | | - <UseDebugLibraries>false</UseDebugLibraries> |
43 | | - <PlatformToolset>v145</PlatformToolset> |
44 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
45 | | - <CharacterSet>MultiByte</CharacterSet> |
46 | | - </PropertyGroup> |
47 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
48 | 27 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 28 | <UseDebugLibraries>false</UseDebugLibraries> |
50 | 29 | <PlatformToolset>v145</PlatformToolset> |
51 | 30 | <WholeProgramOptimization>true</WholeProgramOptimization> |
52 | 31 | <CharacterSet>MultiByte</CharacterSet> |
53 | 32 | </PropertyGroup> |
54 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
55 | | - <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
56 | | - <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> |
57 | | - </PropertyGroup> |
58 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
59 | 34 | <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
60 | 35 | <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> |
61 | 36 | </PropertyGroup> |
62 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
63 | | - <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
64 | | - <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> |
65 | | - </PropertyGroup> |
66 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
67 | 38 | <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
68 | 39 | <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> |
|
73 | 44 | </ImportGroup> |
74 | 45 | <ImportGroup Label="Shared"> |
75 | 46 | </ImportGroup> |
76 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
77 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
78 | | - </ImportGroup> |
79 | 47 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
80 | 48 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
81 | 49 | </ImportGroup> |
82 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
83 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
84 | | - </ImportGroup> |
85 | 50 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
86 | 51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
87 | 52 | </ImportGroup> |
88 | 53 | <PropertyGroup Label="UserMacros" /> |
89 | 54 | <PropertyGroup /> |
90 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
91 | | - <ClCompile> |
92 | | - <WarningLevel>Level3</WarningLevel> |
93 | | - <Optimization>Disabled</Optimization> |
94 | | - <SDLCheck>true</SDLCheck> |
95 | | - <ConformanceMode>true</ConformanceMode> |
96 | | - <AdditionalIncludeDirectories>$(SolutionDir)Dependencies;$(SolutionDir)Dependencies\Detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
97 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
98 | | - <PrecompiledHeaderFile>Pch.h</PrecompiledHeaderFile> |
99 | | - <ForcedIncludeFiles>Pch.h</ForcedIncludeFiles> |
100 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
101 | | - </ClCompile> |
102 | | - <Link> |
103 | | - <SubSystem>Console</SubSystem> |
104 | | - <AdditionalDependencies>detours.lib;syelog.lib;%(AdditionalDependencies)</AdditionalDependencies> |
105 | | - <AdditionalLibraryDirectories>$(SolutionDir)Dependencies\Detours\lib\x86</AdditionalLibraryDirectories> |
106 | | - </Link> |
107 | | - <PostBuildEvent> |
108 | | - <Command>copy /Y "$(MSBuildProjectDirectory)\Mod.ini" "$(MSBuildProjectDirectory)\bin\$(Platform)\$(Configuration)\mod.ini"</Command> |
109 | | - </PostBuildEvent> |
110 | | - </ItemDefinitionGroup> |
111 | 55 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
112 | 56 | <ClCompile> |
113 | 57 | <WarningLevel>Level3</WarningLevel> |
|
134 | 78 | <IncludePaths>$(SolutionDir)Dependencies</IncludePaths> |
135 | 79 | </MASM> |
136 | 80 | </ItemDefinitionGroup> |
137 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
138 | | - <ClCompile> |
139 | | - <WarningLevel>Level3</WarningLevel> |
140 | | - <Optimization>MaxSpeed</Optimization> |
141 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
142 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
143 | | - <SDLCheck>true</SDLCheck> |
144 | | - <ConformanceMode>true</ConformanceMode> |
145 | | - <AdditionalIncludeDirectories>$(SolutionDir)Dependencies;$(SolutionDir)Dependencies\Detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
146 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
147 | | - <PrecompiledHeaderFile>Pch.h</PrecompiledHeaderFile> |
148 | | - <ForcedIncludeFiles>Pch.h</ForcedIncludeFiles> |
149 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
150 | | - </ClCompile> |
151 | | - <Link> |
152 | | - <SubSystem>Console</SubSystem> |
153 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
154 | | - <OptimizeReferences>true</OptimizeReferences> |
155 | | - <AdditionalDependencies>detours.lib;syelog.lib;%(AdditionalDependencies)</AdditionalDependencies> |
156 | | - <AdditionalLibraryDirectories>$(SolutionDir)Dependencies\Detours\lib\x86</AdditionalLibraryDirectories> |
157 | | - </Link> |
158 | | - <PostBuildEvent> |
159 | | - <Command>copy /Y "$(MSBuildProjectDirectory)\Mod.ini" "$(MSBuildProjectDirectory)\bin\$(Platform)\$(Configuration)\mod.ini"</Command> |
160 | | - </PostBuildEvent> |
161 | | - </ItemDefinitionGroup> |
162 | 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
163 | 82 | <ClCompile> |
164 | 83 | <WarningLevel>Level3</WarningLevel> |
|
197 | 116 | <ItemGroup> |
198 | 117 | <ClCompile Include="DllMain.cpp" /> |
199 | 118 | <ClCompile Include="Pch.cpp"> |
200 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
201 | 119 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
202 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
203 | 120 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
204 | 121 | </ClCompile> |
205 | 122 | </ItemGroup> |
|
0 commit comments