|
23 | 23 | <ProjectGuid>{F0FA0C45-CFB3-487F-AE78-8B9668106277}</ProjectGuid> |
24 | 24 | <Keyword>Win32Proj</Keyword> |
25 | 25 | <RootNamespace>TOVR</RootNamespace> |
26 | | - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup> |
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 45 | <PlatformToolset>v141</PlatformToolset> |
46 | | - <CharacterSet>Unicode</CharacterSet> |
| 46 | + <CharacterSet>MultiByte</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
84 | 84 | </PropertyGroup> |
85 | 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
86 | 86 | <ClCompile> |
87 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
| 87 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
88 | 88 | <WarningLevel>Level3</WarningLevel> |
89 | 89 | <Optimization>Disabled</Optimization> |
90 | 90 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TOVR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
91 | 91 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 92 | + <PrecompiledHeaderFile /> |
| 93 | + <PrecompiledHeaderOutputFile /> |
92 | 94 | </ClCompile> |
93 | 95 | <Link> |
94 | 96 | <SubSystem>Windows</SubSystem> |
|
98 | 100 | </ItemDefinitionGroup> |
99 | 101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
100 | 102 | <ClCompile> |
101 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
| 103 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
102 | 104 | <WarningLevel>Level3</WarningLevel> |
103 | 105 | <Optimization>Disabled</Optimization> |
104 | 106 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;TOVR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
105 | 107 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 108 | + <PrecompiledHeaderFile /> |
| 109 | + <PrecompiledHeaderOutputFile /> |
106 | 110 | </ClCompile> |
107 | 111 | <Link> |
108 | 112 | <SubSystem>Windows</SubSystem> |
|
113 | 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
114 | 118 | <ClCompile> |
115 | 119 | <WarningLevel>Level3</WarningLevel> |
116 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
| 120 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
117 | 121 | <Optimization>MaxSpeed</Optimization> |
118 | 122 | <FunctionLevelLinking>true</FunctionLevelLinking> |
119 | 123 | <IntrinsicFunctions>true</IntrinsicFunctions> |
120 | 124 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TOVR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 125 | + <PrecompiledHeaderFile /> |
| 126 | + <PrecompiledHeaderOutputFile /> |
121 | 127 | </ClCompile> |
122 | 128 | <Link> |
123 | 129 | <SubSystem>Windows</SubSystem> |
|
129 | 135 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
130 | 136 | <ClCompile> |
131 | 137 | <WarningLevel>Level3</WarningLevel> |
132 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
| 138 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
133 | 139 | <Optimization>MaxSpeed</Optimization> |
134 | 140 | <FunctionLevelLinking>true</FunctionLevelLinking> |
135 | 141 | <IntrinsicFunctions>true</IntrinsicFunctions> |
136 | 142 | <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;TOVR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 143 | + <PrecompiledHeaderFile /> |
| 144 | + <PrecompiledHeaderOutputFile /> |
137 | 145 | </ClCompile> |
138 | 146 | <Link> |
139 | 147 | <SubSystem>Windows</SubSystem> |
|
146 | 154 | <Text Include="ReadMe.txt" /> |
147 | 155 | </ItemGroup> |
148 | 156 | <ItemGroup> |
149 | | - <ClInclude Include="stdafx.h" /> |
150 | | - <ClInclude Include="targetver.h" /> |
151 | | - </ItemGroup> |
152 | | - <ItemGroup> |
153 | | - <ClCompile Include="stdafx.cpp"> |
154 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
155 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
156 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
157 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
158 | | - </ClCompile> |
159 | 157 | <ClCompile Include="TOVR.cpp" /> |
160 | 158 | </ItemGroup> |
161 | 159 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments