-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVeldridGen.sln
69 lines (69 loc) · 4.62 KB
/
VeldridGen.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen", "VeldridGen\VeldridGen.csproj", "{500386F7-3DEE-4689-8834-6A1D7F94A275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Interfaces", "VeldridGen.Interfaces\VeldridGen.Interfaces.csproj", "{C63F0FBE-A742-4CFA-B2BD-2C319D88CB46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Example.Engine", "Example\Engine\VeldridGen.Example.Engine.csproj", "{4D7BDA45-C044-46B8-AC78-8428490775FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Example.TestApp", "Example\TestApp\VeldridGen.Example.TestApp.csproj", "{55F86488-E938-4165-AC8B-B42661EE41E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Example.SpriteRenderer", "Example\SpriteRenderer\VeldridGen.Example.SpriteRenderer.csproj", "{62178BA9-482F-4317-B6E8-EA1EEF84FA46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Tests", "VeldridGen.Tests\VeldridGen.Tests.csproj", "{0F5F60D4-1256-442B-8DEA-C9D4048D7744}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{C197AFDC-BA1B-4B0D-9FF7-5C899F2349FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeldridGen.Example.Engine.CodeGen", "Example\Engine.CodeGen\VeldridGen.Example.Engine.CodeGen.csproj", "{6DE7F8B1-81E6-4EC0-9492-5A54848330E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{500386F7-3DEE-4689-8834-6A1D7F94A275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{500386F7-3DEE-4689-8834-6A1D7F94A275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{500386F7-3DEE-4689-8834-6A1D7F94A275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{500386F7-3DEE-4689-8834-6A1D7F94A275}.Release|Any CPU.Build.0 = Release|Any CPU
{C63F0FBE-A742-4CFA-B2BD-2C319D88CB46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63F0FBE-A742-4CFA-B2BD-2C319D88CB46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63F0FBE-A742-4CFA-B2BD-2C319D88CB46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63F0FBE-A742-4CFA-B2BD-2C319D88CB46}.Release|Any CPU.Build.0 = Release|Any CPU
{4D7BDA45-C044-46B8-AC78-8428490775FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D7BDA45-C044-46B8-AC78-8428490775FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D7BDA45-C044-46B8-AC78-8428490775FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D7BDA45-C044-46B8-AC78-8428490775FF}.Release|Any CPU.Build.0 = Release|Any CPU
{55F86488-E938-4165-AC8B-B42661EE41E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F86488-E938-4165-AC8B-B42661EE41E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F86488-E938-4165-AC8B-B42661EE41E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F86488-E938-4165-AC8B-B42661EE41E7}.Release|Any CPU.Build.0 = Release|Any CPU
{62178BA9-482F-4317-B6E8-EA1EEF84FA46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62178BA9-482F-4317-B6E8-EA1EEF84FA46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62178BA9-482F-4317-B6E8-EA1EEF84FA46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62178BA9-482F-4317-B6E8-EA1EEF84FA46}.Release|Any CPU.Build.0 = Release|Any CPU
{0F5F60D4-1256-442B-8DEA-C9D4048D7744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F5F60D4-1256-442B-8DEA-C9D4048D7744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F5F60D4-1256-442B-8DEA-C9D4048D7744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F5F60D4-1256-442B-8DEA-C9D4048D7744}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE7F8B1-81E6-4EC0-9492-5A54848330E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE7F8B1-81E6-4EC0-9492-5A54848330E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE7F8B1-81E6-4EC0-9492-5A54848330E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE7F8B1-81E6-4EC0-9492-5A54848330E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D7BDA45-C044-46B8-AC78-8428490775FF} = {C197AFDC-BA1B-4B0D-9FF7-5C899F2349FA}
{55F86488-E938-4165-AC8B-B42661EE41E7} = {C197AFDC-BA1B-4B0D-9FF7-5C899F2349FA}
{62178BA9-482F-4317-B6E8-EA1EEF84FA46} = {C197AFDC-BA1B-4B0D-9FF7-5C899F2349FA}
{6DE7F8B1-81E6-4EC0-9492-5A54848330E3} = {C197AFDC-BA1B-4B0D-9FF7-5C899F2349FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EBD6E79-2548-40E6-A405-6382E973E16D}
EndGlobalSection
EndGlobal