-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBaldersGait.sln
34 lines (34 loc) · 1.78 KB
/
BaldersGait.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{5895F1F8-2522-4453-83E5-BF4626ECC76F}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\sonarcloud.yml = .github\workflows\sonarcloud.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaldersGait", "BaldersGait\BaldersGait.csproj", "{21E7AD38-4757-44D6-9C03-3E98F987ED5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaldersGait.UnitTests", "BaldersGait.UnitTests\BaldersGait.UnitTests.csproj", "{367FEDF5-E71D-4F7D-ADFF-93D72677E362}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21E7AD38-4757-44D6-9C03-3E98F987ED5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E7AD38-4757-44D6-9C03-3E98F987ED5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E7AD38-4757-44D6-9C03-3E98F987ED5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E7AD38-4757-44D6-9C03-3E98F987ED5F}.Release|Any CPU.Build.0 = Release|Any CPU
{367FEDF5-E71D-4F7D-ADFF-93D72677E362}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367FEDF5-E71D-4F7D-ADFF-93D72677E362}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367FEDF5-E71D-4F7D-ADFF-93D72677E362}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367FEDF5-E71D-4F7D-ADFF-93D72677E362}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal