framework2

Форк
0
/
redgpu_f2.vcxproj 
237 строк · 11.5 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|x64">
5
      <Configuration>Debug</Configuration>
6
      <Platform>x64</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Release|x64">
9
      <Configuration>Release</Configuration>
10
      <Platform>x64</Platform>
11
    </ProjectConfiguration>
12
  </ItemGroup>
13
  <ItemGroup>
14
    <ClCompile Include="addons\ofxAssimpModelLoader\src\ofxAssimpAnimation.cpp" />
15
    <ClCompile Include="addons\ofxAssimpModelLoader\src\ofxAssimpMeshHelper.cpp" />
16
    <ClCompile Include="addons\ofxAssimpModelLoader\src\ofxAssimpModelLoader.cpp" />
17
    <ClCompile Include="addons\ofxAssimpModelLoader\src\ofxAssimpTexture.cpp" />
18
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXAnimation.cpp" />
19
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXBone.cpp" />
20
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBX.cpp" />
21
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXMesh.cpp" />
22
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXMeshMaterial.cpp" />
23
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXNode.cpp" />
24
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXNurbsCurve.cpp" />
25
    <ClCompile Include="ofxaddons\ofxFBX\src\ofxFBXSkeleton.cpp" />
26
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\GetPosition.cxx" />
27
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcBone.cpp" />
28
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcCluster.cpp" />
29
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcMesh.cpp" />
30
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcMeshMaterial.cpp" />
31
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcNode.cpp" />
32
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcNurbsCurve.cpp" />
33
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcPose.cpp" />
34
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcScene.cpp" />
35
    <ClCompile Include="ofxaddons\ofxFBX\src\FBXSource\ofxFBXSrcSkeleton.cpp" />
36
    <ClCompile Include="ofxaddons\ofxFBX\libs\libfbxsdk_2019.5\include\Common\AnimationUtility.cxx" />
37
    <ClCompile Include="ofxaddons\ofxFBX\libs\libfbxsdk_2019.5\include\Common\Common.cxx" />
38
    <ClCompile Include="ofxaddons\ofxFBX\libs\libfbxsdk_2019.5\include\Common\GeometryUtility.cxx" />
39
    <ClCompile Include="ofxaddons\ofxFirstPersonCamera\src\ofxFirstPersonCamera.cpp" />
40
    <ClCompile Include="ofxaddons\ofxManipulator\src\ofxManipulator.cpp" />
41
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\cimgui-1.89.9-44769f63d\cimgui.cpp" />
42
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\examples\imgui_impl_glfw.cpp" />
43
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\examples\imgui_impl_opengl2.cpp" />
44
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\examples\imgui_impl_opengl3.cpp" />
45
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\imgui.cpp" />
46
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\imgui_demo.cpp" />
47
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\imgui_draw.cpp" />
48
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\imgui_widgets.cpp" />
49
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\libs\imgui-1.89.9-1d8e48c16\imgui_tables.cpp" />
50
    <ClCompile Include="ofxaddons\ofxRaccoonImGui\src\ofxRaccoonImGui.cpp" />
51
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\BleachBypassPass.cpp" />
52
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\BloomPass.cpp" />
53
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\ContrastPass.cpp" />
54
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\ConvolutionPass.cpp" />
55
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\DofAltPass.cpp" />
56
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\DofPass.cpp" />
57
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\EdgePass.cpp" />
58
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\FakeSSSPass.cpp" />
59
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\FxaaPass.cpp" />
60
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\GodRaysPass.cpp" />
61
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\HorizontalTiltShifPass.cpp" />
62
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\HsbShiftPass.cpp" />
63
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\KaleidoscopePass.cpp" />
64
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\LimbDarkeningPass.cpp" />
65
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\LUTPass.cpp" />
66
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\NoiseWarpPass.cpp" />
67
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\PixelatePass.cpp" />
68
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\PostProcessing.cpp" />
69
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\RenderPass.cpp" />
70
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\RGBShiftPass.cpp" />
71
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\RimHighlightingPass.cpp" />
72
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\SSAOPass.cpp" />
73
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\ToonPass.cpp" />
74
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\VerticalTiltShifPass.cpp" />
75
    <ClCompile Include="ofxaddons\ofxPostProcessing\src\ZoomBlurPass.cpp" />
76
    <ClCompile Include="ofxaddons\ofxPostProcessingExtra\GenericPass.cpp" />
77
    <ClCompile Include="redgpu_f2.cpp" />
78
  </ItemGroup>
79
  <PropertyGroup Label="Globals">
80
    <VCProjectVersion>16.0</VCProjectVersion>
81
    <Keyword>Win32Proj</Keyword>
82
    <ProjectGuid>{c490ab98-f892-4085-9bbf-ea04fde3095c}</ProjectGuid>
83
    <RootNamespace>redgpuf2</RootNamespace>
84
    <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
85
  </PropertyGroup>
86
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
88
    <ConfigurationType>DynamicLibrary</ConfigurationType>
89
    <UseDebugLibraries>true</UseDebugLibraries>
90
    <PlatformToolset>v142</PlatformToolset>
91
    <CharacterSet>Unicode</CharacterSet>
92
  </PropertyGroup>
93
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
94
    <ConfigurationType>DynamicLibrary</ConfigurationType>
95
    <UseDebugLibraries>false</UseDebugLibraries>
96
    <PlatformToolset>v142</PlatformToolset>
97
    <WholeProgramOptimization>true</WholeProgramOptimization>
98
    <CharacterSet>Unicode</CharacterSet>
99
  </PropertyGroup>
100
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
101
  <ImportGroup Label="ExtensionSettings">
102
  </ImportGroup>
103
  <ImportGroup Label="Shared">
104
  </ImportGroup>
105
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107
  </ImportGroup>
108
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
109
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110
  </ImportGroup>
111
  <PropertyGroup Label="UserMacros" />
112
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113
    <LinkIncremental>true</LinkIncremental>
114
    <LibraryPath>src/boost/lib/vs/x64;$(LibraryPath)</LibraryPath>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
117
    <LinkIncremental>false</LinkIncremental>
118
    <LibraryPath>src/boost/lib/vs/x64;$(LibraryPath)</LibraryPath>
119
  </PropertyGroup>
120
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
121
    <ClCompile>
122
      <WarningLevel>Level3</WarningLevel>
123
      <SDLCheck>true</SDLCheck>
124
      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;REDGPUF2_EXPORTS;_WINDOWS;_USRDLL;OF_USING_STD_FS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125
      <ConformanceMode>true</ConformanceMode>
126
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
127
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
128
      <AdditionalIncludeDirectories>
129
src/openframeworks;
130
src/openframeworks/3d;
131
src/openframeworks/app;
132
src/openframeworks/communication;
133
src/openframeworks/events;
134
src/openframeworks/gl;
135
src/openframeworks/graphics;
136
src/openframeworks/math;
137
src/openframeworks/sound;
138
src/openframeworks/types;
139
src/openframeworks/utils;
140
src/openframeworks/video;
141
src/glew;
142
src/glew/include;
143
src/libtess2;
144
src/libtess2/include;
145
src/boost;
146
src/boost/include;
147
src/utf8cpp;
148
src/utf8cpp/include;
149
src/glm;
150
src/glm/include;
151
src/json;
152
src/json/include;
153
src/pugixml;
154
src/pugixml/include;
155
src/cairo;
156
src/cairo/include;
157
src/cairo/include/cairo;
158
addons/ofxAssimpModelLoader/libs/assimp/include;
159
ofxaddons/ofxRaccoonImGui/libs/imgui-1.89.9-1d8e48c16;
160
ofxaddons/ofxRaccoonImGui/libs/imgui-1.89.9-1d8e48c16/examples;
161
ofxaddons/ofxFBX/src;
162
ofxaddons/ofxFBX/src/FBXSource;
163
ofxaddons/ofxFBX/libs/libfbxsdk_2019.5/include;
164
of_v0.12.0_vs_release/libs/glfw/include;
165
%(AdditionalIncludeDirectories)
166
      </AdditionalIncludeDirectories>
167
      <LanguageStandard>stdcpp17</LanguageStandard>
168
    </ClCompile>
169
    <Link>
170
      <SubSystem>Windows</SubSystem>
171
      <GenerateDebugInformation>true</GenerateDebugInformation>
172
      <EnableUAC>false</EnableUAC>
173
    </Link>
174
  </ItemDefinitionGroup>
175
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
176
    <ClCompile>
177
      <WarningLevel>Level3</WarningLevel>
178
      <FunctionLevelLinking>true</FunctionLevelLinking>
179
      <IntrinsicFunctions>true</IntrinsicFunctions>
180
      <SDLCheck>true</SDLCheck>
181
      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;REDGPUF2_EXPORTS;_WINDOWS;_USRDLL;OF_USING_STD_FS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
182
      <ConformanceMode>true</ConformanceMode>
183
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
184
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
185
      <AdditionalIncludeDirectories>
186
src/openframeworks;
187
src/openframeworks/3d;
188
src/openframeworks/app;
189
src/openframeworks/communication;
190
src/openframeworks/events;
191
src/openframeworks/gl;
192
src/openframeworks/graphics;
193
src/openframeworks/math;
194
src/openframeworks/sound;
195
src/openframeworks/types;
196
src/openframeworks/utils;
197
src/openframeworks/video;
198
src/glew;
199
src/glew/include;
200
src/libtess2;
201
src/libtess2/include;
202
src/boost;
203
src/boost/include;
204
src/utf8cpp;
205
src/utf8cpp/include;
206
src/glm;
207
src/glm/include;
208
src/json;
209
src/json/include;
210
src/pugixml;
211
src/pugixml/include;
212
src/cairo;
213
src/cairo/include;
214
src/cairo/include/cairo;
215
addons/ofxAssimpModelLoader/libs/assimp/include;
216
ofxaddons/ofxRaccoonImGui/libs/imgui-1.89.9-1d8e48c16;
217
ofxaddons/ofxRaccoonImGui/libs/imgui-1.89.9-1d8e48c16/examples;
218
ofxaddons/ofxFBX/src;
219
ofxaddons/ofxFBX/src/FBXSource;
220
ofxaddons/ofxFBX/libs/libfbxsdk_2019.5/include;
221
of_v0.12.0_vs_release/libs/glfw/include;
222
%(AdditionalIncludeDirectories)
223
      </AdditionalIncludeDirectories>
224
      <LanguageStandard>stdcpp17</LanguageStandard>
225
    </ClCompile>
226
    <Link>
227
      <SubSystem>Windows</SubSystem>
228
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
229
      <OptimizeReferences>true</OptimizeReferences>
230
      <GenerateDebugInformation>true</GenerateDebugInformation>
231
      <EnableUAC>false</EnableUAC>
232
    </Link>
233
  </ItemDefinitionGroup>
234
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
235
  <ImportGroup Label="ExtensionTargets">
236
  </ImportGroup>
237
</Project>

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

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

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

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