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>TLibRenderer</ProjectName> |
---|
23 | <ProjectGuid>{2B298BE6-DFF0-4BD2-8F26-395FFE7F9EB4}</ProjectGuid> |
---|
24 | <RootNamespace>TLibRenderer</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>StaticLibrary</ConfigurationType> |
---|
30 | <CharacterSet>MultiByte</CharacterSet> |
---|
31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
32 | </PropertyGroup> |
---|
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
35 | <CharacterSet>MultiByte</CharacterSet> |
---|
36 | </PropertyGroup> |
---|
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
38 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
39 | <CharacterSet>MultiByte</CharacterSet> |
---|
40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
41 | </PropertyGroup> |
---|
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
43 | <ConfigurationType>StaticLibrary</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)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
66 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
67 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
72 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
73 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
74 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
75 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
76 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
77 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
78 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
79 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
80 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
81 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
82 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
83 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
84 | </PropertyGroup> |
---|
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
86 | <ClCompile> |
---|
87 | <Optimization>Disabled</Optimization> |
---|
88 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
89 | <MinimalRebuild>true</MinimalRebuild> |
---|
90 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
91 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
92 | <WarningLevel>Level3</WarningLevel> |
---|
93 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
94 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
95 | </ClCompile> |
---|
96 | </ItemDefinitionGroup> |
---|
97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
98 | <ClCompile> |
---|
99 | <Optimization>MaxSpeed</Optimization> |
---|
100 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
101 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
102 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
103 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
104 | <StringPooling>true</StringPooling> |
---|
105 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
106 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
107 | <WarningLevel>Level3</WarningLevel> |
---|
108 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
109 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
110 | </ClCompile> |
---|
111 | </ItemDefinitionGroup> |
---|
112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
113 | <Midl> |
---|
114 | <TargetEnvironment>X64</TargetEnvironment> |
---|
115 | </Midl> |
---|
116 | <ClCompile> |
---|
117 | <Optimization>Disabled</Optimization> |
---|
118 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_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 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
125 | </ClCompile> |
---|
126 | </ItemDefinitionGroup> |
---|
127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
128 | <Midl> |
---|
129 | <TargetEnvironment>X64</TargetEnvironment> |
---|
130 | </Midl> |
---|
131 | <ClCompile> |
---|
132 | <Optimization>MaxSpeed</Optimization> |
---|
133 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
134 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
135 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
136 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
137 | <StringPooling>true</StringPooling> |
---|
138 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
139 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
140 | <WarningLevel>Level3</WarningLevel> |
---|
141 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
142 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
143 | </ClCompile> |
---|
144 | </ItemDefinitionGroup> |
---|
145 | <ItemGroup> |
---|
146 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenFilter.cpp" /> |
---|
147 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenImagePlane.cpp" /> |
---|
148 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenImage.cpp" /> |
---|
149 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenInterpFilter.cpp" /> |
---|
150 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenModel.cpp" /> |
---|
151 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenModSetupStrParser.cpp" /> |
---|
152 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenSingleModel.cpp" /> |
---|
153 | <ClCompile Include="..\..\source\Lib\TLibRenderer\TRenTop.cpp" /> |
---|
154 | </ItemGroup> |
---|
155 | <ItemGroup> |
---|
156 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenFilter.h" /> |
---|
157 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenImagePlane.h" /> |
---|
158 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenImage.h" /> |
---|
159 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenInterpFilter.h" /> |
---|
160 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenModel.h" /> |
---|
161 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenModSetupStrParser.h" /> |
---|
162 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenSingleModel.h" /> |
---|
163 | <ClInclude Include="..\..\source\Lib\TLibRenderer\TRenTop.h" /> |
---|
164 | </ItemGroup> |
---|
165 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
166 | <ImportGroup Label="ExtensionTargets"> |
---|
167 | </ImportGroup> |
---|
168 | </Project> |
---|