|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 37 | <PlatformToolset>v141</PlatformToolset> |
38 | | - <CharacterSet>Unicode</CharacterSet> |
| 38 | + <CharacterSet>MultiByte</CharacterSet> |
39 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
43 | 43 | <PlatformToolset>v141</PlatformToolset> |
44 | | - <CharacterSet>Unicode</CharacterSet> |
| 44 | + <CharacterSet>MultiByte</CharacterSet> |
45 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 46 | </PropertyGroup> |
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 49 | <PlatformToolset>v141</PlatformToolset> |
50 | | - <CharacterSet>Unicode</CharacterSet> |
51 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
| 50 | + <CharacterSet>MultiByte</CharacterSet> |
52 | 51 | </PropertyGroup> |
53 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
54 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
55 | 54 | <PlatformToolset>v141</PlatformToolset> |
56 | | - <CharacterSet>Unicode</CharacterSet> |
57 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
| 55 | + <CharacterSet>MultiByte</CharacterSet> |
58 | 56 | </PropertyGroup> |
59 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
60 | 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
61 | 59 | <PlatformToolset>v141</PlatformToolset> |
62 | | - <CharacterSet>Unicode</CharacterSet> |
| 60 | + <CharacterSet>MultiByte</CharacterSet> |
63 | 61 | </PropertyGroup> |
64 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
65 | 63 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
66 | 64 | <PlatformToolset>v141</PlatformToolset> |
67 | | - <CharacterSet>Unicode</CharacterSet> |
| 65 | + <CharacterSet>MultiByte</CharacterSet> |
68 | 66 | </PropertyGroup> |
69 | 67 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
70 | 68 | <ImportGroup Label="ExtensionSettings"> |
|
97 | 95 | <PropertyGroup> |
98 | 96 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
99 | 97 | </PropertyGroup> |
100 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
101 | | - <LinkIncremental>false</LinkIncremental> |
102 | | - </PropertyGroup> |
103 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
104 | | - <LinkIncremental>false</LinkIncremental> |
105 | | - </PropertyGroup> |
106 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
107 | | - <LinkIncremental>false</LinkIncremental> |
108 | | - </PropertyGroup> |
109 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
110 | | - <LinkIncremental>false</LinkIncremental> |
111 | | - </PropertyGroup> |
112 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
113 | | - <LinkIncremental>false</LinkIncremental> |
114 | | - </PropertyGroup> |
115 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
116 | | - <LinkIncremental>false</LinkIncremental> |
117 | | - </PropertyGroup> |
118 | 98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
119 | 99 | <ClCompile> |
120 | | - <Optimization>Disabled</Optimization> |
121 | 100 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
122 | | - <MinimalRebuild>true</MinimalRebuild> |
123 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
124 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
125 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
126 | | - <FloatingPointModel>Fast</FloatingPointModel> |
127 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
128 | | - <WarningLevel>Level4</WarningLevel> |
129 | 101 | </ClCompile> |
130 | | - <Link> |
131 | | - <SubSystem>Windows</SubSystem> |
132 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
133 | | - <TargetMachine>MachineX86</TargetMachine> |
134 | | - <LargeAddressAware>true</LargeAddressAware> |
135 | | - </Link> |
136 | 102 | </ItemDefinitionGroup> |
137 | 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
138 | 104 | <ClCompile> |
139 | | - <Optimization>Disabled</Optimization> |
140 | 105 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
141 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
142 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
143 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
144 | | - <FloatingPointModel>Fast</FloatingPointModel> |
145 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
146 | | - <WarningLevel>Level4</WarningLevel> |
147 | 106 | </ClCompile> |
148 | | - <Link> |
149 | | - <SubSystem>Windows</SubSystem> |
150 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
151 | | - <LargeAddressAware>true</LargeAddressAware> |
152 | | - </Link> |
153 | 107 | </ItemDefinitionGroup> |
154 | 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
155 | 109 | <ClCompile> |
156 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
157 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
158 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
159 | | - <OmitFramePointers>true</OmitFramePointers> |
160 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
161 | 110 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
162 | | - <StringPooling>true</StringPooling> |
163 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
164 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
165 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
166 | | - <FloatingPointModel>Fast</FloatingPointModel> |
167 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
168 | | - <WarningLevel>Level4</WarningLevel> |
169 | 111 | </ClCompile> |
170 | | - <Link> |
171 | | - <SubSystem>Windows</SubSystem> |
172 | | - <OptimizeReferences>true</OptimizeReferences> |
173 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
174 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
175 | | - <TargetMachine>MachineX86</TargetMachine> |
176 | | - <LargeAddressAware>true</LargeAddressAware> |
177 | | - </Link> |
178 | 112 | </ItemDefinitionGroup> |
179 | 113 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
180 | 114 | <ClCompile> |
181 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
182 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
183 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
184 | | - <OmitFramePointers>true</OmitFramePointers> |
185 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
186 | 115 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
187 | | - <StringPooling>true</StringPooling> |
188 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
189 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
190 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
191 | | - <FloatingPointModel>Fast</FloatingPointModel> |
192 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
193 | | - <WarningLevel>Level4</WarningLevel> |
194 | 116 | </ClCompile> |
195 | | - <Link> |
196 | | - <SubSystem>Windows</SubSystem> |
197 | | - <OptimizeReferences>true</OptimizeReferences> |
198 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
199 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
200 | | - <LargeAddressAware>true</LargeAddressAware> |
201 | | - </Link> |
202 | 117 | </ItemDefinitionGroup> |
203 | 118 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
204 | 119 | <ClCompile> |
205 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
206 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
207 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
208 | | - <OmitFramePointers>true</OmitFramePointers> |
209 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
210 | 120 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
211 | | - <StringPooling>true</StringPooling> |
212 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
213 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
214 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
215 | | - <FloatingPointModel>Fast</FloatingPointModel> |
216 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
217 | | - <WarningLevel>Level4</WarningLevel> |
218 | 121 | </ClCompile> |
219 | | - <Link> |
220 | | - <SubSystem>Windows</SubSystem> |
221 | | - <OptimizeReferences>true</OptimizeReferences> |
222 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
223 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
224 | | - <TargetMachine>MachineX86</TargetMachine> |
225 | | - <LargeAddressAware>true</LargeAddressAware> |
226 | | - </Link> |
227 | 122 | </ItemDefinitionGroup> |
228 | 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
229 | 124 | <ClCompile> |
230 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
231 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
232 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
233 | | - <OmitFramePointers>true</OmitFramePointers> |
234 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
235 | 125 | <PreprocessorDefinitions>_USRDLL;XRAPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
236 | | - <StringPooling>true</StringPooling> |
237 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
238 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
239 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
240 | | - <FloatingPointModel>Fast</FloatingPointModel> |
241 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
242 | | - <WarningLevel>Level4</WarningLevel> |
243 | 126 | </ClCompile> |
244 | | - <Link> |
245 | | - <SubSystem>Windows</SubSystem> |
246 | | - <OptimizeReferences>true</OptimizeReferences> |
247 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
248 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
249 | | - <LargeAddressAware>true</LargeAddressAware> |
250 | | - </Link> |
251 | 127 | </ItemDefinitionGroup> |
252 | 128 | <ItemGroup> |
253 | 129 | <ClCompile Include="stdafx.cpp"> |
|
0 commit comments