-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathUtilityBelt.sln
41 lines (41 loc) · 2.12 KB
/
UtilityBelt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UtilityBelt", "UtilityBelt.csproj", "{E51EB3B6-ED87-4DDF-B1BC-1743BF2C3EC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{7F989A21-E331-4A3F-B708-0B52F378264B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UtilityBeltxUnitTests", "Tests\UtilityBeltxUnitTests\UtilityBeltxUnitTests.csproj", "{F2E50A6F-DAE2-4628-85D3-243C8BDFD745}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B6CF242-EA65-43AF-A2FF-CAE735A70849}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E51EB3B6-ED87-4DDF-B1BC-1743BF2C3EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E51EB3B6-ED87-4DDF-B1BC-1743BF2C3EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E51EB3B6-ED87-4DDF-B1BC-1743BF2C3EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E51EB3B6-ED87-4DDF-B1BC-1743BF2C3EC2}.Release|Any CPU.Build.0 = Release|Any CPU
{F2E50A6F-DAE2-4628-85D3-243C8BDFD745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2E50A6F-DAE2-4628-85D3-243C8BDFD745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2E50A6F-DAE2-4628-85D3-243C8BDFD745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2E50A6F-DAE2-4628-85D3-243C8BDFD745}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2E50A6F-DAE2-4628-85D3-243C8BDFD745} = {7F989A21-E331-4A3F-B708-0B52F378264B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A8EBA26-7553-4D25-AFEC-C777A509F23B}
EndGlobalSection
EndGlobal