This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 174
/
ILMerge.sln
43 lines (43 loc) · 2.31 KB
/
ILMerge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILMerge", "ILMerge\ILMerge.csproj", "{84B41834-EFDE-4E52-A8CE-B51DFCB1D1B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Compiler", "System.Compiler\System.Compiler.csproj", "{D7E16B38-3893-4EEF-847F-A3BE807E9546}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILMerge.Tests", "ILMerge.Tests\ILMerge.Tests.csproj", "{734805E8-B2FB-41E3-A669-80429AA50C98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2EC5A7D-1059-4EC6-95FB-B2075609DF4B}"
ProjectSection(SolutionItems) = preProject
ilmerge-manual.md = ilmerge-manual.md
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84B41834-EFDE-4E52-A8CE-B51DFCB1D1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84B41834-EFDE-4E52-A8CE-B51DFCB1D1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84B41834-EFDE-4E52-A8CE-B51DFCB1D1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84B41834-EFDE-4E52-A8CE-B51DFCB1D1B2}.Release|Any CPU.Build.0 = Release|Any CPU
{D7E16B38-3893-4EEF-847F-A3BE807E9546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E16B38-3893-4EEF-847F-A3BE807E9546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E16B38-3893-4EEF-847F-A3BE807E9546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E16B38-3893-4EEF-847F-A3BE807E9546}.Release|Any CPU.Build.0 = Release|Any CPU
{734805E8-B2FB-41E3-A669-80429AA50C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{734805E8-B2FB-41E3-A669-80429AA50C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{734805E8-B2FB-41E3-A669-80429AA50C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{734805E8-B2FB-41E3-A669-80429AA50C98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8E8E0F0-6407-495B-944C-0C19A1830F0A}
EndGlobalSection
EndGlobal