|
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
21 | 21 | <PropertyGroup Label="Globals"> |
22 | | - <ProjectName>tinyxmlSTL</ProjectName> |
| 22 | + <ProjectName>tinyxml</ProjectName> |
23 | 23 | <ProjectGuid>{A3A84737-5017-4577-B8A2-79429A25B8B6}</ProjectGuid> |
24 | 24 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
25 | 25 | </PropertyGroup> |
|
76 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
77 | 77 | <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
78 | 78 | <IntDir>$(SolutionDir)Build\$(ProjectName)\$(Configuration)-inter\</IntDir> |
79 | | - <TargetName>tinyxml_STL</TargetName> |
| 79 | + <TargetName>tinyxml</TargetName> |
80 | 80 | </PropertyGroup> |
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 | 82 | <OutDir>$(SolutionDir)Build\$(Configuration)64\</OutDir> |
83 | 83 | <IntDir>$(SolutionDir)Build\$(ProjectName)\$(Configuration)64-inter\</IntDir> |
84 | | - <TargetName>tinyxml_STL</TargetName> |
| 84 | + <TargetName>tinyxml</TargetName> |
85 | 85 | </PropertyGroup> |
86 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
87 | 87 | <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
88 | 88 | <IntDir>$(SolutionDir)Build\$(ProjectName)\$(Configuration)-inter\</IntDir> |
89 | | - <TargetName>tinyxml_STL</TargetName> |
| 89 | + <TargetName>tinyxml</TargetName> |
90 | 90 | </PropertyGroup> |
91 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
92 | 92 | <OutDir>$(SolutionDir)Build\$(Configuration)64\</OutDir> |
93 | 93 | <IntDir>$(SolutionDir)Build\$(ProjectName)\$(Configuration)64-inter\</IntDir> |
94 | | - <TargetName>tinyxml_STL</TargetName> |
| 94 | + <TargetName>tinyxml</TargetName> |
95 | 95 | </PropertyGroup> |
96 | 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
97 | 97 | <ClCompile> |
98 | 98 | <Optimization>Disabled</Optimization> |
99 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;TIXML_USE_STL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 99 | + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
100 | 100 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
101 | 101 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
102 | 102 | <BrowseInformation>true</BrowseInformation> |
|
121 | 121 | </Midl> |
122 | 122 | <ClCompile> |
123 | 123 | <Optimization>Disabled</Optimization> |
124 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;TIXML_USE_STL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 124 | + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
125 | 125 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
126 | 126 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
127 | 127 | <BrowseInformation>true</BrowseInformation> |
|
145 | 145 | <ClCompile> |
146 | 146 | <Optimization>MaxSpeed</Optimization> |
147 | 147 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
148 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;TIXML_USE_STL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
149 | 149 | <StringPooling>true</StringPooling> |
150 | 150 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
151 | 151 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
171 | 171 | <ClCompile> |
172 | 172 | <Optimization>MaxSpeed</Optimization> |
173 | 173 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
174 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;TIXML_USE_STL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 174 | + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
175 | 175 | <StringPooling>true</StringPooling> |
176 | 176 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
177 | 177 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
0 commit comments