22 lines
828 B
XML
22 lines
828 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\..\..\include\$(Platform).props" />
|
|
<Import Project="..\..\..\include\$(Configuration).props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\pch.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\stdex\common.h" />
|
|
<ClInclude Include="..\include\stdex\idrec.h" />
|
|
<ClInclude Include="..\src\pch.h" />
|
|
</ItemGroup>
|
|
</Project> |