-
Notifications
You must be signed in to change notification settings - Fork 10
/
TCSA.V2.sln
37 lines (37 loc) · 2.07 KB
/
TCSA.V2.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.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCSA.V2", "TCSA.V2\TCSA.V2.csproj", "{D7B4FAAA-371D-486F-A4FF-3D5498F663E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCSA.V2.IntegrationTests", "TCSA.V2.IntegrationTests\TCSA.V2.IntegrationTests.csproj", "{53E5E095-3045-4754-A4F8-DD2D72492BDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCSA.V2.UnitTests", "TCSA.V2.UnitTests\TCSA.V2.UnitTests.csproj", "{8DE473B9-C331-4D7B-AE06-B80EA3974B76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7B4FAAA-371D-486F-A4FF-3D5498F663E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B4FAAA-371D-486F-A4FF-3D5498F663E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B4FAAA-371D-486F-A4FF-3D5498F663E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B4FAAA-371D-486F-A4FF-3D5498F663E4}.Release|Any CPU.Build.0 = Release|Any CPU
{53E5E095-3045-4754-A4F8-DD2D72492BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53E5E095-3045-4754-A4F8-DD2D72492BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53E5E095-3045-4754-A4F8-DD2D72492BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53E5E095-3045-4754-A4F8-DD2D72492BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{8DE473B9-C331-4D7B-AE06-B80EA3974B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DE473B9-C331-4D7B-AE06-B80EA3974B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DE473B9-C331-4D7B-AE06-B80EA3974B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DE473B9-C331-4D7B-AE06-B80EA3974B76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9204515D-EA5F-4297-B06F-86A9DA3EF3D1}
EndGlobalSection
EndGlobal