-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Raylib-CsLo-DEV.sln
37 lines (37 loc) · 2.07 KB
/
Raylib-CsLo-DEV.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 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CsLo", "Raylib-CsLo\Raylib-CsLo.csproj", "{5A9FA8DE-3F28-4D7B-A0F3-9FC5DEC06608}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CsLo.Tests", "Raylib-CsLo.Tests\Raylib-CsLo.Tests.csproj", "{EC201E2E-2956-4450-A56A-1A78CEF84952}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-CsLo.Examples", "Raylib-CsLo.Examples\Raylib-CsLo.Examples.csproj", "{30F66300-AF37-48A0-8117-3033E72602DB}"
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
{EC201E2E-2956-4450-A56A-1A78CEF84952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC201E2E-2956-4450-A56A-1A78CEF84952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC201E2E-2956-4450-A56A-1A78CEF84952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC201E2E-2956-4450-A56A-1A78CEF84952}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3309002F-A3DC-4426-B814-3FF0A9883E7C}
EndGlobalSection
EndGlobal