-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInvertedTomato.Feather.sln
51 lines (51 loc) · 2.99 KB
/
InvertedTomato.Feather.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "Libary\Library.csproj", "{332B7BDA-DE97-4F10-AF97-238EC50B0196}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTest", "LoadTest\LoadTest.csproj", "{F489B547-7BBD-45A6-87B6-35BB7FB3B9E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{B7EF2548-2D3D-4E8B-9CB7-75B8177EE1CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{1AEB7617-1D81-42BA-9F05-B329C3F0A789}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestServer", "TestServer\TestServer.csproj", "{D9C64A73-FE88-4A43-BA92-2E67CCA4D109}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other", "Other", "{AC28ED87-96BE-455B-A622-1BBB0677655A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{332B7BDA-DE97-4F10-AF97-238EC50B0196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332B7BDA-DE97-4F10-AF97-238EC50B0196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332B7BDA-DE97-4F10-AF97-238EC50B0196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332B7BDA-DE97-4F10-AF97-238EC50B0196}.Release|Any CPU.Build.0 = Release|Any CPU
{F489B547-7BBD-45A6-87B6-35BB7FB3B9E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F489B547-7BBD-45A6-87B6-35BB7FB3B9E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F489B547-7BBD-45A6-87B6-35BB7FB3B9E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F489B547-7BBD-45A6-87B6-35BB7FB3B9E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B7EF2548-2D3D-4E8B-9CB7-75B8177EE1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7EF2548-2D3D-4E8B-9CB7-75B8177EE1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7EF2548-2D3D-4E8B-9CB7-75B8177EE1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7EF2548-2D3D-4E8B-9CB7-75B8177EE1CB}.Release|Any CPU.Build.0 = Release|Any CPU
{1AEB7617-1D81-42BA-9F05-B329C3F0A789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AEB7617-1D81-42BA-9F05-B329C3F0A789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AEB7617-1D81-42BA-9F05-B329C3F0A789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AEB7617-1D81-42BA-9F05-B329C3F0A789}.Release|Any CPU.Build.0 = Release|Any CPU
{D9C64A73-FE88-4A43-BA92-2E67CCA4D109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C64A73-FE88-4A43-BA92-2E67CCA4D109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9C64A73-FE88-4A43-BA92-2E67CCA4D109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C64A73-FE88-4A43-BA92-2E67CCA4D109}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal