OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
3 <ItemGroup Label="ProjectConfigurations"> | 3 <ItemGroup Label="ProjectConfigurations"> |
4 <ProjectConfiguration Include="Debug|Win32"> | 4 <ProjectConfiguration Include="Debug|Win32"> |
5 <Configuration>Debug</Configuration> | 5 <Configuration>Debug</Configuration> |
6 <Platform>Win32</Platform> | 6 <Platform>Win32</Platform> |
7 </ProjectConfiguration> | 7 </ProjectConfiguration> |
8 <ProjectConfiguration Include="Debug|x64"> | 8 <ProjectConfiguration Include="Debug|x64"> |
9 <Configuration>Debug</Configuration> | 9 <Configuration>Debug</Configuration> |
10 <Platform>x64</Platform> | 10 <Platform>x64</Platform> |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 <OutputFile>.\x64\Release/makeconv.exe</OutputFile> | 233 <OutputFile>.\x64\Release/makeconv.exe</OutputFile> |
234 <SuppressStartupBanner>true</SuppressStartupBanner> | 234 <SuppressStartupBanner>true</SuppressStartupBanner> |
235 <ProgramDatabaseFile>.\x64\Release/makeconv.pdb</ProgramDatabaseFile> | 235 <ProgramDatabaseFile>.\x64\Release/makeconv.pdb</ProgramDatabaseFile> |
236 <SubSystem>Console</SubSystem> | 236 <SubSystem>Console</SubSystem> |
237 <TargetMachine>MachineX64</TargetMachine> | 237 <TargetMachine>MachineX64</TargetMachine> |
238 </Link> | 238 </Link> |
239 </ItemDefinitionGroup> | 239 </ItemDefinitionGroup> |
240 <ItemGroup> | 240 <ItemGroup> |
241 <ClCompile Include="gencnvex.c" /> | 241 <ClCompile Include="gencnvex.c" /> |
242 <ClCompile Include="genmbcs.cpp" /> | 242 <ClCompile Include="genmbcs.cpp" /> |
243 <ClCompile Include="makeconv.c" /> | 243 <ClCompile Include="makeconv.cpp" /> |
244 <ClCompile Include="ucnvstat.c" /> | 244 <ClCompile Include="ucnvstat.c" /> |
245 </ItemGroup> | 245 </ItemGroup> |
246 <ItemGroup> | 246 <ItemGroup> |
247 <ClInclude Include="genmbcs.h" /> | 247 <ClInclude Include="genmbcs.h" /> |
248 <ClInclude Include="makeconv.h" /> | 248 <ClInclude Include="makeconv.h" /> |
249 </ItemGroup> | 249 </ItemGroup> |
250 <ItemGroup> | 250 <ItemGroup> |
251 <ProjectReference Include="..\..\common\common.vcxproj"> | 251 <ProjectReference Include="..\..\common\common.vcxproj"> |
252 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | 252 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
253 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 253 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
254 </ProjectReference> | 254 </ProjectReference> |
255 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> | 255 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
256 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> | 256 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
257 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 257 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
258 </ProjectReference> | 258 </ProjectReference> |
259 </ItemGroup> | 259 </ItemGroup> |
260 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 260 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
261 <ImportGroup Label="ExtensionTargets"> | 261 <ImportGroup Label="ExtensionTargets"> |
262 </ImportGroup> | 262 </ImportGroup> |
263 </Project> | 263 </Project> |
OLD | NEW |