2012-08-17 00:23:16 +04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="@id_version@"
|
|
|
|
Name="CompilerId@id_lang@"
|
|
|
|
ProjectGUID="{CAE07175-D007-4FC3-BFE8-47B392814159}"
|
|
|
|
RootNamespace="CompilerId@id_lang@"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
2013-08-05 14:57:58 +04:00
|
|
|
Name="@id_platform@"
|
2012-08-17 00:23:16 +04:00
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
2013-08-05 14:57:58 +04:00
|
|
|
Name="Debug|@id_platform@"
|
2012-08-17 00:23:16 +04:00
|
|
|
OutputDirectory="."
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
MinimalRebuild="false"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="0"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
LinkIncremental="1"
|
2012-11-30 18:17:50 +04:00
|
|
|
IgnoreDefaultLibraryNames="libc"
|
2012-08-17 00:23:16 +04:00
|
|
|
GenerateDebugInformation="false"
|
2012-11-30 17:14:27 +04:00
|
|
|
SubSystem="@id_subsystem@"
|
2012-11-30 18:15:06 +04:00
|
|
|
EntryPointSymbol="@id_entrypoint@"
|
2012-08-17 00:23:16 +04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
CommandLine="for %%i in (@id_cl@) do @echo CMAKE_@id_lang@_COMPILER=%%~$PATH:i"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="@id_src@"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
</VisualStudioProject>
|