-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHexa.NET.SDL.Image.sln
More file actions
49 lines (49 loc) · 3.01 KB
/
Hexa.NET.SDL.Image.sln
File metadata and controls
49 lines (49 loc) · 3.01 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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator\Generator.csproj", "{B64E5794-09E4-4C85-9D33-AA47DA532AAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hexa.NET.SDL2.Image", "Hexa.NET.SDL2.Image\Hexa.NET.SDL2.Image.csproj", "{6F5344E3-1715-47CA-B54B-29A45E008310}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hexa.NET.SDL3.Image", "Hexa.NET.SDL3.Image\Hexa.NET.SDL3.Image.csproj", "{0925C0FA-C34C-47C6-A540-4FE6D41D4B8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.SDL2", "Example.SDL2\Example.SDL2.csproj", "{C196F81B-782C-1316-64DE-236AD09D6AA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.SDL3", "Example.SDL3\Example.SDL3.csproj", "{FFC5F24D-7F48-0816-7DA6-CB16CB57B424}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B64E5794-09E4-4C85-9D33-AA47DA532AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B64E5794-09E4-4C85-9D33-AA47DA532AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B64E5794-09E4-4C85-9D33-AA47DA532AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B64E5794-09E4-4C85-9D33-AA47DA532AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{6F5344E3-1715-47CA-B54B-29A45E008310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5344E3-1715-47CA-B54B-29A45E008310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5344E3-1715-47CA-B54B-29A45E008310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5344E3-1715-47CA-B54B-29A45E008310}.Release|Any CPU.Build.0 = Release|Any CPU
{0925C0FA-C34C-47C6-A540-4FE6D41D4B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0925C0FA-C34C-47C6-A540-4FE6D41D4B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0925C0FA-C34C-47C6-A540-4FE6D41D4B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0925C0FA-C34C-47C6-A540-4FE6D41D4B8C}.Release|Any CPU.Build.0 = Release|Any CPU
{C196F81B-782C-1316-64DE-236AD09D6AA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C196F81B-782C-1316-64DE-236AD09D6AA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C196F81B-782C-1316-64DE-236AD09D6AA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C196F81B-782C-1316-64DE-236AD09D6AA2}.Release|Any CPU.Build.0 = Release|Any CPU
{FFC5F24D-7F48-0816-7DA6-CB16CB57B424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC5F24D-7F48-0816-7DA6-CB16CB57B424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC5F24D-7F48-0816-7DA6-CB16CB57B424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC5F24D-7F48-0816-7DA6-CB16CB57B424}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CCC2AE34-376B-4C0C-BE06-7CCC3C70DE74}
EndGlobalSection
EndGlobal