source: SHVCSoftware/branches/SHM-dev/build/vc2017/TAppDownConvert/TAppDownConvert_vc2017.vcxproj @ 1604

Last change on this file since 1604 was 1604, checked in by seregin, 7 years ago

add VS2017 solution and projects

File size: 7.5 KB
Line 
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    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</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    <ProjectGuid>{FB952E1B-681F-4461-9C8B-4F1F8B70E58B}</ProjectGuid>
23    <RootNamespace>TAppDownConvert</RootNamespace>
24    <ProjectName>TAppDownConvert</ProjectName>
25    <WindowsTargetPlatformVersion>10.0.16299.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    <CharacterSet>MultiByte</CharacterSet>
32    <PlatformToolset>v141</PlatformToolset>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
37    <CharacterSet>MultiByte</CharacterSet>
38    <PlatformToolset>v141</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <UseDebugLibraries>false</UseDebugLibraries>
43    <WholeProgramOptimization>true</WholeProgramOptimization>
44    <CharacterSet>MultiByte</CharacterSet>
45    <PlatformToolset>v141</PlatformToolset>
46  </PropertyGroup>
47  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48    <ConfigurationType>Application</ConfigurationType>
49    <UseDebugLibraries>false</UseDebugLibraries>
50    <WholeProgramOptimization>true</WholeProgramOptimization>
51    <CharacterSet>MultiByte</CharacterSet>
52    <PlatformToolset>v141</PlatformToolset>
53  </PropertyGroup>
54  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55  <ImportGroup Label="ExtensionSettings">
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
72    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
76    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
80    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
84    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
85  </PropertyGroup>
86  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87    <ClCompile>
88      <WarningLevel>Level3</WarningLevel>
89      <Optimization>Disabled</Optimization>
90      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91    </ClCompile>
92    <Link>
93      <GenerateDebugInformation>true</GenerateDebugInformation>
94    </Link>
95  </ItemDefinitionGroup>
96  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
97    <ClCompile>
98      <WarningLevel>Level3</WarningLevel>
99      <Optimization>Disabled</Optimization>
100      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101    </ClCompile>
102    <Link>
103      <GenerateDebugInformation>true</GenerateDebugInformation>
104    </Link>
105  </ItemDefinitionGroup>
106  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
107    <ClCompile>
108      <WarningLevel>Level3</WarningLevel>
109      <Optimization>MaxSpeed</Optimization>
110      <FunctionLevelLinking>true</FunctionLevelLinking>
111      <IntrinsicFunctions>true</IntrinsicFunctions>
112      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113    </ClCompile>
114    <Link>
115      <GenerateDebugInformation>true</GenerateDebugInformation>
116      <EnableCOMDATFolding>true</EnableCOMDATFolding>
117      <OptimizeReferences>true</OptimizeReferences>
118    </Link>
119  </ItemDefinitionGroup>
120  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
121    <ClCompile>
122      <WarningLevel>Level3</WarningLevel>
123      <Optimization>MaxSpeed</Optimization>
124      <FunctionLevelLinking>true</FunctionLevelLinking>
125      <IntrinsicFunctions>true</IntrinsicFunctions>
126      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127    </ClCompile>
128    <Link>
129      <GenerateDebugInformation>true</GenerateDebugInformation>
130      <EnableCOMDATFolding>true</EnableCOMDATFolding>
131      <OptimizeReferences>true</OptimizeReferences>
132    </Link>
133  </ItemDefinitionGroup>
134  <ItemGroup>
135    <ClCompile Include="..\..\..\source\App\TAppDownConvert\DownConvert.cpp" />
136    <ClCompile Include="..\..\..\source\App\TAppDownConvert\TAppDownConvert.cpp" />
137  </ItemGroup>
138  <ItemGroup>
139    <ClInclude Include="..\..\..\source\App\TAppDownConvert\DownConvert.h" />
140  </ItemGroup>
141  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
142  <ImportGroup Label="ExtensionTargets">
143  </ImportGroup>
144</Project>
Note: See TracBrowser for help on using the repository browser.