blob: 457c68e8b3b7b5e8b8cfc2127ec46ba2bce1e1dd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B2142744-EEF0-4C33-BDF4-CA5E9334774A}</ProjectGuid>
<RootNamespace>pch</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v100</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v110</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IntDir>wntmsci12.pro/slo/pch_ex</IntDir>
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>
</WarningLevel>
<Optimization>
</Optimization>
<DebugInformationFormat />
<SuppressStartupBanner />
<TreatWarningAsError />
<InlineFunctionExpansion />
<IntrinsicFunctions />
<FavorSizeOrSpeed />
<OmitFramePointers />
<EnableFiberSafeOptimizations />
<WholeProgramOptimization />
<PreprocessorDefinitions />
<UndefineAllPreprocessorDefinitions />
<IgnoreStandardIncludePath />
<PreprocessToFile />
<PreprocessSuppressLineNumbers />
<PreprocessKeepComments />
<MinimalRebuild />
<ExceptionHandling />
<SmallerTypeCheck />
<BasicRuntimeChecks />
<RuntimeLibrary />
<StructMemberAlignment />
<BufferSecurityCheck />
<EnableEnhancedInstructionSet />
<FloatingPointModel />
<DisableLanguageExtensions />
<TreatWChar_tAsBuiltInType />
<ForceConformanceInForLoopScope />
<PrecompiledHeader>Create</PrecompiledHeader>
<PrecompiledHeaderFile>precompiled_codemaker.hxx</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>wntmsci12.pro\slo\pch_ex\precompiled_codemaker.hxx.pch</PrecompiledHeaderOutputFile>
<ExpandAttributedSource />
<AssemblerOutput />
<AssemblerListingLocation />
<ObjectFileName />
<ProgramDataBaseFileName />
<GenerateXMLDocumentationFiles />
<XMLDocumentationFileName />
<BrowseInformation />
<BrowseInformationFile />
<CallingConvention>Cdecl</CallingConvention>
<CompileAs />
<ShowIncludes />
<UseFullPaths />
<OmitDefaultLibName />
<ErrorReporting />
<AdditionalOptions>-Zm500 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir wntmsci12.pro\slo\pch &amp; xcopy "wntmsci12.pro\slo\pch_ex\precompiled_codemaker.hxx.pch" "wntmsci12.pro\slo\pch\" /D /Y /i</Command>
</PostBuildEvent>
<Lib>
<OutputFile />
</Lib>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="inc\pch\precompiled_codemaker.cxx" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>