21 lines
779 B
XML
21 lines
779 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<OutDir>..\output\$(Platform).$(Configuration)\</OutDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
</ClCompile>
|
|
<Link>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup />
|
|
</Project> |