-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDotNetCoreTypeLibGenerator.sln
More file actions
81 lines (81 loc) · 5.47 KB
/
DotNetCoreTypeLibGenerator.sln
File metadata and controls
81 lines (81 loc) · 5.47 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreTypeLibGenerator", "DotNetCoreTypeLibGenerator\DotNetCoreTypeLibGenerator.csproj", "{A91D0CE7-5165-4B7A-841E-DDF6C01107C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreTypeLibGenerator.Tests", "Tests\DotNetCoreTypeLibGenerator.Tests.csproj", "{B5BBD093-29E9-4AA5-AF6A-ED51A0E17886}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestAssemblies", "TestAssemblies", "{2594271B-3933-495F-8EDD-08FC058844C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmptyTypeLib", "TestAssemblies\EmptyTypeLib\EmptyTypeLib.csproj", "{71D0826F-2983-4895-92F4-6F57764D269E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreTypeLibGenerator.BuildTask", "BuildTask\DotNetCoreTypeLibGenerator.BuildTask.csproj", "{C981F004-2C2F-4F65-AD0E-2B4E9520A109}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Constants", "TestAssemblies\Constants\Constants.csproj", "{115A2695-598A-44F4-9321-6D49A719078A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Structs", "TestAssemblies\Structs\Structs.csproj", "{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CircularReferencingTypes", "TestAssemblies\CircularReferencingTypes\CircularReferencingTypes.csproj", "{38081E76-B0E8-4385-9B89-771044F91D36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleInterface", "TestAssemblies\SimpleInterface\SimpleInterface.csproj", "{80516788-AE3D-48D6-A013-423D6861F84A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "References", "References", "{699A25A4-11C2-4580-A474-701E2E7A8CC0}"
ProjectSection(SolutionItems) = preProject
References\BuildTypeLibExample.txt = References\BuildTypeLibExample.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A91D0CE7-5165-4B7A-841E-DDF6C01107C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91D0CE7-5165-4B7A-841E-DDF6C01107C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91D0CE7-5165-4B7A-841E-DDF6C01107C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91D0CE7-5165-4B7A-841E-DDF6C01107C6}.Release|Any CPU.Build.0 = Release|Any CPU
{B5BBD093-29E9-4AA5-AF6A-ED51A0E17886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BBD093-29E9-4AA5-AF6A-ED51A0E17886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BBD093-29E9-4AA5-AF6A-ED51A0E17886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BBD093-29E9-4AA5-AF6A-ED51A0E17886}.Release|Any CPU.Build.0 = Release|Any CPU
{71D0826F-2983-4895-92F4-6F57764D269E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71D0826F-2983-4895-92F4-6F57764D269E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71D0826F-2983-4895-92F4-6F57764D269E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71D0826F-2983-4895-92F4-6F57764D269E}.Release|Any CPU.Build.0 = Release|Any CPU
{C981F004-2C2F-4F65-AD0E-2B4E9520A109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C981F004-2C2F-4F65-AD0E-2B4E9520A109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C981F004-2C2F-4F65-AD0E-2B4E9520A109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C981F004-2C2F-4F65-AD0E-2B4E9520A109}.Release|Any CPU.Build.0 = Release|Any CPU
{115A2695-598A-44F4-9321-6D49A719078A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{115A2695-598A-44F4-9321-6D49A719078A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{115A2695-598A-44F4-9321-6D49A719078A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{115A2695-598A-44F4-9321-6D49A719078A}.Release|Any CPU.Build.0 = Release|Any CPU
{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938}.Release|Any CPU.Build.0 = Release|Any CPU
{38081E76-B0E8-4385-9B89-771044F91D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38081E76-B0E8-4385-9B89-771044F91D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38081E76-B0E8-4385-9B89-771044F91D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38081E76-B0E8-4385-9B89-771044F91D36}.Release|Any CPU.Build.0 = Release|Any CPU
{80516788-AE3D-48D6-A013-423D6861F84A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80516788-AE3D-48D6-A013-423D6861F84A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80516788-AE3D-48D6-A013-423D6861F84A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80516788-AE3D-48D6-A013-423D6861F84A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71D0826F-2983-4895-92F4-6F57764D269E} = {2594271B-3933-495F-8EDD-08FC058844C3}
{115A2695-598A-44F4-9321-6D49A719078A} = {2594271B-3933-495F-8EDD-08FC058844C3}
{69B10B59-F2FC-4C6D-8D64-D3F1B7ADD938} = {2594271B-3933-495F-8EDD-08FC058844C3}
{38081E76-B0E8-4385-9B89-771044F91D36} = {2594271B-3933-495F-8EDD-08FC058844C3}
{80516788-AE3D-48D6-A013-423D6861F84A} = {2594271B-3933-495F-8EDD-08FC058844C3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40ADEE4A-98ED-421B-AA84-7DEE055A9448}
EndGlobalSection
EndGlobal