-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathOlive.Generators.sln
More file actions
59 lines (59 loc) · 3.81 KB
/
Olive.Generators.sln
File metadata and controls
59 lines (59 loc) · 3.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Olive.ApiProxyGenerator", "ApiProxyGenerator\Olive.ApiProxyGenerator.csproj", "{EBB6B099-F319-408D-9376-64D38980F4B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Olive.DataEndpointGenerator", "DataEndPointGenerator\Olive.DataEndpointGenerator.csproj", "{52449D24-DA0B-4113-9A60-FB1DA4FAB81D}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Shared\Shared.shproj", "{419458C3-AACB-4993-B5B3-D01979CAB412}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Olive.AcceleratePackage", "AcceleratePackage\Olive.AcceleratePackage.csproj", "{0A15B1E6-4146-4E86-9213-1D90B6DC193B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Olive.EventBusCommandGenerator", "EventBusCommandGenerator\Olive.EventBusCommandGenerator.csproj", "{36649C8B-5E44-492C-9832-FAB70A88F442}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DTO", "DTO\DTO.shproj", "{41EEBC19-C4F0-462D-81F2-324D0D8E760C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedNew", "SharedNew\SharedNew.shproj", "{A72D274D-454C-43BE-B540-CB1AC96D3D9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBB6B099-F319-408D-9376-64D38980F4B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBB6B099-F319-408D-9376-64D38980F4B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBB6B099-F319-408D-9376-64D38980F4B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBB6B099-F319-408D-9376-64D38980F4B5}.Release|Any CPU.Build.0 = Release|Any CPU
{52449D24-DA0B-4113-9A60-FB1DA4FAB81D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52449D24-DA0B-4113-9A60-FB1DA4FAB81D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52449D24-DA0B-4113-9A60-FB1DA4FAB81D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52449D24-DA0B-4113-9A60-FB1DA4FAB81D}.Release|Any CPU.Build.0 = Release|Any CPU
{0A15B1E6-4146-4E86-9213-1D90B6DC193B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A15B1E6-4146-4E86-9213-1D90B6DC193B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A15B1E6-4146-4E86-9213-1D90B6DC193B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A15B1E6-4146-4E86-9213-1D90B6DC193B}.Release|Any CPU.Build.0 = Release|Any CPU
{36649C8B-5E44-492C-9832-FAB70A88F442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36649C8B-5E44-492C-9832-FAB70A88F442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36649C8B-5E44-492C-9832-FAB70A88F442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36649C8B-5E44-492C-9832-FAB70A88F442}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32145FA5-F5E1-4524-A359-77BBDA23EA3F}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DTO\DTO.projitems*{36649c8b-5e44-492c-9832-fab70a88f442}*SharedItemsImports = 5
SharedNew\SharedNew.projitems*{36649c8b-5e44-492c-9832-fab70a88f442}*SharedItemsImports = 5
Shared\Shared.projitems*{419458c3-aacb-4993-b5b3-d01979cab412}*SharedItemsImports = 13
DTO\DTO.projitems*{41eebc19-c4f0-462d-81f2-324d0d8e760c}*SharedItemsImports = 13
Shared\Shared.projitems*{52449d24-da0b-4113-9a60-fb1da4fab81d}*SharedItemsImports = 5
SharedNew\SharedNew.projitems*{a72d274d-454c-43be-b540-cb1ac96d3d9a}*SharedItemsImports = 13
DTO\DTO.projitems*{ebb6b099-f319-408d-9376-64d38980f4b5}*SharedItemsImports = 5
SharedNew\SharedNew.projitems*{ebb6b099-f319-408d-9376-64d38980f4b5}*SharedItemsImports = 5
EndGlobalSection
EndGlobal