Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Add API submodule as project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Mar 23, 2022
1 parent 7cc9111 commit 660f275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BrackeysBot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrackeysBot", "BrackeysBot\BrackeysBot.csproj", "{7EE46295-3778-4452-9BAA-91EAFC0F72C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrackeysBot.API", "BrackeysBot.API\BrackeysBot.API\BrackeysBot.API.csproj", "{3EDCF557-4FEC-472D-8F6D-F9D1B27D8D3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -12,6 +14,10 @@ Global
{7EE46295-3778-4452-9BAA-91EAFC0F72C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EE46295-3778-4452-9BAA-91EAFC0F72C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EE46295-3778-4452-9BAA-91EAFC0F72C3}.Release|Any CPU.Build.0 = Release|Any CPU
{3EDCF557-4FEC-472D-8F6D-F9D1B27D8D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDCF557-4FEC-472D-8F6D-F9D1B27D8D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDCF557-4FEC-472D-8F6D-F9D1B27D8D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDCF557-4FEC-472D-8F6D-F9D1B27D8D3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
Expand Down
1 change: 1 addition & 0 deletions BrackeysBot/BrackeysBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<ProjectReference Include="..\BrackeysBot.API\BrackeysBot.API.csproj"/>
<ProjectReference Include="..\BrackeysBot.API\BrackeysBot.API\BrackeysBot.API.csproj"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 660f275

Please sign in to comment.