Browse Source

Release build fixed (but nunit.framework still must be in GAC)

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@96 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 21 years ago
parent
commit
078cc2744e
  1. 1
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj
  2. 1
      src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj

1
src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj

@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Debugger.Interop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">

1
src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj

@ -23,6 +23,7 @@ @@ -23,6 +23,7 @@
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

Loading…
Cancel
Save