-
Notifications
You must be signed in to change notification settings - Fork 492
Expand file tree
/
Copy pathFitnet.sln
More file actions
34 lines (34 loc) · 2.25 KB
/
Fitnet.sln
File metadata and controls
34 lines (34 loc) · 2.25 KB
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fitnet", "Fitnet\Fitnet.csproj", "{F794BA2B-0F1A-4D1C-93B8-32B916FDEDEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fitnet.IntegrationTests", "Fitnet.IntegrationTests\Fitnet.IntegrationTests.csproj", "{219A3E1D-3F5B-4D06-B912-DB9080F819F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fitnet.UnitTests", "Fitnet.UnitTests\Fitnet.UnitTests.csproj", "{2AF7D557-C925-4EEE-A935-8FB8D0B1A5C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fitnet.ArchitectureTests", "Fitnet.ArchitectureTests\Fitnet.ArchitectureTests.csproj", "{DFBDEF84-0072-4A0B-ABD3-3F14569B3C54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F794BA2B-0F1A-4D1C-93B8-32B916FDEDEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F794BA2B-0F1A-4D1C-93B8-32B916FDEDEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F794BA2B-0F1A-4D1C-93B8-32B916FDEDEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F794BA2B-0F1A-4D1C-93B8-32B916FDEDEC}.Release|Any CPU.Build.0 = Release|Any CPU
{219A3E1D-3F5B-4D06-B912-DB9080F819F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219A3E1D-3F5B-4D06-B912-DB9080F819F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219A3E1D-3F5B-4D06-B912-DB9080F819F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219A3E1D-3F5B-4D06-B912-DB9080F819F0}.Release|Any CPU.Build.0 = Release|Any CPU
{2AF7D557-C925-4EEE-A935-8FB8D0B1A5C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF7D557-C925-4EEE-A935-8FB8D0B1A5C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF7D557-C925-4EEE-A935-8FB8D0B1A5C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF7D557-C925-4EEE-A935-8FB8D0B1A5C7}.Release|Any CPU.Build.0 = Release|Any CPU
{DFBDEF84-0072-4A0B-ABD3-3F14569B3C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBDEF84-0072-4A0B-ABD3-3F14569B3C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBDEF84-0072-4A0B-ABD3-3F14569B3C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBDEF84-0072-4A0B-ABD3-3F14569B3C54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal