Browse Source

remove copy local flags

pull/15/head
Eusebiu Marcu 15 years ago
parent
commit
590e641d9b
  1. 4
      src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj

4
src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj

@ -60,12 +60,15 @@ @@ -60,12 +60,15 @@
<ItemGroup>
<Reference Include="GraphSharp">
<HintPath>..\..\..\Libraries\GraphSharp\GraphSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="GraphSharp.Controls">
<HintPath>..\..\..\Libraries\GraphSharp\GraphSharp.Controls.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Contracts">
<HintPath>..\..\..\Libraries\GraphSharp\Microsoft.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="PresentationCore">
@ -79,6 +82,7 @@ @@ -79,6 +82,7 @@
</Reference>
<Reference Include="QuickGraph">
<HintPath>..\..\..\Libraries\GraphSharp\QuickGraph.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">

Loading…
Cancel
Save