-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRaylib CSharp Vinculum.sln
43 lines (43 loc) · 2.75 KB
/
Raylib CSharp Vinculum.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CSharp-Vinculum", "Source\Raylib-CSharp-Vinculum\Raylib-CSharp-Vinculum.csproj", "{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CSharp-Vinculum.ExampleCore", "Source\Raylib-CSharp-Vinculum.ExampleCore\Raylib-CSharp-Vinculum.ExampleCore.csproj", "{30F66300-AF37-48A0-8117-3033E72602DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CSharp-Vinculum.Tests", "Source\Raylib-CSharp-Vinculum.Tests\Raylib-CSharp-Vinculum.Tests.csproj", "{ED558577-7D5D-433D-BF14-0043BDFB67FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raylib-CSharp-Vinculum.TestingProgram", "Source\Raylib-CSharp-Vinculum.TestingProgram\Raylib-CSharp-Vinculum.TestingProgram.csproj", "{5E44F0F3-44C2-4F80-89E7-379C4674DA29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}.Release|Any CPU.Build.0 = Release|Any CPU
{30F66300-AF37-48A0-8117-3033E72602DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30F66300-AF37-48A0-8117-3033E72602DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30F66300-AF37-48A0-8117-3033E72602DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30F66300-AF37-48A0-8117-3033E72602DB}.Release|Any CPU.Build.0 = Release|Any CPU
{ED558577-7D5D-433D-BF14-0043BDFB67FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED558577-7D5D-433D-BF14-0043BDFB67FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED558577-7D5D-433D-BF14-0043BDFB67FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED558577-7D5D-433D-BF14-0043BDFB67FC}.Release|Any CPU.Build.0 = Release|Any CPU
{5E44F0F3-44C2-4F80-89E7-379C4674DA29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E44F0F3-44C2-4F80-89E7-379C4674DA29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E44F0F3-44C2-4F80-89E7-379C4674DA29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E44F0F3-44C2-4F80-89E7-379C4674DA29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3309002F-A3DC-4426-B814-3FF0A9883E7C}
EndGlobalSection
EndGlobal