-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcr.sln
34 lines (34 loc) · 1.92 KB
/
vcr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vcr.console", "vcr.console\vcr.console.csproj", "{E6BA6625-82AB-4E8E-B8EE-BA095AB9A0C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vcr.core", "vcr.core\vcr.core.csproj", "{CE31E25F-6E3A-40A2-8FE3-036D72DFB24B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vcr.test", "vcr.test\vcr.test.csproj", "{2142A989-1F6A-4792-BF69-ADDAB4FED83C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6BA6625-82AB-4E8E-B8EE-BA095AB9A0C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6BA6625-82AB-4E8E-B8EE-BA095AB9A0C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6BA6625-82AB-4E8E-B8EE-BA095AB9A0C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6BA6625-82AB-4E8E-B8EE-BA095AB9A0C3}.Release|Any CPU.Build.0 = Release|Any CPU
{CE31E25F-6E3A-40A2-8FE3-036D72DFB24B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE31E25F-6E3A-40A2-8FE3-036D72DFB24B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE31E25F-6E3A-40A2-8FE3-036D72DFB24B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE31E25F-6E3A-40A2-8FE3-036D72DFB24B}.Release|Any CPU.Build.0 = Release|Any CPU
{2142A989-1F6A-4792-BF69-ADDAB4FED83C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2142A989-1F6A-4792-BF69-ADDAB4FED83C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2142A989-1F6A-4792-BF69-ADDAB4FED83C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2142A989-1F6A-4792-BF69-ADDAB4FED83C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal