forked from DiegoG1019/SDL2.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SDL2.NET.sln
43 lines (43 loc) · 2.55 KB
/
SDL2.NET.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.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDL2.Bindings", "SDL2.Bindings\SDL2.Bindings.csproj", "{F1CC466F-AC0E-4698-950B-C4EAEC5F3009}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDL2.NET", "SDL2.NET\SDL2.NET.csproj", "{57AA8067-E6CB-4522-A670-679878DF1B6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDL2.NET Tests", "SDL2.NET Tests\SDL2.NET Tests.csproj", "{E0332BB7-AA02-460F-8F9B-7A456E054EE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2.NET.Extensions.Windows", "SDL2.NET.Extensions.Windows\SDL2.NET.Extensions.Windows.csproj", "{E8729184-77DB-407D-9B1C-B95C0AC1D4F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1CC466F-AC0E-4698-950B-C4EAEC5F3009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1CC466F-AC0E-4698-950B-C4EAEC5F3009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1CC466F-AC0E-4698-950B-C4EAEC5F3009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1CC466F-AC0E-4698-950B-C4EAEC5F3009}.Release|Any CPU.Build.0 = Release|Any CPU
{57AA8067-E6CB-4522-A670-679878DF1B6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57AA8067-E6CB-4522-A670-679878DF1B6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57AA8067-E6CB-4522-A670-679878DF1B6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57AA8067-E6CB-4522-A670-679878DF1B6F}.Release|Any CPU.Build.0 = Release|Any CPU
{E0332BB7-AA02-460F-8F9B-7A456E054EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0332BB7-AA02-460F-8F9B-7A456E054EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0332BB7-AA02-460F-8F9B-7A456E054EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0332BB7-AA02-460F-8F9B-7A456E054EE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E8729184-77DB-407D-9B1C-B95C0AC1D4F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8729184-77DB-407D-9B1C-B95C0AC1D4F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8729184-77DB-407D-9B1C-B95C0AC1D4F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8729184-77DB-407D-9B1C-B95C0AC1D4F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {302FD32A-C0DD-482B-8B58-4415EF0F7A9B}
EndGlobalSection
EndGlobal