2021-07-05 13:02:26 +00:00
<?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= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|ARM64" >
<Configuration > Release</Configuration>
<Platform > ARM64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {0BD5DE6B-8DA5-4CF1-AE53-A265010F52AA}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > mimispool</RootNamespace>
<SccProjectName > Svn</SccProjectName>
<SccAuxPath > Svn</SccAuxPath>
<SccLocalPath > Svn</SccLocalPath>
<SccProvider > SubversionScc</SccProvider>
<WindowsTargetPlatformVersion Condition= "'$(Platform)' == 'ARM64'" > 10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
<PlatformToolset > v100</PlatformToolset>
<PlatformToolset Condition= "'$(VCTargetsPath11)' != ''" > v110_xp</PlatformToolset>
<PlatformToolset Condition= "'$(VCTargetsPath12)' != ''" > v120_xp</PlatformToolset>
<PlatformToolset Condition= "'$(VCTargetsPath14)' != ''" > v140_xp</PlatformToolset>
<PlatformToolset Condition= "'$(VCTargetsPath15)' != ''" > v141_xp</PlatformToolset>
<UseOfMfc > static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Label= "Configuration" Condition= "Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\ddk2003') Or Exists('$(VCTargetsPath)\..\Platforms\$(Platform)\PlatformToolsets\ddk2003')" >
<PlatformToolset > ddk2003</PlatformToolset>
<UseOfMfc > false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Label= "Configuration" Condition= "'$(Platform)' == 'ARM64'" >
<PlatformToolset > v141</PlatformToolset>
<UseOfMfc > static</UseOfMfc>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<PropertyGroup >
<OutDir > $(SolutionDir)$(Platform)\</OutDir>
<IntDir > $(Platform)\</IntDir>
<LinkIncremental > false</LinkIncremental>
<IncludePath > $(SolutionDir)inc;$(IncludePath)</IncludePath>
<LibraryPath > $(SolutionDir)lib\$(Platform);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<Optimization > Full</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > false</IntrinsicFunctions>
<PreprocessorDefinitions > WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<InlineFunctionExpansion > AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed > Size</FavorSizeOrSpeed>
<OmitFramePointers > true</OmitFramePointers>
<StringPooling > true</StringPooling>
<ExceptionHandling > false</ExceptionHandling>
<BufferSecurityCheck > false</BufferSecurityCheck>
<FloatingPointModel > Fast</FloatingPointModel>
<FloatingPointExceptions > false</FloatingPointExceptions>
<CreateHotpatchableImage > false</CreateHotpatchableImage>
<ErrorReporting > None</ErrorReporting>
<TreatWarningAsError > true</TreatWarningAsError>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > false</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<AssemblyDebug > false</AssemblyDebug>
2021-07-29 09:30:10 +00:00
<AdditionalDependencies > advapi32.lib;userenv.lib;winsta.lib;%(AdditionalDependencies)</AdditionalDependencies>
2021-07-05 13:02:26 +00:00
<DataExecutionPrevention > true</DataExecutionPrevention>
<LinkErrorReporting > NoErrorReport</LinkErrorReporting>
<ImageHasSafeExceptionHandlers > false</ImageHasSafeExceptionHandlers>
<TreatLinkerWarningAsErrors > true</TreatLinkerWarningAsErrors>
<LinkTimeCodeGeneration > UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
2021-07-09 21:27:22 +00:00
<ModuleDefinitionFile > mimispool.def</ModuleDefinitionFile>
2021-07-05 13:02:26 +00:00
</Link>
</ItemDefinitionGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup >
<ClCompile Include= "mimispool.c" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "mimispool.h" />
</ItemGroup>
2021-07-05 21:44:37 +00:00
<ItemGroup >
<ResourceCompile Include= "mimispool.rc" />
</ItemGroup>
2021-07-09 21:27:22 +00:00
<ItemGroup >
<None Include= "mimispool.def" />
2021-07-30 21:18:04 +00:00
<None Include= "README.md" />
2021-07-09 21:27:22 +00:00
</ItemGroup>
2021-07-05 13:02:26 +00:00
</Project>