|
Packit |
875988 |
|
|
Packit |
875988 |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
Packit |
875988 |
<Import Project="$(SolutionDir)..\common\vs_dirs.props" />
|
|
Packit |
875988 |
<ItemGroup Label="ProjectConfigurations">
|
|
Packit |
875988 |
<ProjectConfiguration Include="Debug-dll|Win32">
|
|
Packit |
875988 |
<Configuration>Debug-dll</Configuration>
|
|
Packit |
875988 |
<Platform>Win32</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Debug-dll|x64">
|
|
Packit |
875988 |
<Configuration>Debug-dll</Configuration>
|
|
Packit |
875988 |
<Platform>x64</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Debug-static|Win32">
|
|
Packit |
875988 |
<Configuration>Debug-static</Configuration>
|
|
Packit |
875988 |
<Platform>Win32</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Debug-static|x64">
|
|
Packit |
875988 |
<Configuration>Debug-static</Configuration>
|
|
Packit |
875988 |
<Platform>x64</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Release-dll|Win32">
|
|
Packit |
875988 |
<Configuration>Release-dll</Configuration>
|
|
Packit |
875988 |
<Platform>Win32</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Release-dll|x64">
|
|
Packit |
875988 |
<Configuration>Release-dll</Configuration>
|
|
Packit |
875988 |
<Platform>x64</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Release-static|Win32">
|
|
Packit |
875988 |
<Configuration>Release-static</Configuration>
|
|
Packit |
875988 |
<Platform>Win32</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
<ProjectConfiguration Include="Release-static|x64">
|
|
Packit |
875988 |
<Configuration>Release-static</Configuration>
|
|
Packit |
875988 |
<Platform>x64</Platform>
|
|
Packit |
875988 |
</ProjectConfiguration>
|
|
Packit |
875988 |
</ItemGroup>
|
|
Packit |
875988 |
<Import Project="$(MhdW32Common)\simplepost-files.vcxproj" />
|
|
Packit |
875988 |
<PropertyGroup Label="Globals">
|
|
Packit |
875988 |
<ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
|
|
Packit |
875988 |
<Keyword>Win32Proj</Keyword>
|
|
Packit |
875988 |
<RootNamespace>simplepost</RootNamespace>
|
|
Packit |
875988 |
</PropertyGroup>
|
|
Packit |
875988 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
Packit |
875988 |
<PropertyGroup>
|
|
Packit |
875988 |
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
Packit |
875988 |
</PropertyGroup>
|
|
Packit |
875988 |
<PropertyGroup Label="Configuration">
|
|
Packit |
875988 |
<ConfigurationType>Application</ConfigurationType>
|
|
Packit |
875988 |
<UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
|
|
Packit |
875988 |
<UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
|
|
Packit |
875988 |
<PlatformToolset>v141</PlatformToolset>
|
|
Packit |
875988 |
<WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
|
|
Packit |
875988 |
<CharacterSet>Unicode</CharacterSet>
|
|
Packit |
875988 |
</PropertyGroup>
|
|
Packit |
875988 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
Packit |
875988 |
<ImportGroup Label="ExtensionSettings">
|
|
Packit |
875988 |
</ImportGroup>
|
|
Packit |
875988 |
<ImportGroup Label="PropertySheets">
|
|
Packit |
875988 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
Packit |
875988 |
</ImportGroup>
|
|
Packit |
875988 |
<Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
|
|
Packit |
875988 |
<Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
|
|
Packit |
875988 |
<PropertyGroup />
|
|
Packit |
875988 |
<ItemDefinitionGroup>
|
|
Packit |
875988 |
<ClCompile />
|
|
Packit |
875988 |
<Link />
|
|
Packit |
875988 |
<ProjectReference />
|
|
Packit |
875988 |
</ItemDefinitionGroup>
|
|
Packit |
875988 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
Packit |
875988 |
<ImportGroup Label="ExtensionTargets">
|
|
Packit |
875988 |
</ImportGroup>
|
|
Packit |
875988 |
</Project>
|