mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
97 lines
4.6 KiB
XML
97 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="vc|Win32">
|
|
<Configuration>vc</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{3E9F0C4A-01B7-4357-95C6-0FE86BACB6D9}</ProjectGuid>
|
|
<RootNamespace>qp</RootNamespace>
|
|
<Keyword>ManagedCProj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='vc|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<CLRSupport>false</CLRSupport>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='vc|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">$(Configuration)\</IntDir>
|
|
<EnableManagedIncrementalBuild Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">false</EnableManagedIncrementalBuild>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>.;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>Q_SPY; Q_UTEST;Q_HOST;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ExceptionHandling>
|
|
</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<PostBuildEvent>
|
|
<Message>Cleanup</Message>
|
|
<Command>del $(IntDir)*.obj $(IntDir)*.tlog $(IntDir)*.lastbuildstate</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CustomBuildStep Include="..\..\..\..\qs\source\qs_pkg.h">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">true</ExcludedFromBuild>
|
|
</CustomBuildStep>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\src\qf\qep_hsm.c" />
|
|
<ClCompile Include="..\..\src\qf\qep_msm.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_act.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_defer.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_dyn.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_mem.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_ps.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_qact.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_qeq.c" />
|
|
<ClCompile Include="..\..\src\qf\qf_qmact.c" />
|
|
<ClCompile Include="..\..\src\qs\qs.c" />
|
|
<ClCompile Include="..\..\src\qs\qs_64bit.c" />
|
|
<ClCompile Include="..\..\src\qs\qs_fp.c" />
|
|
<ClCompile Include="..\..\src\qs\qs_rx.c" />
|
|
<ClCompile Include="..\..\src\qs\qutest.c" />
|
|
<ClCompile Include="qutest_port.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="qep_port.h" />
|
|
<ClInclude Include="qf_port.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |