80 lines
3.1 KiB
XML
80 lines
3.1 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>{B4A4B994-9111-42B1-93C2-6F1CA8BC4421}</ProjectGuid>
|
|
<RootNamespace>Common</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>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="CriticalSection.cpp" />
|
|
<ClCompile Include="DateTime.cpp" />
|
|
<ClCompile Include="DynamicLibrary.cpp" />
|
|
<ClCompile Include="File.cpp" />
|
|
<ClCompile Include="HighResTimeStamp.cpp" />
|
|
<ClCompile Include="IniFile.cpp" />
|
|
<ClCompile Include="Log.cpp" />
|
|
<ClCompile Include="md5.cpp" />
|
|
<ClCompile Include="MemoryManagement.cpp" />
|
|
<ClCompile Include="MemTest.cpp" />
|
|
<ClCompile Include="path.cpp" />
|
|
<ClCompile Include="Platform.cpp" />
|
|
<ClCompile Include="Random.cpp" />
|
|
<ClCompile Include="StdString.cpp" />
|
|
<ClCompile Include="SyncEvent.cpp" />
|
|
<ClCompile Include="Thread.cpp" />
|
|
<ClCompile Include="Trace.cpp" />
|
|
<ClCompile Include="Util.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="CriticalSection.h" />
|
|
<ClInclude Include="DateTime.h" />
|
|
<ClInclude Include="DynamicLibrary.h" />
|
|
<ClInclude Include="File.h" />
|
|
<ClInclude Include="HighResTimeStamp.h" />
|
|
<ClInclude Include="IniFile.h" />
|
|
<ClInclude Include="Log.h" />
|
|
<ClInclude Include="md5.h" />
|
|
<ClInclude Include="MemoryManagement.h" />
|
|
<ClInclude Include="MemTest.h" />
|
|
<ClInclude Include="path.h" />
|
|
<ClInclude Include="Platform.h" />
|
|
<ClInclude Include="Random.h" />
|
|
<ClInclude Include="StdString.h" />
|
|
<ClInclude Include="SyncEvent.h" />
|
|
<ClInclude Include="Thread.h" />
|
|
<ClInclude Include="Trace.h" />
|
|
<ClInclude Include="TraceModulesCommon.h" />
|
|
<ClInclude Include="Util.h" />
|
|
</ItemGroup>
|
|
</Project> |