-
Notifications
You must be signed in to change notification settings - Fork 3
/
DeepCopy.sln
58 lines (58 loc) · 3.59 KB
/
DeepCopy.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28721.148
MinimumVisualStudioVersion = 16.0.28721.148
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepCopy.Fody", "DeepCopy.Fody\DeepCopy.Fody.csproj", "{5119657D-E83E-410A-840D-3926E8A05C89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepCopy", "DeepCopy\DeepCopy.csproj", "{01544AA5-F19E-44F3-8D7C-3946EB9E6139}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmokeTest", "SmokeTest\SmokeTest.csproj", "{13DB5B6F-2A3F-4E8A-9510-10C16EFB48AD}"
ProjectSection(ProjectDependencies) = postProject
{5119657D-E83E-410A-840D-3926E8A05C89} = {5119657D-E83E-410A-840D-3926E8A05C89}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{B7DB25B8-B204-4DF7-9873-C50CA3D768A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{90BB679E-E1A0-4575-8733-696324755E79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnotherAssembly", "AnotherAssembly\AnotherAssembly.csproj", "{D7FF809D-FA0F-4183-87FE-E154B2B6ABD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7DB25B8-B204-4DF7-9873-C50CA3D768A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DB25B8-B204-4DF7-9873-C50CA3D768A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DB25B8-B204-4DF7-9873-C50CA3D768A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DB25B8-B204-4DF7-9873-C50CA3D768A1}.Release|Any CPU.Build.0 = Release|Any CPU
{01544AA5-F19E-44F3-8D7C-3946EB9E6139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01544AA5-F19E-44F3-8D7C-3946EB9E6139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01544AA5-F19E-44F3-8D7C-3946EB9E6139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01544AA5-F19E-44F3-8D7C-3946EB9E6139}.Release|Any CPU.Build.0 = Release|Any CPU
{5119657D-E83E-410A-840D-3926E8A05C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5119657D-E83E-410A-840D-3926E8A05C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5119657D-E83E-410A-840D-3926E8A05C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5119657D-E83E-410A-840D-3926E8A05C89}.Release|Any CPU.Build.0 = Release|Any CPU
{13DB5B6F-2A3F-4E8A-9510-10C16EFB48AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13DB5B6F-2A3F-4E8A-9510-10C16EFB48AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13DB5B6F-2A3F-4E8A-9510-10C16EFB48AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13DB5B6F-2A3F-4E8A-9510-10C16EFB48AD}.Release|Any CPU.Build.0 = Release|Any CPU
{90BB679E-E1A0-4575-8733-696324755E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90BB679E-E1A0-4575-8733-696324755E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90BB679E-E1A0-4575-8733-696324755E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90BB679E-E1A0-4575-8733-696324755E79}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FF809D-FA0F-4183-87FE-E154B2B6ABD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FF809D-FA0F-4183-87FE-E154B2B6ABD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FF809D-FA0F-4183-87FE-E154B2B6ABD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FF809D-FA0F-4183-87FE-E154B2B6ABD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF8B60C0-AED6-4CCD-9284-30BCFBDDD99C}
EndGlobalSection
EndGlobal