-
Notifications
You must be signed in to change notification settings - Fork 6
/
TheSadRogue.Primitives.sln
81 lines (81 loc) · 6.21 KB
/
TheSadRogue.Primitives.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
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives", "TheSadRogue.Primitives\TheSadRogue.Primitives.csproj", "{7C4EA80B-2B62-45E4-890B-455CB6D3D34B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.MonoGame", "TheSadRogue.Primitives.MonoGame\TheSadRogue.Primitives.MonoGame.csproj", "{A755972B-142E-41D0-ABF4-D36B5385EBFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B346E16-02F6-4E32-9A39-78DFD28DCE30}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.UnitTests", "TheSadRogue.Primitives.UnitTests\TheSadRogue.Primitives.UnitTests.csproj", "{1921EDDE-6FF1-42C9-AC69-A09074B1CFAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.UnitTests.NonThreadSafe", "TheSadRogue.Primitives.UnitTests.NonThreadSafe\TheSadRogue.Primitives.UnitTests.NonThreadSafe.csproj", "{E2F9DB89-66ED-479F-813A-472C9F1F0D31}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TheSadRogue.Primitives.UnitTests.Shared", "TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.shproj", "{8C95FBF7-C9BF-44FD-8D9F-EA9836027EBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.SFML", "TheSadRogue.Primitives.SFML\TheSadRogue.Primitives.SFML.csproj", "{F44C9E24-0CFD-49F1-A704-25E5AEDA9D55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.PerformanceTests", "TheSadRogue.Primitives.PerformanceTests\TheSadRogue.Primitives.PerformanceTests.csproj", "{BF099A36-E225-442A-94E4-15AA97BB0E48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.MonoGame.UnitTests", "TheSadRogue.Primitives.MonoGame.UnitTests\TheSadRogue.Primitives.MonoGame.UnitTests.csproj", "{0BE00209-1CDC-4DB2-A165-1D4EEF24934C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheSadRogue.Primitives.SFML.UnitTests", "TheSadRogue.Primitives.SFML.UnitTests\TheSadRogue.Primitives.SFML.UnitTests.csproj", "{19CADFBD-121A-4A21-91FD-C8E5400B4596}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C4EA80B-2B62-45E4-890B-455CB6D3D34B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C4EA80B-2B62-45E4-890B-455CB6D3D34B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C4EA80B-2B62-45E4-890B-455CB6D3D34B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C4EA80B-2B62-45E4-890B-455CB6D3D34B}.Release|Any CPU.Build.0 = Release|Any CPU
{A755972B-142E-41D0-ABF4-D36B5385EBFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A755972B-142E-41D0-ABF4-D36B5385EBFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A755972B-142E-41D0-ABF4-D36B5385EBFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A755972B-142E-41D0-ABF4-D36B5385EBFC}.Release|Any CPU.Build.0 = Release|Any CPU
{1921EDDE-6FF1-42C9-AC69-A09074B1CFAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1921EDDE-6FF1-42C9-AC69-A09074B1CFAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1921EDDE-6FF1-42C9-AC69-A09074B1CFAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1921EDDE-6FF1-42C9-AC69-A09074B1CFAA}.Release|Any CPU.Build.0 = Release|Any CPU
{E2F9DB89-66ED-479F-813A-472C9F1F0D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F9DB89-66ED-479F-813A-472C9F1F0D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F9DB89-66ED-479F-813A-472C9F1F0D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F9DB89-66ED-479F-813A-472C9F1F0D31}.Release|Any CPU.Build.0 = Release|Any CPU
{F44C9E24-0CFD-49F1-A704-25E5AEDA9D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F44C9E24-0CFD-49F1-A704-25E5AEDA9D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F44C9E24-0CFD-49F1-A704-25E5AEDA9D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F44C9E24-0CFD-49F1-A704-25E5AEDA9D55}.Release|Any CPU.Build.0 = Release|Any CPU
{BF099A36-E225-442A-94E4-15AA97BB0E48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF099A36-E225-442A-94E4-15AA97BB0E48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF099A36-E225-442A-94E4-15AA97BB0E48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF099A36-E225-442A-94E4-15AA97BB0E48}.Release|Any CPU.Build.0 = Release|Any CPU
{0BE00209-1CDC-4DB2-A165-1D4EEF24934C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BE00209-1CDC-4DB2-A165-1D4EEF24934C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BE00209-1CDC-4DB2-A165-1D4EEF24934C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BE00209-1CDC-4DB2-A165-1D4EEF24934C}.Release|Any CPU.Build.0 = Release|Any CPU
{19CADFBD-121A-4A21-91FD-C8E5400B4596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19CADFBD-121A-4A21-91FD-C8E5400B4596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19CADFBD-121A-4A21-91FD-C8E5400B4596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19CADFBD-121A-4A21-91FD-C8E5400B4596}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D614AAA-4122-4816-A080-C2A8B07C1C3D}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.projitems*{0be00209-1cdc-4db2-a165-1d4eef24934c}*SharedItemsImports = 5
TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.projitems*{1921edde-6ff1-42c9-ac69-a09074b1cfaa}*SharedItemsImports = 5
TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.projitems*{19cadfbd-121a-4a21-91fd-c8e5400b4596}*SharedItemsImports = 5
TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.projitems*{8c95fbf7-c9bf-44fd-8d9f-ea9836027ebd}*SharedItemsImports = 13
TheSadRogue.Primitives.UnitTests.Shared\TheSadRogue.Primitives.UnitTests.Shared.projitems*{e2f9db89-66ed-479f-813a-472c9f1f0d31}*SharedItemsImports = 5
EndGlobalSection
EndGlobal