Browse Source

Fix output path property for Release builds

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2464 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Christoph Wille 19 years ago
parent
commit
5b6ad4699a
  1. 2
      src/AddIns/Misc/SharpServerTools/DataTools.Model/DataTools.Model.csproj
  2. 2
      src/AddIns/Misc/SharpServerTools/DataTools.UI/DataTools.UI.csproj
  3. 2
      src/AddIns/Misc/SharpServerTools/SharpDbTools/DataTools.AddIn.csproj

2
src/AddIns/Misc/SharpServerTools/DataTools.Model/DataTools.Model.csproj

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<Optimize>False</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpServerTools\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>

2
src/AddIns/Misc/SharpServerTools/DataTools.UI/DataTools.UI.csproj

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<Optimize>False</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpServerTools\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>

2
src/AddIns/Misc/SharpServerTools/SharpDbTools/DataTools.AddIn.csproj

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpServerTools\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>

Loading…
Cancel
Save