-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-integration-testing.sln
41 lines (41 loc) · 2.52 KB
/
dotnet-integration-testing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArwynFr.IntegrationTesting", "src\ArwynFr.IntegrationTesting\ArwynFr.IntegrationTesting.csproj", "{C9275A34-F1C9-4B74-8AC0-CA397DD43B00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArwynFr.IntegrationTesting.Tests", "test\ArwynFr.IntegrationTesting.Tests\ArwynFr.IntegrationTesting.Tests.csproj", "{680ECFFB-9C44-4032-94F2-952D4C931488}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArwynFr.IntegrationTesting.Tests.Target", "test\ArwynFr.IntegrationTesting.Tests.Target\ArwynFr.IntegrationTesting.Tests.Target.csproj", "{1ABA3A21-928C-44E2-8E72-3F004BBB1FDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{F460EC84-68E4-4FC5-B767-E3843056FAA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F460EC84-68E4-4FC5-B767-E3843056FAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F460EC84-68E4-4FC5-B767-E3843056FAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9275A34-F1C9-4B74-8AC0-CA397DD43B00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9275A34-F1C9-4B74-8AC0-CA397DD43B00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9275A34-F1C9-4B74-8AC0-CA397DD43B00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9275A34-F1C9-4B74-8AC0-CA397DD43B00}.Release|Any CPU.Build.0 = Release|Any CPU
{680ECFFB-9C44-4032-94F2-952D4C931488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{680ECFFB-9C44-4032-94F2-952D4C931488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{680ECFFB-9C44-4032-94F2-952D4C931488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{680ECFFB-9C44-4032-94F2-952D4C931488}.Release|Any CPU.Build.0 = Release|Any CPU
{1ABA3A21-928C-44E2-8E72-3F004BBB1FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ABA3A21-928C-44E2-8E72-3F004BBB1FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ABA3A21-928C-44E2-8E72-3F004BBB1FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ABA3A21-928C-44E2-8E72-3F004BBB1FDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A6F3C8E-7CF1-4CBC-B2D2-841D3A712ADE}
EndGlobalSection
EndGlobal