[2] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.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>TAppRenderer</ProjectName> |
---|
| 23 | <ProjectGuid>{3A5A8B26-8CA4-4690-944E-AB78559DE848}</ProjectGuid> |
---|
| 24 | <RootNamespace>TAppRenderer</RootNamespace> |
---|
| 25 | <Keyword>Win32Proj</Keyword> |
---|
| 26 | </PropertyGroup> |
---|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
| 29 | <ConfigurationType>Application</ConfigurationType> |
---|
| 30 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 32 | </PropertyGroup> |
---|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
| 34 | <ConfigurationType>Application</ConfigurationType> |
---|
| 35 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 36 | </PropertyGroup> |
---|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
| 38 | <ConfigurationType>Application</ConfigurationType> |
---|
| 39 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 41 | </PropertyGroup> |
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
| 43 | <ConfigurationType>Application</ConfigurationType> |
---|
| 44 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 45 | </PropertyGroup> |
---|
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
| 47 | <ImportGroup Label="ExtensionSettings"> |
---|
| 48 | </ImportGroup> |
---|
| 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 51 | </ImportGroup> |
---|
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 54 | </ImportGroup> |
---|
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 57 | </ImportGroup> |
---|
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 60 | </ImportGroup> |
---|
| 61 | <PropertyGroup Label="UserMacros" /> |
---|
| 62 | <PropertyGroup> |
---|
| 63 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
| 64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir> |
---|
| 65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 66 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
---|
| 67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir> |
---|
| 68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 69 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
---|
| 70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir> |
---|
| 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 72 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
---|
| 73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir> |
---|
| 74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 75 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
---|
| 76 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 77 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 78 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 79 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 80 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 81 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 82 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 83 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 84 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 85 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 86 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 87 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 88 | </PropertyGroup> |
---|
| 89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
| 90 | <ClCompile> |
---|
| 91 | <Optimization>Disabled</Optimization> |
---|
| 92 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 93 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 94 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 95 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 96 | <WarningLevel>Level3</WarningLevel> |
---|
| 97 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
[56] | 98 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 99 | </ClCompile> |
---|
| 100 | <Link> |
---|
| 101 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 102 | <SubSystem>Console</SubSystem> |
---|
| 103 | <TargetMachine>MachineX86</TargetMachine> |
---|
| 104 | </Link> |
---|
| 105 | </ItemDefinitionGroup> |
---|
| 106 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
| 107 | <ClCompile> |
---|
| 108 | <Optimization>MaxSpeed</Optimization> |
---|
| 109 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 110 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 111 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
| 112 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 113 | <StringPooling>true</StringPooling> |
---|
| 114 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 115 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 116 | <WarningLevel>Level3</WarningLevel> |
---|
| 117 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
[56] | 118 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 119 | </ClCompile> |
---|
| 120 | <Link> |
---|
| 121 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 122 | <SubSystem>Console</SubSystem> |
---|
| 123 | <TargetMachine>MachineX86</TargetMachine> |
---|
| 124 | </Link> |
---|
| 125 | </ItemDefinitionGroup> |
---|
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
| 127 | <Midl> |
---|
| 128 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 129 | </Midl> |
---|
| 130 | <ClCompile> |
---|
| 131 | <Optimization>Disabled</Optimization> |
---|
| 132 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 133 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 134 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 135 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 136 | <WarningLevel>Level3</WarningLevel> |
---|
| 137 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
[56] | 138 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 139 | </ClCompile> |
---|
| 140 | <Link> |
---|
| 141 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 142 | <SubSystem>Console</SubSystem> |
---|
| 143 | <TargetMachine>MachineX64</TargetMachine> |
---|
| 144 | </Link> |
---|
| 145 | </ItemDefinitionGroup> |
---|
| 146 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
| 147 | <Midl> |
---|
| 148 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 149 | </Midl> |
---|
| 150 | <ClCompile> |
---|
| 151 | <Optimization>MaxSpeed</Optimization> |
---|
| 152 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 153 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 154 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
| 155 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 156 | <StringPooling>true</StringPooling> |
---|
| 157 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 158 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 159 | <WarningLevel>Level3</WarningLevel> |
---|
| 160 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
[56] | 161 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 162 | </ClCompile> |
---|
| 163 | <Link> |
---|
| 164 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 165 | <SubSystem>Console</SubSystem> |
---|
| 166 | <TargetMachine>MachineX64</TargetMachine> |
---|
| 167 | </Link> |
---|
| 168 | </ItemDefinitionGroup> |
---|
| 169 | <ItemGroup> |
---|
| 170 | <ClCompile Include="..\..\source\App\TAppRenderer\RendererMain.cpp" /> |
---|
| 171 | <ClCompile Include="..\..\source\App\TAppRenderer\TAppRendererCfg.cpp" /> |
---|
| 172 | <ClCompile Include="..\..\source\App\TAppRenderer\TAppRendererTop.cpp" /> |
---|
| 173 | </ItemGroup> |
---|
| 174 | <ItemGroup> |
---|
| 175 | <ClInclude Include="..\..\source\App\TAppRenderer\TAppRendererCfg.h" /> |
---|
| 176 | <ClInclude Include="..\..\source\App\TAppRenderer\TAppRendererTop.h" /> |
---|
| 177 | </ItemGroup> |
---|
| 178 | <ItemGroup> |
---|
| 179 | <ProjectReference Include="TAppCommon_vc10.vcxproj"> |
---|
| 180 | <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project> |
---|
| 181 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
---|
| 182 | </ProjectReference> |
---|
| 183 | <ProjectReference Include="TLibCommon_vc10.vcxproj"> |
---|
| 184 | <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project> |
---|
| 185 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
---|
| 186 | </ProjectReference> |
---|
| 187 | <ProjectReference Include="TLibRenderer_vc10.vcxproj"> |
---|
| 188 | <Project>{2b298be6-dff0-4bd2-8f26-395ffe7f9eb4}</Project> |
---|
| 189 | <Private>true</Private> |
---|
| 190 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
---|
| 191 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
---|
| 192 | <LinkLibraryDependencies>true</LinkLibraryDependencies> |
---|
| 193 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> |
---|
| 194 | </ProjectReference> |
---|
| 195 | <ProjectReference Include="TLibVideoIO_vc10.vcxproj"> |
---|
| 196 | <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project> |
---|
| 197 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
---|
| 198 | </ProjectReference> |
---|
| 199 | </ItemGroup> |
---|
| 200 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
| 201 | <ImportGroup Label="ExtensionTargets"> |
---|
| 202 | </ImportGroup> |
---|
| 203 | </Project> |
---|