-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
IKVM.ByteCode.sln
65 lines (65 loc) · 3.53 KB
/
IKVM.ByteCode.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
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKVM.ByteCode", "src\IKVM.ByteCode\IKVM.ByteCode.csproj", "{8A70A9B1-2F50-47CF-9A62-EFD9CF269E53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKVM.ByteCode.Tests", "src\IKVM.ByteCode.Tests\IKVM.ByteCode.Tests.csproj", "{001519A0-09A2-4650-955B-9F46956B5B0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E13F491D-01A4-4586-9D6C-C2B2150ACB65}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
FUNDING.yml = FUNDING.yml
GitVersion.yml = GitVersion.yml
global.json = global.json
IKVM.ByteCode.dist.msbuildproj = IKVM.ByteCode.dist.msbuildproj
.github\workflows\IKVM.ByteCode.yml = .github\workflows\IKVM.ByteCode.yml
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dist", "dist", "{7701B522-47BC-421D-A489-11A20069ABFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dist-nuget", "src\dist-nuget\dist-nuget.csproj", "{3004AAC9-9027-43DA-8CA3-6B0052D00068}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dist-tests", "src\dist-tests\dist-tests.csproj", "{0661B88F-362C-4693-B7E3-DE4AD939DC68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A70A9B1-2F50-47CF-9A62-EFD9CF269E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A70A9B1-2F50-47CF-9A62-EFD9CF269E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A70A9B1-2F50-47CF-9A62-EFD9CF269E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A70A9B1-2F50-47CF-9A62-EFD9CF269E53}.Release|Any CPU.Build.0 = Release|Any CPU
{001519A0-09A2-4650-955B-9F46956B5B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{001519A0-09A2-4650-955B-9F46956B5B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{001519A0-09A2-4650-955B-9F46956B5B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{001519A0-09A2-4650-955B-9F46956B5B0C}.Release|Any CPU.Build.0 = Release|Any CPU
{3004AAC9-9027-43DA-8CA3-6B0052D00068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3004AAC9-9027-43DA-8CA3-6B0052D00068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3004AAC9-9027-43DA-8CA3-6B0052D00068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3004AAC9-9027-43DA-8CA3-6B0052D00068}.Release|Any CPU.Build.0 = Release|Any CPU
{0661B88F-362C-4693-B7E3-DE4AD939DC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0661B88F-362C-4693-B7E3-DE4AD939DC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0661B88F-362C-4693-B7E3-DE4AD939DC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0661B88F-362C-4693-B7E3-DE4AD939DC68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3004AAC9-9027-43DA-8CA3-6B0052D00068} = {7701B522-47BC-421D-A489-11A20069ABFE}
{0661B88F-362C-4693-B7E3-DE4AD939DC68} = {7701B522-47BC-421D-A489-11A20069ABFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C05A34CC-36F2-4012-8B98-F097B08D7D08}
EndGlobalSection
EndGlobal