Changeset 6842 for branches/Trunk/HeuristicLab.CodeEditor
- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r6833 r6842 40 40 </PropertyGroup> 41 41 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 42 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <Optimize>False</Optimize> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> … … 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 50 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <Optimize>True</Optimize> 52 52 <DefineConstants>TRACE</DefineConstants> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <Optimize>true</Optimize> … … 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 87 87 <DebugSymbols>true</DebugSymbols> 88 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 89 <DefineConstants>DEBUG;TRACE</DefineConstants> 90 90 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 95 95 </PropertyGroup> 96 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 97 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>97 <OutputPath>$(SolutionDir)\bin\</OutputPath> 98 98 <DefineConstants>TRACE</DefineConstants> 99 99 <Optimize>true</Optimize> … … 176 176 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 177 177 <Name>HeuristicLab.Common.Resources-3.3</Name> 178 <Private>False</Private>179 </ProjectReference>180 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">181 <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>182 <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>183 178 <Private>False</Private> 184 179 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.