Fixed reference issues caused by renaming

This commit is contained in:
Gabriel Tofvesson 2018-02-21 22:48:08 +01:00
parent fc4acb4721
commit a42b6a3770
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/Common/bin/Debug /Common/bin/Debug
/.vs/ServerProject/v15/Server/sqlite3 /.vs/ServerProject/v15/Server/sqlite3
/Common/obj/Debug /Common/obj/Debug
/.vs/ServerProject/v15

View File

@ -49,7 +49,7 @@
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\RedpilledOuttaCucktown\Common.csproj"> <ProjectReference Include="..\Common\Common.csproj">
<Project>{216005DE-C35B-4CD3-8D27-0A49DEEDE62C}</Project> <Project>{216005DE-C35B-4CD3-8D27-0A49DEEDE62C}</Project>
<Name>Common</Name> <Name>Common</Name>
</ProjectReference> </ProjectReference>

View File

@ -49,8 +49,8 @@
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\RedpilledOuttaCucktown\Common.csproj"> <ProjectReference Include="..\Common\Common.csproj">
<Project>{216005DE-C35B-4CD3-8D27-0A49DEEDE62C}</Project> <Project>{216005de-c35b-4cd3-8d27-0a49deede62c}</Project>
<Name>Common</Name> <Name>Common</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>