|
|
@@ -25,6 +25,9 @@
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ @id_Import_props@
|
|
|
+ </ImportGroup>
|
|
|
<PropertyGroup>
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">.\</OutDir>
|
|
|
@@ -44,9 +47,11 @@
|
|
|
<DebugInformationFormat>
|
|
|
</DebugInformationFormat>
|
|
|
</ClCompile>
|
|
|
+ @id_ItemDefinitionGroup_entry@
|
|
|
<Link>
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
+ @id_Link_AdditionalDependencies@
|
|
|
</Link>
|
|
|
<PostBuildEvent>
|
|
|
<Command>@id_PostBuildEvent_Command@</Command>
|
|
|
@@ -56,4 +61,7 @@
|
|
|
<@id_compile@ Include="@id_src@" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ @id_Import_targets@
|
|
|
+ </ImportGroup>
|
|
|
</Project>
|