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

Loading…
Cancel
Save