Advertisement
Guest User

Untitled

a guest
Dec 21st, 2017
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ItemGroup Label="ProjectConfigurations">
  4.     <ProjectConfiguration Include="Debug|Win32">
  5.       <Configuration>Debug</Configuration>
  6.       <Platform>Win32</Platform>
  7.       <OutputPath>bin\Debug\</OutputPath>
  8.     </ProjectConfiguration>
  9.     <ProjectConfiguration Include="Release|Win32">
  10.       <Configuration>Release</Configuration>
  11.       <Platform>Win32</Platform>
  12.     </ProjectConfiguration>
  13.     <ProjectConfiguration Include="Debug|x64">
  14.       <Configuration>Debug</Configuration>
  15.       <Platform>x64</Platform>
  16.     </ProjectConfiguration>
  17.     <ProjectConfiguration Include="Release|x64">
  18.       <Configuration>Release</Configuration>
  19.       <Platform>x64</Platform>
  20.     </ProjectConfiguration>
  21.   </ItemGroup>
  22.   <PropertyGroup Label="Globals">
  23.     <VCProjectVersion>15.0</VCProjectVersion>
  24.     <ProjectGuid>{D092BF8C-194D-40DF-971C-61EA8E608953}</ProjectGuid>
  25.     <Keyword>Win32Proj</Keyword>
  26.     <RootNamespace>ConsoleApplication1</RootNamespace>
  27.     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  28.   </PropertyGroup>
  29.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31.     <ConfigurationType>Application</ConfigurationType>
  32.     <UseDebugLibraries>true</UseDebugLibraries>
  33.     <PlatformToolset>v141</PlatformToolset>
  34.     <CharacterSet>Unicode</CharacterSet>
  35.  
  36.   </PropertyGroup>
  37.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38.     <ConfigurationType>Application</ConfigurationType>
  39.     <UseDebugLibraries>false</UseDebugLibraries>
  40.     <PlatformToolset>v141</PlatformToolset>
  41.     <WholeProgramOptimization>true</WholeProgramOptimization>
  42.     <CharacterSet>Unicode</CharacterSet>
  43.   </PropertyGroup>
  44.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45.     <ConfigurationType>Application</ConfigurationType>
  46.     <UseDebugLibraries>true</UseDebugLibraries>
  47.     <PlatformToolset>v141</PlatformToolset>
  48.     <CharacterSet>Unicode</CharacterSet>
  49.   </PropertyGroup>
  50.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51.     <ConfigurationType>Application</ConfigurationType>
  52.     <UseDebugLibraries>false</UseDebugLibraries>
  53.     <PlatformToolset>v141</PlatformToolset>
  54.     <WholeProgramOptimization>true</WholeProgramOptimization>
  55.     <CharacterSet>Unicode</CharacterSet>
  56.   </PropertyGroup>
  57.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58.   <ImportGroup Label="ExtensionSettings">
  59.   </ImportGroup>
  60.   <ImportGroup Label="Shared">
  61.   </ImportGroup>
  62.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64.   </ImportGroup>
  65.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67.   </ImportGroup>
  68.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70.   </ImportGroup>
  71.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  72.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73.   </ImportGroup>
  74.   <PropertyGroup Label="UserMacros" />
  75.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76.     <LinkIncremental>true</LinkIncremental>
  77.   </PropertyGroup>
  78.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79.     <LinkIncremental>true</LinkIncremental>
  80.   </PropertyGroup>
  81.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82.     <LinkIncremental>false</LinkIncremental>
  83.   </PropertyGroup>
  84.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85.     <LinkIncremental>false</LinkIncremental>
  86.   </PropertyGroup>
  87.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88.     <ClCompile>
  89.       <PrecompiledHeader>Use</PrecompiledHeader>
  90.       <WarningLevel>Level3</WarningLevel>
  91.       <Optimization>Disabled</Optimization>
  92.       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93.       <SDLCheck>true</SDLCheck>
  94.     </ClCompile>
  95.     <Link>
  96.       <SubSystem>Console</SubSystem>
  97.       <GenerateDebugInformation>true</GenerateDebugInformation>
  98.     </Link>
  99.   </ItemDefinitionGroup>
  100.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101.     <ClCompile>
  102.       <PrecompiledHeader>Use</PrecompiledHeader>
  103.       <WarningLevel>Level3</WarningLevel>
  104.       <Optimization>Disabled</Optimization>
  105.       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106.       <SDLCheck>true</SDLCheck>
  107.     </ClCompile>
  108.     <Link>
  109.       <SubSystem>Console</SubSystem>
  110.       <GenerateDebugInformation>true</GenerateDebugInformation>
  111.     </Link>
  112.   </ItemDefinitionGroup>
  113.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114.     <ClCompile>
  115.       <PrecompiledHeader>Use</PrecompiledHeader>
  116.       <WarningLevel>Level3</WarningLevel>
  117.       <Optimization>MaxSpeed</Optimization>
  118.       <FunctionLevelLinking>true</FunctionLevelLinking>
  119.       <IntrinsicFunctions>true</IntrinsicFunctions>
  120.       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121.       <SDLCheck>true</SDLCheck>
  122.     </ClCompile>
  123.     <Link>
  124.       <SubSystem>Console</SubSystem>
  125.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  126.       <OptimizeReferences>true</OptimizeReferences>
  127.       <GenerateDebugInformation>true</GenerateDebugInformation>
  128.     </Link>
  129.   </ItemDefinitionGroup>
  130.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  131.     <ClCompile>
  132.       <PrecompiledHeader>Use</PrecompiledHeader>
  133.       <WarningLevel>Level3</WarningLevel>
  134.       <Optimization>MaxSpeed</Optimization>
  135.       <FunctionLevelLinking>true</FunctionLevelLinking>
  136.       <IntrinsicFunctions>true</IntrinsicFunctions>
  137.       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138.       <SDLCheck>true</SDLCheck>
  139.     </ClCompile>
  140.     <Link>
  141.       <SubSystem>Console</SubSystem>
  142.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  143.       <OptimizeReferences>true</OptimizeReferences>
  144.       <GenerateDebugInformation>true</GenerateDebugInformation>
  145.     </Link>
  146.   </ItemDefinitionGroup>
  147.   <ItemGroup>
  148.     <Text Include="ReadMe.txt" />
  149.   </ItemGroup>
  150.   <ItemGroup>
  151.     <ClInclude Include="stdafx.h" />
  152.     <ClInclude Include="targetver.h" />
  153.   </ItemGroup>
  154.   <ItemGroup>
  155.     <ClCompile Include="ConsoleApplication1.cpp" />
  156.     <ClCompile Include="stdafx.cpp">
  157.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  158.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  159.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  160.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  161.     </ClCompile>
  162.   </ItemGroup>
  163.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  164.   <ImportGroup Label="ExtensionTargets">
  165.   </ImportGroup>
  166. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement