55 lines
2.4 KiB
XML
55 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{4F28B56B-F4B0-41B0-A785-597F6EF0163A}</ProjectGuid>
|
|||
|
<RootNamespace>ticpp</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<ImportGroup Label="PropertySheets">
|
|||
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|||
|
</ImportGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ItemDefinitionGroup>
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<PreprocessorDefinitions>TIXML_USE_TICPP;_WINDOWS;TIXML_USE_TICPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
</ClCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="Source\src\GLideNUI-wtl\ticpp\ticpp.cpp" />
|
|||
|
<ClCompile Include="Source\src\GLideNUI-wtl\ticpp\tinystr.cpp" />
|
|||
|
<ClCompile Include="Source\src\GLideNUI-wtl\ticpp\tinyxml.cpp" />
|
|||
|
<ClCompile Include="Source\src\GLideNUI-wtl\ticpp\tinyxmlerror.cpp" />
|
|||
|
<ClCompile Include="Source\src\GLideNUI-wtl\ticpp\tinyxmlparser.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="Source\src\GLideNUI-wtl\ticpp\ticpp.h" />
|
|||
|
<ClInclude Include="Source\src\GLideNUI-wtl\ticpp\ticppapi.h" />
|
|||
|
<ClInclude Include="Source\src\GLideNUI-wtl\ticpp\ticpprc.h" />
|
|||
|
<ClInclude Include="Source\src\GLideNUI-wtl\ticpp\tinystr.h" />
|
|||
|
<ClInclude Include="Source\src\GLideNUI-wtl\ticpp\tinyxml.h" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|