File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ EndProject
1111Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Naggum.Runtime" , "Naggum.Runtime\Naggum.Runtime.csproj" , "{402B5E79-E063-4833-AE4B-2986AEEC1D75}"
1212EndProject
1313Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ngi" , "ngi\ngi.csproj" , "{34E781DF-EAD9-4034-ADE4-8DA41A16644A}"
14+ Project Section (ProjectDependencies ) = postProject
15+ {402B5E79-E063-4833-AE4B-2986AEEC1D75} = {402B5E79-E063-4833-AE4B-2986AEEC1D75}
16+ EndProject Section
1417EndProject
1518Global
1619 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments