-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCsprojToAsmdef.sln
113 lines (113 loc) · 7.64 KB
/
CsprojToAsmdef.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsprojToAsmdef.Cli", "Sources\CsprojToAsmdef.Cli\CsprojToAsmdef.Cli.csproj", "{DCAE6F07-DF90-4318-8469-222337ED2BEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{A6826CB8-3E89-45F5-9DCC-AC6A83C86190}"
ProjectSection(SolutionItems) = preProject
Sources\Directory.Build.props = Sources\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unity", "Unity", "{106EBF7E-46DC-4E52-AECC-F1A09DEB4D74}"
ProjectSection(SolutionItems) = preProject
Sources\CsprojToAsmdef\Assets\Directory.Build.props = Sources\CsprojToAsmdef\Assets\Directory.Build.props
Sources\CsprojToAsmdef\Assets\Directory.Build.targets = Sources\CsprojToAsmdef\Assets\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsprojToAsmdef", "Sources\CsprojToAsmdef\Assets\CsprojToAsmdef\CsprojToAsmdef.csproj", "{0E2C923C-5BFD-48E8-96D4-82F834F71540}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{EA978B94-4450-47E9-AE1B-A3703E27DFE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Samples\CsprojToAsmdef.Sample\Assets\Sample\Sample.csproj", "{7B5EF20D-FB7B-4847-B650-C2622024D22C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unity", "Unity", "{F054F1EB-4793-4A8B-AA71-8C028DC807A4}"
ProjectSection(SolutionItems) = preProject
Samples\CsprojToAsmdef.Sample\Assets\Directory.Build.props = Samples\CsprojToAsmdef.Sample\Assets\Directory.Build.props
Samples\CsprojToAsmdef.Sample\Assets\Directory.Build.targets = Samples\CsprojToAsmdef.Sample\Assets\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleUnityDependency", "Samples\CsprojToAsmdef.Sample\Assets\SampleUnityDependency\SampleUnityDependency.csproj", "{203B424D-0C02-41CB-B900-A1A98F4ACDE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SomeOtherDependency", "Samples\CsprojToAsmdef.Sample\Assets\SomeOtherDependency\SomeOtherDependency.csproj", "{F4E801B6-8DD3-4813-920A-D8C6587BA31D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExternalDependency", "Samples\ExternalDependency\ExternalDependency.csproj", "{12954591-D7DA-4174-B4B8-4F583B8C54F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OtherExternalDependency", "Samples\OtherExternalDependency\OtherExternalDependency.csproj", "{F9112163-007B-470E-88F0-B2887F2AF7A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsprojToAsmdef.Tests", "Tests\CsprojToAsmdef.Tests\CsprojToAsmdef.Tests.csproj", "{1588E1F4-C90F-45C2-8CFA-B06674D9AF42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BE273337-41AE-4ED6-B46A-E1126EF899CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3AA17B9-C8B2-4194-8099-A5E29FD702E0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsprojToAsmdef.Build", "Build\CsprojToAsmdef.Build.csproj", "{D7EB84A9-78A1-418A-B7A3-E2E8F4CF9766}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{71000320-72B9-4B32-B4C8-5CD2C0B3AB46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCAE6F07-DF90-4318-8469-222337ED2BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCAE6F07-DF90-4318-8469-222337ED2BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCAE6F07-DF90-4318-8469-222337ED2BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCAE6F07-DF90-4318-8469-222337ED2BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{0E2C923C-5BFD-48E8-96D4-82F834F71540}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2C923C-5BFD-48E8-96D4-82F834F71540}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2C923C-5BFD-48E8-96D4-82F834F71540}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2C923C-5BFD-48E8-96D4-82F834F71540}.Release|Any CPU.Build.0 = Release|Any CPU
{7B5EF20D-FB7B-4847-B650-C2622024D22C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B5EF20D-FB7B-4847-B650-C2622024D22C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B5EF20D-FB7B-4847-B650-C2622024D22C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B5EF20D-FB7B-4847-B650-C2622024D22C}.Release|Any CPU.Build.0 = Release|Any CPU
{203B424D-0C02-41CB-B900-A1A98F4ACDE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{203B424D-0C02-41CB-B900-A1A98F4ACDE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{203B424D-0C02-41CB-B900-A1A98F4ACDE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{203B424D-0C02-41CB-B900-A1A98F4ACDE5}.Release|Any CPU.Build.0 = Release|Any CPU
{F4E801B6-8DD3-4813-920A-D8C6587BA31D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4E801B6-8DD3-4813-920A-D8C6587BA31D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4E801B6-8DD3-4813-920A-D8C6587BA31D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4E801B6-8DD3-4813-920A-D8C6587BA31D}.Release|Any CPU.Build.0 = Release|Any CPU
{12954591-D7DA-4174-B4B8-4F583B8C54F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12954591-D7DA-4174-B4B8-4F583B8C54F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12954591-D7DA-4174-B4B8-4F583B8C54F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12954591-D7DA-4174-B4B8-4F583B8C54F1}.Release|Any CPU.Build.0 = Release|Any CPU
{F9112163-007B-470E-88F0-B2887F2AF7A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9112163-007B-470E-88F0-B2887F2AF7A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9112163-007B-470E-88F0-B2887F2AF7A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9112163-007B-470E-88F0-B2887F2AF7A4}.Release|Any CPU.Build.0 = Release|Any CPU
{1588E1F4-C90F-45C2-8CFA-B06674D9AF42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1588E1F4-C90F-45C2-8CFA-B06674D9AF42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1588E1F4-C90F-45C2-8CFA-B06674D9AF42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1588E1F4-C90F-45C2-8CFA-B06674D9AF42}.Release|Any CPU.Build.0 = Release|Any CPU
{D7EB84A9-78A1-418A-B7A3-E2E8F4CF9766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7EB84A9-78A1-418A-B7A3-E2E8F4CF9766}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DCAE6F07-DF90-4318-8469-222337ED2BEB} = {A6826CB8-3E89-45F5-9DCC-AC6A83C86190}
{106EBF7E-46DC-4E52-AECC-F1A09DEB4D74} = {A6826CB8-3E89-45F5-9DCC-AC6A83C86190}
{0E2C923C-5BFD-48E8-96D4-82F834F71540} = {106EBF7E-46DC-4E52-AECC-F1A09DEB4D74}
{7B5EF20D-FB7B-4847-B650-C2622024D22C} = {F054F1EB-4793-4A8B-AA71-8C028DC807A4}
{F054F1EB-4793-4A8B-AA71-8C028DC807A4} = {EA978B94-4450-47E9-AE1B-A3703E27DFE6}
{203B424D-0C02-41CB-B900-A1A98F4ACDE5} = {F054F1EB-4793-4A8B-AA71-8C028DC807A4}
{F4E801B6-8DD3-4813-920A-D8C6587BA31D} = {F054F1EB-4793-4A8B-AA71-8C028DC807A4}
{12954591-D7DA-4174-B4B8-4F583B8C54F1} = {EA978B94-4450-47E9-AE1B-A3703E27DFE6}
{F9112163-007B-470E-88F0-B2887F2AF7A4} = {EA978B94-4450-47E9-AE1B-A3703E27DFE6}
{1588E1F4-C90F-45C2-8CFA-B06674D9AF42} = {BE273337-41AE-4ED6-B46A-E1126EF899CD}
{D7EB84A9-78A1-418A-B7A3-E2E8F4CF9766} = {71000320-72B9-4B32-B4C8-5CD2C0B3AB46}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20C610B4-DE23-4A0B-9DDD-2BCA6D308915}
EndGlobalSection
EndGlobal