diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.csproj b/CSharp/Ivy/IvyProbe/IvyProbe.csproj index 3123181..186bd34 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.csproj +++ b/CSharp/Ivy/IvyProbe/IvyProbe.csproj @@ -148,6 +148,12 @@ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Ivy\Ivy.csproj">
+ <Project>{F2F03CF7-0087-4EDB-AD15-80C9E8DA2617}</Project>
+ <Name>Ivy</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|