Skip to content

Commit

Permalink
chore: Create directories in the solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jun 20, 2024
1 parent 33e5379 commit 099b98e
Showing 1 changed file with 41 additions and 7 deletions.
48 changes: 41 additions & 7 deletions CPlugin.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CPlugin.Net", "src\Core\CPl
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CPlugin.Net.Tests", "tests\CPlugin.Net\CPlugin.Net.Tests.csproj", "{2F9DE570-146C-44E3-BF2F-14CFA5C3803F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A0059E66-B781-496A-AE13-CD83200A4612}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Contracts", "samples\Contracts\Example.Contracts.csproj", "{BBDE7F3C-2A41-40B6-B609-839D09676D0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.HostConsoleApp", "samples\HostApplications\ConsoleApp\Example.HostConsoleApp.csproj", "{3E943746-09CD-430E-9BBF-67DBBF9F5CEF}"
Expand All @@ -17,6 +19,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.HostWebApi", "sampl
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.SharedEntities", "samples\SharedEntities\Example.SharedEntities.csproj", "{F66A1430-3F32-4E25-8966-54D502D216DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{FA19544E-3925-4A1C-A994-CFA72FDC10AC}"
ProjectSection(SolutionItems) = preProject
samples\Plugins\Directory.Build.props = samples\Plugins\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.DependencyInjectionPlugin", "samples\Plugins\DependencyInjectionPlugin\Example.DependencyInjectionPlugin.csproj", "{28065D77-B890-47DE-B695-04E388176925}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.JsonPlugin", "samples\Plugins\JsonPlugin\Example.JsonPlugin.csproj", "{C5B8EF73-7DB5-441F-AE38-0988751A896B}"
Expand All @@ -27,10 +34,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.AppointmentPlugin",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.PersonPlugin", "samples\Plugins\PersonPlugin\Example.PersonPlugin.csproj", "{18534944-583B-4924-AC5B-E0655FD92AAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.ProgramPlugin", "samples\Plugins\ProgramPlugin\Example.ProgramPlugin.csproj", "{BA75A525-7013-4F0D-85FD-416E744098FD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.ProgramPlugin", "samples\Plugins\ProgramPlugin\Example.ProgramPlugin.csproj", "{BA75A525-7013-4F0D-85FD-416E744098FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Test", "samples\Test\Example.Test.csproj", "{1E64908D-DC48-4B83-BB25-CF36821EB37F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7DC4CDB0-B0CD-48B5-91C7-40F05F662FA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{290C410D-33F9-4C82-A334-04709D751E16}"
ProjectSection(SolutionItems) = preProject
tests\Plugins\Directory.Build.props = tests\Plugins\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject.JsonPlugin", "tests\Plugins\TestProject.JsonPlugin\TestProject.JsonPlugin.csproj", "{0F27C776-F284-4C94-86C9-0FF089245E13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject.OldJsonPlugin", "tests\Plugins\TestProject.OldJsonPlugin\TestProject.OldJsonPlugin.csproj", "{BCE8FA91-AF31-49DD-BED8-E60A46915400}"
Expand All @@ -46,8 +60,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA150C23-F1A9-42CF-899C-6C4E6B940E72}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
samples\Plugins\Directory.Build.props = samples\Plugins\Directory.Build.props
tests\Plugins\Directory.Build.props = tests\Plugins\Directory.Build.props
Directory.Packages.props = Directory.Packages.props
tests\CPlugin.Net\PluginProjectRef.targets = tests\CPlugin.Net\PluginProjectRef.targets
EndProjectSection
Expand Down Expand Up @@ -106,6 +118,10 @@ Global
{18534944-583B-4924-AC5B-E0655FD92AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18534944-583B-4924-AC5B-E0655FD92AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18534944-583B-4924-AC5B-E0655FD92AAC}.Release|Any CPU.Build.0 = Release|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Release|Any CPU.Build.0 = Release|Any CPU
{1E64908D-DC48-4B83-BB25-CF36821EB37F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E64908D-DC48-4B83-BB25-CF36821EB37F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E64908D-DC48-4B83-BB25-CF36821EB37F}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -134,14 +150,32 @@ Global
{0BCD3305-F0D5-43E6-B879-EEF0827558A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BCD3305-F0D5-43E6-B879-EEF0827558A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCD3305-F0D5-43E6-B879-EEF0827558A8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA75A525-7013-4F0D-85FD-416E744098FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F9DE570-146C-44E3-BF2F-14CFA5C3803F} = {7DC4CDB0-B0CD-48B5-91C7-40F05F662FA8}
{BBDE7F3C-2A41-40B6-B609-839D09676D0E} = {A0059E66-B781-496A-AE13-CD83200A4612}
{3E943746-09CD-430E-9BBF-67DBBF9F5CEF} = {A0059E66-B781-496A-AE13-CD83200A4612}
{C221B4F0-857F-4380-B5AD-E4B2BBA65622} = {A0059E66-B781-496A-AE13-CD83200A4612}
{F66A1430-3F32-4E25-8966-54D502D216DE} = {A0059E66-B781-496A-AE13-CD83200A4612}
{28065D77-B890-47DE-B695-04E388176925} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{C5B8EF73-7DB5-441F-AE38-0988751A896B} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{1ADE3B86-00EF-4976-8B67-09B360B149FA} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{2832E5C3-660E-49B9-8E62-03B11A8CC6D7} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{18534944-583B-4924-AC5B-E0655FD92AAC} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{BA75A525-7013-4F0D-85FD-416E744098FD} = {FA19544E-3925-4A1C-A994-CFA72FDC10AC}
{1E64908D-DC48-4B83-BB25-CF36821EB37F} = {A0059E66-B781-496A-AE13-CD83200A4612}
{0F27C776-F284-4C94-86C9-0FF089245E13} = {290C410D-33F9-4C82-A334-04709D751E16}
{BCE8FA91-AF31-49DD-BED8-E60A46915400} = {290C410D-33F9-4C82-A334-04709D751E16}
{C6EC1C5D-15E7-44BD-8E03-8CF9A033DE25} = {290C410D-33F9-4C82-A334-04709D751E16}
{E2373A36-6D3E-44DE-99FF-4CC019E05D06} = {290C410D-33F9-4C82-A334-04709D751E16}
{FEE1E508-3313-4C7A-A7E6-5EBA8D47D3FD} = {7DC4CDB0-B0CD-48B5-91C7-40F05F662FA8}
{0BCD3305-F0D5-43E6-B879-EEF0827558A8} = {7DC4CDB0-B0CD-48B5-91C7-40F05F662FA8}
{FA19544E-3925-4A1C-A994-CFA72FDC10AC} = {A0059E66-B781-496A-AE13-CD83200A4612}
{290C410D-33F9-4C82-A334-04709D751E16} = {7DC4CDB0-B0CD-48B5-91C7-40F05F662FA8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67EE578E-EE0A-4E98-AE5A-1771751D8B5F}
EndGlobalSection
Expand Down

0 comments on commit 099b98e

Please sign in to comment.