-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spritey.sln
52 lines (52 loc) · 2.5 KB
/
Spritey.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spritey", "src\Spritey\Spritey.csproj", "{1630085E-AA4D-4158-84FF-8897C2518463}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spritey.Test", "tests\Spritey.Test\Spritey.Test.csproj", "{B108D4F4-4885-4F08-91DE-E0F0E419266D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{8C1C7CA9-0F75-4056-96B1-8932F656F644}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{74F351E4-ED89-4128-9F93-F11CEC4E3764}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{64992CE1-B609-43F3-994B-9E7933568B27}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
.vscode\launch.json = .vscode\launch.json
LICENSE = LICENSE
README.md = README.md
Spritey.ruleset = Spritey.ruleset
stylecop.json = stylecop.json
.vscode\tasks.json = .vscode\tasks.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1630085E-AA4D-4158-84FF-8897C2518463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1630085E-AA4D-4158-84FF-8897C2518463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1630085E-AA4D-4158-84FF-8897C2518463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1630085E-AA4D-4158-84FF-8897C2518463}.Release|Any CPU.Build.0 = Release|Any CPU
{B108D4F4-4885-4F08-91DE-E0F0E419266D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B108D4F4-4885-4F08-91DE-E0F0E419266D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B108D4F4-4885-4F08-91DE-E0F0E419266D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B108D4F4-4885-4F08-91DE-E0F0E419266D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1630085E-AA4D-4158-84FF-8897C2518463} = {8C1C7CA9-0F75-4056-96B1-8932F656F644}
{B108D4F4-4885-4F08-91DE-E0F0E419266D} = {74F351E4-ED89-4128-9F93-F11CEC4E3764}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09479D7A-9E41-4336-9357-39383AC65EB3}
EndGlobalSection
EndGlobal