2015-01-27 05:07:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-08 05:15:53 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-14 22:38:52 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-14 22:38:52 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{B4A4B994-9111-42B1-93C2-6F1CA8BC4421}</ProjectGuid>
|
|
|
|
|
<RootNamespace>Common</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ImportGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ItemGroup>
|
2015-10-25 09:10:28 +00:00
|
|
|
|
<ClCompile Include="CriticalSection.cpp" />
|
2016-09-16 21:37:27 +00:00
|
|
|
|
<ClCompile Include="DateTimeClass.cpp" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClCompile Include="FileClass.cpp" />
|
2016-09-16 21:37:27 +00:00
|
|
|
|
<ClCompile Include="HighResTimeStamp.cpp" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClCompile Include="IniFileClass.cpp" />
|
|
|
|
|
<ClCompile Include="LogClass.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile Include="md5.cpp" />
|
2016-01-13 09:39:23 +00:00
|
|
|
|
<ClCompile Include="MemoryManagement.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile Include="MemTest.cpp" />
|
|
|
|
|
<ClCompile Include="path.cpp" />
|
2016-01-04 06:49:33 +00:00
|
|
|
|
<ClCompile Include="Platform.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClCompile Include="StdString.cpp" />
|
2015-11-06 11:42:27 +00:00
|
|
|
|
<ClCompile Include="SyncEvent.cpp" />
|
2016-04-17 19:34:47 +00:00
|
|
|
|
<ClCompile Include="Thread.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile Include="Trace.cpp" />
|
2015-11-06 11:55:21 +00:00
|
|
|
|
<ClCompile Include="Util.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="CriticalSection.h" />
|
2016-09-16 21:37:27 +00:00
|
|
|
|
<ClInclude Include="DateTimeClass.h" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClInclude Include="FileClass.h" />
|
2016-09-16 21:37:27 +00:00
|
|
|
|
<ClInclude Include="HighResTimeStamp.h" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClInclude Include="IniFileClass.h" />
|
|
|
|
|
<ClInclude Include="LogClass.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClInclude Include="md5.h" />
|
2016-01-13 09:39:23 +00:00
|
|
|
|
<ClInclude Include="MemoryManagement.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClInclude Include="MemTest.h" />
|
|
|
|
|
<ClInclude Include="path.h" />
|
2016-01-04 06:49:33 +00:00
|
|
|
|
<ClInclude Include="Platform.h" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClInclude Include="SmartPointer.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClInclude Include="stdafx.h" />
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<ClInclude Include="StdString.h" />
|
2015-10-25 09:10:28 +00:00
|
|
|
|
<ClInclude Include="stdtypes.h" />
|
2015-11-06 11:42:27 +00:00
|
|
|
|
<ClInclude Include="SyncEvent.h" />
|
2016-04-17 19:34:47 +00:00
|
|
|
|
<ClInclude Include="Thread.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClInclude Include="Trace.h" />
|
2015-12-14 10:51:33 +00:00
|
|
|
|
<ClInclude Include="TraceModulesCommon.h" />
|
2015-11-06 11:55:21 +00:00
|
|
|
|
<ClInclude Include="Util.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|