-
Notifications
You must be signed in to change notification settings - Fork 2
/
Mono.Cecil.Samples.sln
35 lines (35 loc) · 1.83 KB
/
Mono.Cecil.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddAttributeToClassAtRuntime", "Mono.Cecil.Samples\AddAttributeToClassAtRuntime\AddAttributeToClassAtRuntime.csproj", "{8E9B8989-711F-462C-8FD6-0608D2528CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "Mono.Cecil.Samples\ClassLibrary1\ClassLibrary1.csproj", "{2410FA74-21DF-4551-9890-F491FF866079}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6D6685B2-9394-4568-9109-5190B8D45D92}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E9B8989-711F-462C-8FD6-0608D2528CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E9B8989-711F-462C-8FD6-0608D2528CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E9B8989-711F-462C-8FD6-0608D2528CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E9B8989-711F-462C-8FD6-0608D2528CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{2410FA74-21DF-4551-9890-F491FF866079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2410FA74-21DF-4551-9890-F491FF866079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2410FA74-21DF-4551-9890-F491FF866079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2410FA74-21DF-4551-9890-F491FF866079}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal