- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r6833 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <Optimize>true</Optimize> … … 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 78 78 <DebugSymbols>true</DebugSymbols> 79 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>79 <OutputPath>$(SolutionDir)\bin\</OutputPath> 80 80 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 81 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 87 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> … … 150 150 </ItemGroup> 151 151 <ItemGroup> 152 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">153 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>154 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>155 <Private>False</Private>156 </ProjectReference>157 </ItemGroup>158 <ItemGroup>159 152 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 160 153 <Visible>False</Visible> … … 172 165 <Install>true</Install> 173 166 </BootstrapperPackage> 167 </ItemGroup> 168 <ItemGroup> 169 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 170 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 171 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 172 </ProjectReference> 174 173 </ItemGroup> 175 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.