source: 3DVCSoftware/branches/HTM-15.2-dev/build/vc2015/TAppDecoder_vc2015.vcxproj @ 1361

Last change on this file since 1361 was 1361, checked in by tech, 9 years ago

Added vc2015 solution.

  • Property svn:eol-style set to native
File size: 11.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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    <ProjectName>TAppDecoder</ProjectName>
23    <ProjectGuid>{A7A515D9-E917-4706-BD5B-57DC6C78D612}</ProjectGuid>
24    <RootNamespace>TAppDecoder</RootNamespace>
25    <Keyword>Win32Proj</Keyword>
26    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
27  </PropertyGroup>
28  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30    <ConfigurationType>Application</ConfigurationType>
31    <CharacterSet>MultiByte</CharacterSet>
32    <WholeProgramOptimization>true</WholeProgramOptimization>
33    <PlatformToolset>v140</PlatformToolset>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36    <ConfigurationType>Application</ConfigurationType>
37    <CharacterSet>MultiByte</CharacterSet>
38    <PlatformToolset>v140</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <CharacterSet>MultiByte</CharacterSet>
43    <WholeProgramOptimization>true</WholeProgramOptimization>
44    <PlatformToolset>v140</PlatformToolset>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47    <ConfigurationType>Application</ConfigurationType>
48    <CharacterSet>MultiByte</CharacterSet>
49    <PlatformToolset>v140</PlatformToolset>
50  </PropertyGroup>
51  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52  <ImportGroup Label="ExtensionSettings">
53  </ImportGroup>
54  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
55    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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)'=='Release|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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <PropertyGroup Label="UserMacros" />
67  <PropertyGroup>
68    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
69    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc2015\$(Platform)\$(Configuration)\</OutDir>
70    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc2015\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
71    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc2015\$(Platform)\$(Configuration)\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc2015\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
74    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc2015\$(Platform)\$(Configuration)\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc2015\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc2015\$(Platform)\$(Configuration)\</OutDir>
79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc2015\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
80    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
81    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
83    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
84    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
85    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
86    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
87    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
89    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
90    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
91    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
92    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
93  </PropertyGroup>
94  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95    <ClCompile>
96      <Optimization>Disabled</Optimization>
97      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
98      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99      <MinimalRebuild>true</MinimalRebuild>
100      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
101      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
102      <WarningLevel>Level3</WarningLevel>
103      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104    </ClCompile>
105    <Link>
106      <GenerateDebugInformation>true</GenerateDebugInformation>
107      <SubSystem>Console</SubSystem>
108      <TargetMachine>MachineX86</TargetMachine>
109    </Link>
110  </ItemDefinitionGroup>
111  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
112    <Midl>
113      <TargetEnvironment>X64</TargetEnvironment>
114    </Midl>
115    <ClCompile>
116      <Optimization>Disabled</Optimization>
117      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
118      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119      <MinimalRebuild>true</MinimalRebuild>
120      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
121      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
122      <WarningLevel>Level3</WarningLevel>
123      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124    </ClCompile>
125    <Link>
126      <GenerateDebugInformation>true</GenerateDebugInformation>
127      <SubSystem>Console</SubSystem>
128      <TargetMachine>MachineX64</TargetMachine>
129    </Link>
130  </ItemDefinitionGroup>
131  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132    <ClCompile>
133      <Optimization>MaxSpeed</Optimization>
134      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
135      <IntrinsicFunctions>false</IntrinsicFunctions>
136      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
137      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139      <StringPooling>true</StringPooling>
140      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
141      <FunctionLevelLinking>true</FunctionLevelLinking>
142      <WarningLevel>Level3</WarningLevel>
143      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144    </ClCompile>
145    <Link>
146      <GenerateDebugInformation>true</GenerateDebugInformation>
147      <SubSystem>Console</SubSystem>
148      <TargetMachine>MachineX86</TargetMachine>
149    </Link>
150  </ItemDefinitionGroup>
151  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
152    <Midl>
153      <TargetEnvironment>X64</TargetEnvironment>
154    </Midl>
155    <ClCompile>
156      <Optimization>MaxSpeed</Optimization>
157      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
158      <IntrinsicFunctions>false</IntrinsicFunctions>
159      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
160      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
161      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162      <StringPooling>true</StringPooling>
163      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
164      <FunctionLevelLinking>true</FunctionLevelLinking>
165      <WarningLevel>Level3</WarningLevel>
166      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
167    </ClCompile>
168    <Link>
169      <GenerateDebugInformation>true</GenerateDebugInformation>
170      <SubSystem>Console</SubSystem>
171      <TargetMachine>MachineX64</TargetMachine>
172    </Link>
173  </ItemDefinitionGroup>
174  <ItemGroup>
175    <ClCompile Include="..\..\source\App\TAppDecoder\decmain.cpp" />
176    <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecCfg.cpp" />
177    <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecTop.cpp" />
178  </ItemGroup>
179  <ItemGroup>
180    <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecCfg.h" />
181    <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecTop.h" />
182  </ItemGroup>
183  <ItemGroup>
184    <ProjectReference Include="TAppCommon_vc2015.vcxproj">
185      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
186      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
187    </ProjectReference>
188    <ProjectReference Include="TLibCommon_vc2015.vcxproj">
189      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
190      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
191    </ProjectReference>
192    <ProjectReference Include="TLibDecoder_vc2015.vcxproj">
193      <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project>
194      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
195    </ProjectReference>
196    <ProjectReference Include="TLibVideoIO_vc2015.vcxproj">
197      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
198      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
199    </ProjectReference>
200  </ItemGroup>
201  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
202  <ImportGroup Label="ExtensionTargets">
203  </ImportGroup>
204</Project>
Note: See TracBrowser for help on using the repository browser.