-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicVNET.sln
43 lines (43 loc) · 2.66 KB
/
DynamicVNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicVNET.Lib", "DynamicVNET.Lib\DynamicVNET.Lib.csproj", "{0B85F0E6-29BE-42FB-8865-92AE79DDE3BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicVNET.Lib.Unit.Tests", "DynamicVNET.Lib.Unit.Tests\DynamicVNET.Lib.Unit.Tests.csproj", "{1DB9D509-0D13-4924-8F7D-CFB2D5E070DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicVNET.Lib.Integration.Tests", "DynamicVNET.Lib.Integration.Tests\DynamicVNET.Lib.Integration.Tests.csproj", "{979426F2-C11F-4B20-8A99-EFB681767F30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicVNET.Lib.Benchmarks", "DynamicVNET.Lib.Benchmarks\DynamicVNET.Lib.Benchmarks.csproj", "{D2D626DC-D8E4-4348-8E05-D12D10845C2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B85F0E6-29BE-42FB-8865-92AE79DDE3BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B85F0E6-29BE-42FB-8865-92AE79DDE3BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B85F0E6-29BE-42FB-8865-92AE79DDE3BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B85F0E6-29BE-42FB-8865-92AE79DDE3BD}.Release|Any CPU.Build.0 = Release|Any CPU
{1DB9D509-0D13-4924-8F7D-CFB2D5E070DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DB9D509-0D13-4924-8F7D-CFB2D5E070DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DB9D509-0D13-4924-8F7D-CFB2D5E070DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DB9D509-0D13-4924-8F7D-CFB2D5E070DC}.Release|Any CPU.Build.0 = Release|Any CPU
{979426F2-C11F-4B20-8A99-EFB681767F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{979426F2-C11F-4B20-8A99-EFB681767F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{979426F2-C11F-4B20-8A99-EFB681767F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{979426F2-C11F-4B20-8A99-EFB681767F30}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D626DC-D8E4-4348-8E05-D12D10845C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D626DC-D8E4-4348-8E05-D12D10845C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D626DC-D8E4-4348-8E05-D12D10845C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D626DC-D8E4-4348-8E05-D12D10845C2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C20CE0AF-1091-447F-9191-861121560962}
EndGlobalSection
EndGlobal