-
Notifications
You must be signed in to change notification settings - Fork 1
/
DoggyFrictions.sln
23 lines (23 loc) · 1.36 KB
/
DoggyFrictions.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoggyFrictions.ExternalApi", "src\DoggyFrictions.ExternalApi\DoggyFrictions.ExternalApi.csproj", "{7BC3AF47-7573-437A-8EAE-FD40CDA328CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoggyFrictions.ExternalApi.Tests", "tests\DoggyFrictions.ExternalApi.Tests\DoggyFrictions.ExternalApi.Tests.csproj", "{B155B27B-E8EE-41EE-A519-C6267052ACEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BC3AF47-7573-437A-8EAE-FD40CDA328CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC3AF47-7573-437A-8EAE-FD40CDA328CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC3AF47-7573-437A-8EAE-FD40CDA328CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC3AF47-7573-437A-8EAE-FD40CDA328CB}.Release|Any CPU.Build.0 = Release|Any CPU
{B155B27B-E8EE-41EE-A519-C6267052ACEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B155B27B-E8EE-41EE-A519-C6267052ACEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B155B27B-E8EE-41EE-A519-C6267052ACEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B155B27B-E8EE-41EE-A519-C6267052ACEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal