-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrenderXF.sln
More file actions
48 lines (48 loc) · 2.51 KB
/
renderXF.sln
File metadata and controls
48 lines (48 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D505083F-6E8C-4F16-907C-9F14F1A9ECAD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "renderxf", "source\renderxf\renderxf.csproj", "{01B8966F-A2A3-47B4-9747-E6DF0B4C8011}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo", "source\demo\demo.csproj", "{E839FFF7-9E0A-4543-9509-6BFFC7E5CA65}"
ProjectSection(ProjectDependencies) = postProject
{01B8966F-A2A3-47B4-9747-E6DF0B4C8011} = {01B8966F-A2A3-47B4-9747-E6DF0B4C8011}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "texturetest", "source\texturetest\texturetest.csproj", "{43E6DFF1-9A66-43CB-A1C1-635906F4D3FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01B8966F-A2A3-47B4-9747-E6DF0B4C8011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01B8966F-A2A3-47B4-9747-E6DF0B4C8011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01B8966F-A2A3-47B4-9747-E6DF0B4C8011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B8966F-A2A3-47B4-9747-E6DF0B4C8011}.Release|Any CPU.Build.0 = Release|Any CPU
{E839FFF7-9E0A-4543-9509-6BFFC7E5CA65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E839FFF7-9E0A-4543-9509-6BFFC7E5CA65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E839FFF7-9E0A-4543-9509-6BFFC7E5CA65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E839FFF7-9E0A-4543-9509-6BFFC7E5CA65}.Release|Any CPU.Build.0 = Release|Any CPU
{43E6DFF1-9A66-43CB-A1C1-635906F4D3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43E6DFF1-9A66-43CB-A1C1-635906F4D3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43E6DFF1-9A66-43CB-A1C1-635906F4D3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43E6DFF1-9A66-43CB-A1C1-635906F4D3FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0E613AA-2DCF-47B1-B2AB-D9C937622A48}
EndGlobalSection
EndGlobal