-
Notifications
You must be signed in to change notification settings - Fork 0
/
AV00-Transport.sln
37 lines (37 loc) · 2.08 KB
/
AV00-Transport.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AV00-Transport", "AV00-Transport\AV00-Transport.csproj", "{D69793EF-525C-48B7-90F5-A6EA4D9DA2F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AV00-Transport-Tests", "AV00-Transport-Tests\AV00-Transport-Tests.csproj", "{0FF5D07F-E0B4-480C-B06B-70DE66DA2968}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AV00-Shared", "..\AV00-Shared\AV00-Shared\AV00-Shared.csproj", "{817F3E44-E861-4ACB-97CC-07DF5B7205AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D69793EF-525C-48B7-90F5-A6EA4D9DA2F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D69793EF-525C-48B7-90F5-A6EA4D9DA2F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D69793EF-525C-48B7-90F5-A6EA4D9DA2F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D69793EF-525C-48B7-90F5-A6EA4D9DA2F6}.Release|Any CPU.Build.0 = Release|Any CPU
{0FF5D07F-E0B4-480C-B06B-70DE66DA2968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF5D07F-E0B4-480C-B06B-70DE66DA2968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF5D07F-E0B4-480C-B06B-70DE66DA2968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF5D07F-E0B4-480C-B06B-70DE66DA2968}.Release|Any CPU.Build.0 = Release|Any CPU
{817F3E44-E861-4ACB-97CC-07DF5B7205AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817F3E44-E861-4ACB-97CC-07DF5B7205AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817F3E44-E861-4ACB-97CC-07DF5B7205AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817F3E44-E861-4ACB-97CC-07DF5B7205AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83390713-51F4-4AE7-80A2-F51A410F92FA}
EndGlobalSection
EndGlobal