-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathXtensible.TusDotNet.Azure.sln
46 lines (46 loc) · 2.75 KB
/
Xtensible.TusDotNet.Azure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D539B6BD-67A1-4101-A4DC-878819185083}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xtensible.TusDotNet.Azure", "src\Xtensible.TusDotNet.Azure\Xtensible.TusDotNet.Azure.csproj", "{16B56706-C923-4D63-A24B-DFD4C8FB498F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2A61F572-6BBE-4C30-B95F-5337E1ED2B07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xtensible.TusDotNet.Azure.Tests", "test\Xtensible.TusDotNet.Azure.Tests\Xtensible.TusDotNet.Azure.Tests.csproj", "{670948D1-246C-455F-86FD-F2C7D52FF324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xtensible.TusDotNet.Azure.Benchmarks", "test\Xtensible.TusDotNet.Azure.Benchmarks\Xtensible.TusDotNet.Azure.Benchmarks.csproj", "{7E54CA7B-61C4-4089-95AA-F5ADD0314724}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16B56706-C923-4D63-A24B-DFD4C8FB498F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16B56706-C923-4D63-A24B-DFD4C8FB498F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16B56706-C923-4D63-A24B-DFD4C8FB498F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16B56706-C923-4D63-A24B-DFD4C8FB498F}.Release|Any CPU.Build.0 = Release|Any CPU
{670948D1-246C-455F-86FD-F2C7D52FF324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670948D1-246C-455F-86FD-F2C7D52FF324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670948D1-246C-455F-86FD-F2C7D52FF324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670948D1-246C-455F-86FD-F2C7D52FF324}.Release|Any CPU.Build.0 = Release|Any CPU
{7E54CA7B-61C4-4089-95AA-F5ADD0314724}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E54CA7B-61C4-4089-95AA-F5ADD0314724}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E54CA7B-61C4-4089-95AA-F5ADD0314724}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E54CA7B-61C4-4089-95AA-F5ADD0314724}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16B56706-C923-4D63-A24B-DFD4C8FB498F} = {D539B6BD-67A1-4101-A4DC-878819185083}
{670948D1-246C-455F-86FD-F2C7D52FF324} = {2A61F572-6BBE-4C30-B95F-5337E1ED2B07}
{7E54CA7B-61C4-4089-95AA-F5ADD0314724} = {2A61F572-6BBE-4C30-B95F-5337E1ED2B07}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {392FFBC1-37B5-4BC3-80E8-3DE830578371}
EndGlobalSection
EndGlobal