-
Notifications
You must be signed in to change notification settings - Fork 2
/
VCRC.sln
30 lines (30 loc) · 1.68 KB
/
VCRC.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{14762C42-1674-4F6F-810C-57B136DED58B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{154ED16E-772B-4949-8022-694D9946F851}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCRC", "src\VCRC\VCRC.csproj", "{AC0A773C-121A-48EE-AF71-84D41D4AFBA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCRC.Tests", "tests\VCRC.Tests\VCRC.Tests.csproj", "{3BBA50A8-32B8-44ED-9068-7F7DB4330D10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC0A773C-121A-48EE-AF71-84D41D4AFBA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC0A773C-121A-48EE-AF71-84D41D4AFBA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC0A773C-121A-48EE-AF71-84D41D4AFBA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC0A773C-121A-48EE-AF71-84D41D4AFBA5}.Release|Any CPU.Build.0 = Release|Any CPU
{3BBA50A8-32B8-44ED-9068-7F7DB4330D10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BBA50A8-32B8-44ED-9068-7F7DB4330D10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BBA50A8-32B8-44ED-9068-7F7DB4330D10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BBA50A8-32B8-44ED-9068-7F7DB4330D10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC0A773C-121A-48EE-AF71-84D41D4AFBA5} = {14762C42-1674-4F6F-810C-57B136DED58B}
{3BBA50A8-32B8-44ED-9068-7F7DB4330D10} = {154ED16E-772B-4949-8022-694D9946F851}
EndGlobalSection
EndGlobal