Advertisement
Redee

пример файла настроек проекта на VS

Aug 10th, 2022
1,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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.     </ProjectConfiguration>
  8.     <ProjectConfiguration Include="Release|Win32">
  9.       <Configuration>Release</Configuration>
  10.       <Platform>Win32</Platform>
  11.     </ProjectConfiguration>
  12.     <ProjectConfiguration Include="Debug|x64">
  13.       <Configuration>Debug</Configuration>
  14.       <Platform>x64</Platform>
  15.     </ProjectConfiguration>
  16.     <ProjectConfiguration Include="Release|x64">
  17.       <Configuration>Release</Configuration>
  18.       <Platform>x64</Platform>
  19.     </ProjectConfiguration>
  20.   </ItemGroup>
  21.   <PropertyGroup Label="Globals">
  22.     <VCProjectVersion>16.0</VCProjectVersion>
  23.     <ProjectGuid>{ba8a1186-042b-4850-a937-c73ff88488a2}</ProjectGuid>
  24.     <RootNamespace>rvk</RootNamespace>
  25.     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26.   </PropertyGroup>
  27.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29.     <ConfigurationType>Application</ConfigurationType>
  30.     <UseDebugLibraries>true</UseDebugLibraries>
  31.     <PlatformToolset>v142</PlatformToolset>
  32.     <CharacterSet>MultiByte</CharacterSet>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35.     <ConfigurationType>Application</ConfigurationType>
  36.     <UseDebugLibraries>false</UseDebugLibraries>
  37.     <PlatformToolset>v142</PlatformToolset>
  38.     <WholeProgramOptimization>true</WholeProgramOptimization>
  39.     <CharacterSet>MultiByte</CharacterSet>
  40.   </PropertyGroup>
  41.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42.     <UseDebugLibraries>true</UseDebugLibraries>
  43.     <PlatformToolset>v142</PlatformToolset>
  44.     <CharacterSet>MultiByte</CharacterSet>
  45.   </PropertyGroup>
  46.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47.     <ConfigurationType>Application</ConfigurationType>
  48.     <UseDebugLibraries>false</UseDebugLibraries>
  49.     <PlatformToolset>v142</PlatformToolset>
  50.     <WholeProgramOptimization>true</WholeProgramOptimization>
  51.     <CharacterSet>MultiByte</CharacterSet>
  52.   </PropertyGroup>
  53.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54.   <ImportGroup Label="ExtensionSettings">
  55.   </ImportGroup>
  56.   <ImportGroup Label="Shared">
  57.   </ImportGroup>
  58.   <PropertyGroup Label="UserMacros" />
  59.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60.     <LinkIncremental>true</LinkIncremental>
  61.   </PropertyGroup>
  62.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  63.     <LinkIncremental>true</LinkIncremental>
  64.   </PropertyGroup>
  65.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66.     <LinkIncremental>false</LinkIncremental>
  67.   </PropertyGroup>
  68.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69.     <LinkIncremental>false</LinkIncremental>
  70.   </PropertyGroup>
  71.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72.     <ClCompile>
  73.       <WarningLevel>Level3</WarningLevel>
  74.       <SDLCheck>true</SDLCheck>
  75.       <PreprocessorDefinitions>X86;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76.       <ConformanceMode>true</ConformanceMode>
  77.       <LanguageStandard>stdcpp17</LanguageStandard>
  78.       <PrecompiledHeader>Use</PrecompiledHeader>
  79.       <PrecompiledHeaderFile>_stdafx.h</PrecompiledHeaderFile>
  80.       <AdditionalIncludeDirectories>_add\EASTL-3.17.06\include\;_add\EASTL-3.17.06\test\packages\EABase\include\Common\;</AdditionalIncludeDirectories>
  81.       <ForcedIncludeFiles>_stdafx.h</ForcedIncludeFiles>
  82.     </ClCompile>
  83.     <Link>
  84.       <SubSystem>NotSet</SubSystem>
  85.       <GenerateDebugInformation>true</GenerateDebugInformation>
  86.       <AdditionalDependencies>_add/EASTL-3.17.06/_lib/x86/Debug/EASTL.lib;%(AdditionalDependencies)</AdditionalDependencies>
  87.     </Link>
  88.   </ItemDefinitionGroup>
  89.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  90.     <ClCompile>
  91.       <WarningLevel>Level3</WarningLevel>
  92.       <SDLCheck>true</SDLCheck>
  93.       <PreprocessorDefinitions>X64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94.       <ConformanceMode>true</ConformanceMode>
  95.       <LanguageStandard>stdcpp17</LanguageStandard>
  96.       <PrecompiledHeader>Use</PrecompiledHeader>
  97.       <PrecompiledHeaderFile>_stdafx.h</PrecompiledHeaderFile>
  98.       <AdditionalIncludeDirectories>_add\EASTL-3.17.06\include\;_add\EASTL-3.17.06\test\packages\EABase\include\Common\;</AdditionalIncludeDirectories>
  99.       <ForcedIncludeFiles>_stdafx.h</ForcedIncludeFiles>
  100.     </ClCompile>
  101.     <Link>
  102.       <SubSystem>NotSet</SubSystem>
  103.       <GenerateDebugInformation>true</GenerateDebugInformation>
  104.       <AdditionalDependencies>_add/EASTL-3.17.06/_lib/x64/Debug/EASTL.lib;%(AdditionalDependencies)</AdditionalDependencies>
  105.     </Link>
  106.   </ItemDefinitionGroup>
  107.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  108.     <ClCompile>
  109.       <WarningLevel>Level3</WarningLevel>
  110.       <FunctionLevelLinking>true</FunctionLevelLinking>
  111.       <IntrinsicFunctions>true</IntrinsicFunctions>
  112.       <SDLCheck>true</SDLCheck>
  113.       <PreprocessorDefinitions>X86;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114.       <ConformanceMode>true</ConformanceMode>
  115.       <LanguageStandard>stdcpp17</LanguageStandard>
  116.       <PrecompiledHeader>Use</PrecompiledHeader>
  117.       <PrecompiledHeaderFile>_stdafx.h</PrecompiledHeaderFile>
  118.       <AdditionalIncludeDirectories>_add\EASTL-3.17.06\include\;_add\EASTL-3.17.06\test\packages\EABase\include\Common\;</AdditionalIncludeDirectories>
  119.       <ForcedIncludeFiles>_stdafx.h</ForcedIncludeFiles>
  120.     </ClCompile>
  121.     <Link>
  122.       <SubSystem>NotSet</SubSystem>
  123.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  124.       <OptimizeReferences>true</OptimizeReferences>
  125.       <GenerateDebugInformation>true</GenerateDebugInformation>
  126.       <AdditionalDependencies>_add/EASTL-3.17.06/_lib/x86/Release/EASTL.lib;%(AdditionalDependencies)</AdditionalDependencies>
  127.     </Link>
  128.   </ItemDefinitionGroup>
  129.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  130.     <ClCompile>
  131.       <WarningLevel>Level3</WarningLevel>
  132.       <FunctionLevelLinking>true</FunctionLevelLinking>
  133.       <IntrinsicFunctions>true</IntrinsicFunctions>
  134.       <SDLCheck>true</SDLCheck>
  135.       <PreprocessorDefinitions>X64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136.       <ConformanceMode>true</ConformanceMode>
  137.       <LanguageStandard>stdcpp17</LanguageStandard>
  138.       <PrecompiledHeader>Use</PrecompiledHeader>
  139.       <PrecompiledHeaderFile>_stdafx.h</PrecompiledHeaderFile>
  140.       <AdditionalIncludeDirectories>_add\EASTL-3.17.06\include\;_add\EASTL-3.17.06\test\packages\EABase\include\Common\;</AdditionalIncludeDirectories>
  141.       <ForcedIncludeFiles>_stdafx.h</ForcedIncludeFiles>
  142.     </ClCompile>
  143.     <Link>
  144.       <SubSystem>NotSet</SubSystem>
  145.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146.       <OptimizeReferences>true</OptimizeReferences>
  147.       <GenerateDebugInformation>true</GenerateDebugInformation>
  148.       <AdditionalDependencies>_add/EASTL-3.17.06/_lib/x64/Release/EASTL.lib;%(AdditionalDependencies)</AdditionalDependencies>
  149.     </Link>
  150.   </ItemDefinitionGroup>
  151.   <ItemGroup>
  152.     <ClCompile Include="src\main.cpp" />
  153.     <ClCompile Include="src\_eastl_new.cpp" />
  154.     <ClCompile Include="src\_stdafx.cpp">
  155.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  156.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  157.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  158.       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  159.     </ClCompile>
  160.   </ItemGroup>
  161.   <ItemGroup>
  162.     <ClInclude Include="src\_eastl_new.h" />
  163.     <ClInclude Include="src\_stdafx.h" />
  164.   </ItemGroup>
  165.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  166.   <ImportGroup Label="ExtensionTargets" />
  167. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement