Skip to content

Commit 0dbc2b6

Browse files
committed
Added project dependencies
1 parent 7306d68 commit 0dbc2b6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Naggum.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ EndProject
1111
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naggum.Runtime", "Naggum.Runtime\Naggum.Runtime.csproj", "{402B5E79-E063-4833-AE4B-2986AEEC1D75}"
1212
EndProject
1313
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ngi", "ngi\ngi.csproj", "{34E781DF-EAD9-4034-ADE4-8DA41A16644A}"
14+
ProjectSection(ProjectDependencies) = postProject
15+
{402B5E79-E063-4833-AE4B-2986AEEC1D75} = {402B5E79-E063-4833-AE4B-2986AEEC1D75}
16+
EndProjectSection
1417
EndProject
1518
Global
1619
GlobalSection(SolutionConfigurationPlatforms) = preSolution

ngi/ngi.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<Compile Include="Program.cs" />
4747
<Compile Include="Properties\AssemblyInfo.cs" />
4848
</ItemGroup>
49+
<ItemGroup>
50+
<ProjectReference Include="..\Naggum.Runtime\Naggum.Runtime.csproj">
51+
<Project>{402B5E79-E063-4833-AE4B-2986AEEC1D75}</Project>
52+
<Name>Naggum.Runtime</Name>
53+
</ProjectReference>
54+
</ItemGroup>
4955
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5056
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5157
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)