-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRender3.sln
37 lines (37 loc) · 2.07 KB
/
Render3.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Render3", "Render3\Render3.csproj", "{23A2FDF9-AA8A-4A6C-84B8-10EA19A091FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Render3TestProject", "..\CR3TestProject\CR3TestProject\Render3TestProject.csproj", "{D0772E4F-7763-4F62-9633-95E93CA2FF26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Render3ConsoleTest", "Render3ConsoleTest\Render3ConsoleTest.csproj", "{0CB43DEB-00CA-44AA-99D0-2F88F129B1D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23A2FDF9-AA8A-4A6C-84B8-10EA19A091FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23A2FDF9-AA8A-4A6C-84B8-10EA19A091FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23A2FDF9-AA8A-4A6C-84B8-10EA19A091FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23A2FDF9-AA8A-4A6C-84B8-10EA19A091FA}.Release|Any CPU.Build.0 = Release|Any CPU
{D0772E4F-7763-4F62-9633-95E93CA2FF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0772E4F-7763-4F62-9633-95E93CA2FF26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0772E4F-7763-4F62-9633-95E93CA2FF26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0772E4F-7763-4F62-9633-95E93CA2FF26}.Release|Any CPU.Build.0 = Release|Any CPU
{0CB43DEB-00CA-44AA-99D0-2F88F129B1D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CB43DEB-00CA-44AA-99D0-2F88F129B1D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CB43DEB-00CA-44AA-99D0-2F88F129B1D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CB43DEB-00CA-44AA-99D0-2F88F129B1D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39E556FD-250D-43E3-9D2B-AF2D06B2ACE5}
EndGlobalSection
EndGlobal