-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCopperDevs.Windowing.sln
More file actions
63 lines (63 loc) · 4.03 KB
/
Copy pathCopperDevs.Windowing.sln
File metadata and controls
63 lines (63 loc) · 4.03 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopperDevs.Windowing", "src\CopperDevs.Windowing\CopperDevs.Windowing.csproj", "{FBC126A3-DE91-45F8-9169-20AABF655423}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopperDevs.Windowing.SDL3", "src\sdl3\CopperDevs.Windowing.SDL3\CopperDevs.Windowing.SDL3.csproj", "{356BC720-9F6F-4671-BBD5-CD82C7A9B63B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{6CFA9B7F-892B-4691-8782-1D6D2C15F93C}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
.gitignore = .gitignore
License.txt = License.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopperDevs.Windowing.Testing", "src\CopperDevs.Windowing.Testing\CopperDevs.Windowing.Testing.csproj", "{32348DD9-A229-4CC9-B37A-6D212C79EDDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDL3", "SDL3", "{BB9BC5E4-1DA0-41EA-9F8B-28F7D18FB7D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopperDevs.Windowing.SDL3.Example", "src\sdl3\CopperDevs.Windowing.SDL3.Example\CopperDevs.Windowing.SDL3.Example.csproj", "{CF0A8EAF-E59D-418B-9C94-653B3CED43DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopperDevs.Windowing.SDL3.Generator", "src\sdl3\CopperDevs.Windowing.SDL3.Generator\CopperDevs.Windowing.SDL3.Generator.csproj", "{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{558D2C2B-76A8-46CA-A5B8-6CEC2843408F}"
ProjectSection(SolutionItems) = preProject
scripts\gen.py = scripts\gen.py
scripts\layer.txt = scripts\layer.txt
scripts\methods.txt = scripts\methods.txt
scripts\output.txt = scripts\output.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBC126A3-DE91-45F8-9169-20AABF655423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBC126A3-DE91-45F8-9169-20AABF655423}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBC126A3-DE91-45F8-9169-20AABF655423}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBC126A3-DE91-45F8-9169-20AABF655423}.Release|Any CPU.Build.0 = Release|Any CPU
{356BC720-9F6F-4671-BBD5-CD82C7A9B63B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356BC720-9F6F-4671-BBD5-CD82C7A9B63B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{356BC720-9F6F-4671-BBD5-CD82C7A9B63B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{356BC720-9F6F-4671-BBD5-CD82C7A9B63B}.Release|Any CPU.Build.0 = Release|Any CPU
{32348DD9-A229-4CC9-B37A-6D212C79EDDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32348DD9-A229-4CC9-B37A-6D212C79EDDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32348DD9-A229-4CC9-B37A-6D212C79EDDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32348DD9-A229-4CC9-B37A-6D212C79EDDB}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0A8EAF-E59D-418B-9C94-653B3CED43DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0A8EAF-E59D-418B-9C94-653B3CED43DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0A8EAF-E59D-418B-9C94-653B3CED43DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0A8EAF-E59D-418B-9C94-653B3CED43DC}.Release|Any CPU.Build.0 = Release|Any CPU
{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{356BC720-9F6F-4671-BBD5-CD82C7A9B63B} = {BB9BC5E4-1DA0-41EA-9F8B-28F7D18FB7D1}
{CF0A8EAF-E59D-418B-9C94-653B3CED43DC} = {BB9BC5E4-1DA0-41EA-9F8B-28F7D18FB7D1}
{26DE41E7-5C3E-4FD6-80ED-C2D5BE71DE9A} = {BB9BC5E4-1DA0-41EA-9F8B-28F7D18FB7D1}
{558D2C2B-76A8-46CA-A5B8-6CEC2843408F} = {6CFA9B7F-892B-4691-8782-1D6D2C15F93C}
EndGlobalSection
EndGlobal