-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResiLab.AssemblyPatcher.sln
50 lines (50 loc) · 3.01 KB
/
ResiLab.AssemblyPatcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResiLab.AssemblyPatcher", "ResiLab.AssemblyPatcher\ResiLab.AssemblyPatcher.csproj", "{E2BFA66A-F617-4A68-9C90-2EE0C2D3008C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{A38CA0F1-179E-42D6-9234-2969F8BE533D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApps", "TestApps", "{9F8E2BDC-249B-409F-8817-048ADE5C6203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResiLab.AssemblyPatcher.CodeGenerator", "ResiLab.AssemblyPatcher.CodeGenerator\ResiLab.AssemblyPatcher.CodeGenerator.csproj", "{A6061745-120A-403D-BAAD-A267C10470A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResiLab.AssemblyPatcher.Tests", "ResiLab.AssemblyPatcher.Tests\ResiLab.AssemblyPatcher.Tests.csproj", "{2185B2C3-55C2-4078-8037-1C7F8FDFD0EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6F61511-666D-4B9E-BB21-E90C88BCAA6B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2BFA66A-F617-4A68-9C90-2EE0C2D3008C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2BFA66A-F617-4A68-9C90-2EE0C2D3008C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2BFA66A-F617-4A68-9C90-2EE0C2D3008C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2BFA66A-F617-4A68-9C90-2EE0C2D3008C}.Release|Any CPU.Build.0 = Release|Any CPU
{A38CA0F1-179E-42D6-9234-2969F8BE533D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A38CA0F1-179E-42D6-9234-2969F8BE533D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A38CA0F1-179E-42D6-9234-2969F8BE533D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A38CA0F1-179E-42D6-9234-2969F8BE533D}.Release|Any CPU.Build.0 = Release|Any CPU
{A6061745-120A-403D-BAAD-A267C10470A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6061745-120A-403D-BAAD-A267C10470A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6061745-120A-403D-BAAD-A267C10470A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6061745-120A-403D-BAAD-A267C10470A0}.Release|Any CPU.Build.0 = Release|Any CPU
{2185B2C3-55C2-4078-8037-1C7F8FDFD0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2185B2C3-55C2-4078-8037-1C7F8FDFD0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2185B2C3-55C2-4078-8037-1C7F8FDFD0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2185B2C3-55C2-4078-8037-1C7F8FDFD0EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A38CA0F1-179E-42D6-9234-2969F8BE533D} = {9F8E2BDC-249B-409F-8817-048ADE5C6203}
EndGlobalSection
EndGlobal