1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{CE5CD75D-8626-4CD8-83FC-B7A4868DAEC0}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >OpenTK_RTExample</RootNamespace >
12+ <AssemblyName >OpenTK_RTExample</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15+ <FileAlignment >512</FileAlignment >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18+ <PlatformTarget >x86</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ <Prefer32Bit >false</Prefer32Bit >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29+ <PlatformTarget >x86</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ <Prefer32Bit >false</Prefer32Bit >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
39+ <DebugSymbols >true</DebugSymbols >
40+ <OutputPath >bin\x64\Debug\</OutputPath >
41+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42+ <DebugType >full</DebugType >
43+ <PlatformTarget >x64</PlatformTarget >
44+ <ErrorReport >prompt</ErrorReport >
45+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
46+ <Prefer32Bit >false</Prefer32Bit >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
49+ <OutputPath >bin\x64\Release\</OutputPath >
50+ <DefineConstants >TRACE</DefineConstants >
51+ <Optimize >true</Optimize >
52+ <DebugType >pdbonly</DebugType >
53+ <PlatformTarget >x64</PlatformTarget >
54+ <ErrorReport >prompt</ErrorReport >
55+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
56+ <Prefer32Bit >false</Prefer32Bit >
57+ </PropertyGroup >
58+ <PropertyGroup >
59+ <StartupObject >OpenTK_RTExample.Program</StartupObject >
60+ </PropertyGroup >
61+ <ItemGroup >
62+ <Reference Include =" OpenTK, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL" >
63+ <HintPath >..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll</HintPath >
64+ <Private >True</Private >
65+ </Reference >
66+ <Reference Include =" System" />
67+ <Reference Include =" System.Core" />
68+ <Reference Include =" System.Drawing" />
69+ <Reference Include =" System.Windows.Forms" />
70+ <Reference Include =" System.Xml.Linq" />
71+ <Reference Include =" System.Data.DataSetExtensions" />
72+ <Reference Include =" Microsoft.CSharp" />
73+ <Reference Include =" System.Data" />
74+ <Reference Include =" System.Xml" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <Compile Include =" Camera.cs" />
78+ <Compile Include =" Cube.cs" />
79+ <Compile Include =" Game.cs" />
80+ <Compile Include =" Light.cs" />
81+ <Compile Include =" Material.cs" />
82+ <Compile Include =" ObjVolume.cs" />
83+ <Compile Include =" Program.cs" />
84+ <Compile Include =" Properties\AssemblyInfo.cs" />
85+ <Compile Include =" ShaderProgram.cs" />
86+ <Compile Include =" TexturedCube.cs" />
87+ <Compile Include =" Volume.cs" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <None Include =" app.config" />
91+ <None Include =" arrow.obj" >
92+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
93+ </None >
94+ <None Include =" earth.mtl" >
95+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
96+ </None >
97+ <None Include =" fs_lit_advanced_screen.glsl" >
98+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
99+ </None >
100+ <None Include =" fs_lit_multiple.glsl" >
101+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
102+ </None >
103+ <None Include =" OpenTK.dll.config" />
104+ <None Include =" packages.config" />
105+ <None Include =" tv.mtl" >
106+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
107+ </None >
108+ <None Include =" tv.obj" >
109+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
110+ </None >
111+ <None Include =" tvscreen.mtl" >
112+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
113+ </None >
114+ <None Include =" tvscreen.obj" >
115+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
116+ </None >
117+ <None Include =" vs_lit_multiple.glsl" >
118+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
119+ </None >
120+ <None Include =" vs_lit_advanced.glsl" >
121+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
122+ </None >
123+ <None Include =" fs_lit_advanced.glsl" >
124+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
125+ </None >
126+ <None Include =" cubedie.mtl" >
127+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
128+ </None >
129+ <None Include =" cubedie.obj" >
130+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
131+ </None >
132+ <None Include =" earth.obj" >
133+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
134+ </None >
135+ <None Include =" fs_lit.glsl" >
136+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
137+ </None >
138+ <None Include =" fs_norm.glsl" >
139+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
140+ </None >
141+ <None Include =" fs_tex.glsl" >
142+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
143+ </None >
144+ <None Include =" sphere.obj" >
145+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
146+ </None >
147+ <None Include =" vs_lit.glsl" >
148+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
149+ </None >
150+ <None Include =" vs_norm.glsl" >
151+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
152+ </None >
153+ <None Include =" vs_tex.glsl" >
154+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
155+ </None >
156+ <None Include =" fs.glsl" >
157+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
158+ </None >
159+ <None Include =" vs.glsl" >
160+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
161+ </None >
162+ </ItemGroup >
163+ <ItemGroup >
164+ <Content Include =" blank.png" >
165+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
166+ </Content >
167+ <Content Include =" cubedie.png" >
168+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
169+ </Content >
170+ <Content Include =" earth.png" >
171+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
172+ </Content >
173+ <Content Include =" earthspec.png" >
174+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
175+ </Content >
176+ <Content Include =" opentksquare.png" >
177+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
178+ </Content >
179+ <Content Include =" opentksquare2.png" >
180+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
181+ </Content >
182+ <Content Include =" planet.png" >
183+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
184+ </Content >
185+ <Content Include =" tvtexture.png" >
186+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
187+ </Content >
188+ </ItemGroup >
189+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191+ Other similar extension points exist, see Microsoft.Common.targets.
192+ <Target Name="BeforeBuild">
193+ </Target>
194+ <Target Name="AfterBuild">
195+ </Target>
196+ -->
197+ </Project >
0 commit comments