Changeset 6829 for branches/Trunk/HeuristicLab.CodeEditor
- Timestamp:
- 09/26/11 00:18:01 (13 years ago)
- Location:
- branches/Trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r5163 r6829 39 39 </PropertyGroup> 40 40 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 41 <OutputPath> bin\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 42 42 <Optimize>False</Optimize> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\Release\</OutputPath> 50 50 <Optimize>True</Optimize> 51 51 <DefineConstants>TRACE</DefineConstants> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath> bin\x64\Debug\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath> bin\x64\Release\</OutputPath>95 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 96 96 <DefineConstants>TRACE</DefineConstants> 97 97 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.