-
Notifications
You must be signed in to change notification settings - Fork 0
/
Boing.sln
44 lines (44 loc) · 2.13 KB
/
Boing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6B981AF-06BE-409F-8D26-6803E9A9886A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
Resources\logo-square-256px.png = Resources\logo-square-256px.png
Resources\logo-square-512px.png = Resources\logo-square-512px.png
Resources\logo-square.svg = Resources\logo-square.svg
Resources\logo.svg = Resources\logo.svg
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Boing", "Boing\Boing.csproj", "{C4FAC4BA-CC6A-4FFB-ABEE-CB67E23745DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Boing.Tests", "Boing.Tests\Boing.Tests.csproj", "{CF371345-F529-46F0-AD32-4FFB6759C091}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4FAC4BA-CC6A-4FFB-ABEE-CB67E23745DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4FAC4BA-CC6A-4FFB-ABEE-CB67E23745DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4FAC4BA-CC6A-4FFB-ABEE-CB67E23745DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4FAC4BA-CC6A-4FFB-ABEE-CB67E23745DA}.Release|Any CPU.Build.0 = Release|Any CPU
{CF371345-F529-46F0-AD32-4FFB6759C091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF371345-F529-46F0-AD32-4FFB6759C091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF371345-F529-46F0-AD32-4FFB6759C091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF371345-F529-46F0-AD32-4FFB6759C091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AF0827F-AA78-42F2-9606-C13451BF922F}
EndGlobalSection
EndGlobal