forked from pjbgf/dotnet-ildasm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dotnet-ildasm.sln
60 lines (60 loc) · 3.3 KB
/
dotnet-ildasm.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
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-ildasm", "src\dotnet-ildasm\dotnet-ildasm.csproj", "{6F4CEE53-D085-4B26-A7D3-9FE626FC1550}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{98ACE31A-8E21-4953-A55E-E62C6E10921B}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.circleci\config.yml = .circleci\config.yml
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-ildasm.Tests", "src\dotnet-ildasm.Tests\dotnet-ildasm.Tests.csproj", "{F587A58E-9397-4F75-BCA5-CA92576ECCB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-ildasm.Sample", "src\dotnet-ildasm.Sample\dotnet-ildasm.Sample.csproj", "{AAEC7394-13DC-4FD3-96C3-3B2A6E481D2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-ildasm.Benchmarks", "src\dotnet-ildasm.Benchmarks\dotnet-ildasm.Benchmarks.csproj", "{A05E1F00-989B-47C3-BB4D-0EAF53AF959E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{D1C9CF65-526E-422A-BAC4-9DC53D557985}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.sh = build.sh
generate-sample-files.cmd = generate-sample-files.cmd
run-cross-checks.cmd = run-cross-checks.cmd
run-cross-checks.sh = run-cross-checks.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F4CEE53-D085-4B26-A7D3-9FE626FC1550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F4CEE53-D085-4B26-A7D3-9FE626FC1550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F4CEE53-D085-4B26-A7D3-9FE626FC1550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F4CEE53-D085-4B26-A7D3-9FE626FC1550}.Release|Any CPU.Build.0 = Release|Any CPU
{F587A58E-9397-4F75-BCA5-CA92576ECCB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F587A58E-9397-4F75-BCA5-CA92576ECCB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F587A58E-9397-4F75-BCA5-CA92576ECCB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F587A58E-9397-4F75-BCA5-CA92576ECCB6}.Release|Any CPU.Build.0 = Release|Any CPU
{AAEC7394-13DC-4FD3-96C3-3B2A6E481D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEC7394-13DC-4FD3-96C3-3B2A6E481D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEC7394-13DC-4FD3-96C3-3B2A6E481D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEC7394-13DC-4FD3-96C3-3B2A6E481D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{A05E1F00-989B-47C3-BB4D-0EAF53AF959E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A05E1F00-989B-47C3-BB4D-0EAF53AF959E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A05E1F00-989B-47C3-BB4D-0EAF53AF959E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A05E1F00-989B-47C3-BB4D-0EAF53AF959E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E60E6E7-BFA4-4CE4-A284-CFD4B1B3A72D}
EndGlobalSection
EndGlobal