framework2

Форк
0
249 строк · 13.8 Кб
1
<?xml version="1.0"?>
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
		<ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid>
23
		<Keyword>Win32Proj</Keyword>
24
		<RootNamespace>example</RootNamespace>
25
	</PropertyGroup>
26
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28
		<ConfigurationType>Application</ConfigurationType>
29
		<CharacterSet>Unicode</CharacterSet>
30
		<PlatformToolset>v140</PlatformToolset>
31
	</PropertyGroup>
32
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33
		<ConfigurationType>Application</ConfigurationType>
34
		<CharacterSet>Unicode</CharacterSet>
35
		<PlatformToolset>v140</PlatformToolset>
36
	</PropertyGroup>
37
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38
		<ConfigurationType>Application</ConfigurationType>
39
		<CharacterSet>Unicode</CharacterSet>
40
		<WholeProgramOptimization>true</WholeProgramOptimization>
41
		<PlatformToolset>v140</PlatformToolset>
42
	</PropertyGroup>
43
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44
		<ConfigurationType>Application</ConfigurationType>
45
		<CharacterSet>Unicode</CharacterSet>
46
		<WholeProgramOptimization>true</WholeProgramOptimization>
47
		<PlatformToolset>v140</PlatformToolset>
48
	</PropertyGroup>
49
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50
	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
51
		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
		<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" />
53
	</ImportGroup>
54
	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
55
		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
		<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" />
57
	</ImportGroup>
58
	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
59
		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60
		<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" />
61
	</ImportGroup>
62
	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63
		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
		<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" />
65
	</ImportGroup>
66
	<PropertyGroup Label="UserMacros" />
67
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68
		<OutDir>bin\</OutDir>
69
		<IntDir>obj\$(Configuration)\</IntDir>
70
		<TargetName>$(ProjectName)_debug</TargetName>
71
		<LinkIncremental>true</LinkIncremental>
72
		<GenerateManifest>true</GenerateManifest>
73
	</PropertyGroup>
74
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75
		<OutDir>bin\</OutDir>
76
		<IntDir>obj\$(Configuration)\</IntDir>
77
		<TargetName>$(ProjectName)_debug</TargetName>
78
		<LinkIncremental>true</LinkIncremental>
79
		<GenerateManifest>true</GenerateManifest>
80
	</PropertyGroup>
81
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82
		<OutDir>bin\</OutDir>
83
		<IntDir>obj\$(Configuration)\</IntDir>
84
		<LinkIncremental>false</LinkIncremental>
85
	</PropertyGroup>
86
	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
87
		<OutDir>bin\</OutDir>
88
		<IntDir>obj\$(Configuration)\</IntDir>
89
		<LinkIncremental>false</LinkIncremental>
90
	</PropertyGroup>
91
	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92
		<ClCompile>
93
			<Optimization>Disabled</Optimization>
94
			<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
95
			<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
96
			<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97
			<WarningLevel>Level3</WarningLevel>
98
			<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxPostProcessing\src</AdditionalIncludeDirectories>
99
			<CompileAs>CompileAsCpp</CompileAs>
100
		</ClCompile>
101
		<Link>
102
			<GenerateDebugInformation>true</GenerateDebugInformation>
103
			<SubSystem>Console</SubSystem>
104
			<RandomizedBaseAddress>false</RandomizedBaseAddress>
105
			<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
106
			<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
107
		</Link>
108
		<PostBuildEvent />
109
	</ItemDefinitionGroup>
110
	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111
		<ClCompile>
112
			<Optimization>Disabled</Optimization>
113
			<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
114
			<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
115
			<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
116
			<WarningLevel>Level3</WarningLevel>
117
			<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxPostProcessing\src</AdditionalIncludeDirectories>
118
			<CompileAs>CompileAsCpp</CompileAs>
119
			<MultiProcessorCompilation>true</MultiProcessorCompilation>
120
		</ClCompile>
121
		<Link>
122
			<GenerateDebugInformation>true</GenerateDebugInformation>
123
			<SubSystem>Console</SubSystem>
124
			<RandomizedBaseAddress>false</RandomizedBaseAddress>
125
			<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
126
			<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
127
		</Link>
128
		<PostBuildEvent />
129
	</ItemDefinitionGroup>
130
	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
131
		<ClCompile>
132
			<WholeProgramOptimization>false</WholeProgramOptimization>
133
			<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
134
			<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
135
			<WarningLevel>Level3</WarningLevel>
136
			<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxPostProcessing\src</AdditionalIncludeDirectories>
137
			<CompileAs>CompileAsCpp</CompileAs>
138
			<MultiProcessorCompilation>true</MultiProcessorCompilation>
139
		</ClCompile>
140
		<Link>
141
			<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
142
			<GenerateDebugInformation>false</GenerateDebugInformation>
143
			<SubSystem>Console</SubSystem>
144
			<OptimizeReferences>true</OptimizeReferences>
145
			<EnableCOMDATFolding>true</EnableCOMDATFolding>
146
			<RandomizedBaseAddress>false</RandomizedBaseAddress>
147
			<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
148
			<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
149
		</Link>
150
		<PostBuildEvent />
151
	</ItemDefinitionGroup>
152
	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153
		<ClCompile>
154
			<WholeProgramOptimization>false</WholeProgramOptimization>
155
			<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
156
			<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
157
			<WarningLevel>Level3</WarningLevel>
158
			<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxPostProcessing\src</AdditionalIncludeDirectories>
159
			<CompileAs>CompileAsCpp</CompileAs>
160
		</ClCompile>
161
		<Link>
162
			<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
163
			<GenerateDebugInformation>false</GenerateDebugInformation>
164
			<SubSystem>Console</SubSystem>
165
			<OptimizeReferences>true</OptimizeReferences>
166
			<EnableCOMDATFolding>true</EnableCOMDATFolding>
167
			<RandomizedBaseAddress>false</RandomizedBaseAddress>
168
			<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
169
			<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
170
		</Link>
171
		<PostBuildEvent />
172
	</ItemDefinitionGroup>
173
	<ItemGroup>
174
		<ClCompile Include="src\main.cpp" />
175
		<ClCompile Include="src\ofApp.cpp" />
176
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\BleachBypassPass.cpp" />
177
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\BloomPass.cpp" />
178
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\ContrastPass.cpp" />
179
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\ConvolutionPass.cpp" />
180
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\DofAltPass.cpp" />
181
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\DofPass.cpp" />
182
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\EdgePass.cpp" />
183
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\FakeSSSPass.cpp" />
184
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\FxaaPass.cpp" />
185
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\GodRaysPass.cpp" />
186
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\HorizontalTiltShifPass.cpp" />
187
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\HsbShiftPass.cpp" />
188
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\KaleidoscopePass.cpp" />
189
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\LimbDarkeningPass.cpp" />
190
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\LUTPass.cpp" />
191
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\NoiseWarpPass.cpp" />
192
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\PixelatePass.cpp" />
193
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\PostProcessing.cpp" />
194
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\RenderPass.cpp" />
195
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\RGBShiftPass.cpp" />
196
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\RimHighlightingPass.cpp" />
197
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\SSAOPass.cpp" />
198
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\ToonPass.cpp" />
199
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\VerticalTiltShifPass.cpp" />
200
		<ClCompile Include="..\..\..\addons\ofxPostProcessing\src\ZoomBlurPass.cpp" />
201
	</ItemGroup>
202
	<ItemGroup>
203
		<ClInclude Include="src\ofApp.h" />
204
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\BleachBypassPass.h" />
205
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\BloomPass.h" />
206
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\ContrastPass.h" />
207
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\ConvolutionPass.h" />
208
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\DofAltPass.h" />
209
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\DofPass.h" />
210
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\EdgePass.h" />
211
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\FakeSSSPass.h" />
212
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\FxaaPass.h" />
213
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\GodRaysPass.h" />
214
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\HorizontalTiltShifPass.h" />
215
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\HsbShiftPass.h" />
216
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\KaleidoscopePass.h" />
217
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\LimbDarkeningPass.h" />
218
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\LUTPass.h" />
219
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\NoiseWarpPass.h" />
220
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\ofxPostProcessing.h" />
221
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\PixelatePass.h" />
222
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\PostProcessing.h" />
223
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\RenderPass.h" />
224
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\RGBShiftPass.h" />
225
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\RimHighlightingPass.h" />
226
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\SSAOPass.h" />
227
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\ToonPass.h" />
228
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\VerticalTiltShifPass.h" />
229
		<ClInclude Include="..\..\..\addons\ofxPostProcessing\src\ZoomBlurPass.h" />
230
	</ItemGroup>
231
	<ItemGroup>
232
		<ProjectReference Include="$(OF_ROOT)\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj">
233
			<Project>{5837595d-aca9-485c-8e76-729040ce4b0b}</Project>
234
		</ProjectReference>
235
	</ItemGroup>
236
	<ItemGroup>
237
		<ResourceCompile Include="icon.rc">
238
			<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions>
239
			<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions>
240
			<AdditionalIncludeDirectories>$(OF_ROOT)\libs\openFrameworksCompiled\project\vs</AdditionalIncludeDirectories>
241
		</ResourceCompile>
242
	</ItemGroup>
243
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
244
	<ProjectExtensions>
245
		<VisualStudio>
246
			<UserProperties RESOURCE_FILE="icon.rc" />
247
		</VisualStudio>
248
	</ProjectExtensions>
249
</Project>
250

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.