-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIKVM.Logging.sln
63 lines (63 loc) · 3.59 KB
/
IKVM.Logging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7271F8CF-C4EC-47FE-91F3-FF3331482C4F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
GitVersion.yml = GitVersion.yml
global.json = global.json
IKVM.Logging.dist.msbuildproj = IKVM.Logging.dist.msbuildproj
.github\workflows\IKVM.Logging.yml = .github\workflows\IKVM.Logging.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dist", "dist", "{EFC2F3DF-4F60-479E-8E1F-7E43FDABE32F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dist-tests", "src\dist-tests\dist-tests.csproj", "{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dist-nuget", "src\dist-nuget\dist-nuget.csproj", "{C391A6C1-3BAF-427E-B156-B4065E33A5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKVM.Extensions.Logging.Java.Util.Tests", "src\IKVM.Extensions.Logging.Java.Util.Tests\IKVM.Extensions.Logging.Java.Util.Tests.csproj", "{409E156E-2496-48E3-8426-5BFC577169BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKVM.Extensions.Logging.Java.Util", "src\IKVM.Extensions.Logging.Java.Util\IKVM.Extensions.Logging.Java.Util.csproj", "{E93FD31A-89B7-4F78-BCE5-51E984351CB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2}.Release|Any CPU.Build.0 = Release|Any CPU
{C391A6C1-3BAF-427E-B156-B4065E33A5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C391A6C1-3BAF-427E-B156-B4065E33A5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C391A6C1-3BAF-427E-B156-B4065E33A5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C391A6C1-3BAF-427E-B156-B4065E33A5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{409E156E-2496-48E3-8426-5BFC577169BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{409E156E-2496-48E3-8426-5BFC577169BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{409E156E-2496-48E3-8426-5BFC577169BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{409E156E-2496-48E3-8426-5BFC577169BA}.Release|Any CPU.Build.0 = Release|Any CPU
{E93FD31A-89B7-4F78-BCE5-51E984351CB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E93FD31A-89B7-4F78-BCE5-51E984351CB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E93FD31A-89B7-4F78-BCE5-51E984351CB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E93FD31A-89B7-4F78-BCE5-51E984351CB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B0A7127D-4FB8-4DCC-A858-E98417A1BAD2} = {EFC2F3DF-4F60-479E-8E1F-7E43FDABE32F}
{C391A6C1-3BAF-427E-B156-B4065E33A5F3} = {EFC2F3DF-4F60-479E-8E1F-7E43FDABE32F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF4B3820-4206-4316-82A5-DEA5792C6A71}
EndGlobalSection
EndGlobal