Changeset 6829 for branches/Trunk/HeuristicLab/3.3/HeuristicLab-3.3.csproj
- 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/3.3/HeuristicLab-3.3.csproj
r6208 r6829 45 45 <DebugType>full</DebugType> 46 46 <Optimize>false</Optimize> 47 <OutputPath> bin\Debug\</OutputPath>47 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 48 48 <DefineConstants>DEBUG;TRACE</DefineConstants> 49 49 <ErrorReport>prompt</ErrorReport> … … 54 54 <DebugType>pdbonly</DebugType> 55 55 <Optimize>true</Optimize> 56 <OutputPath> bin\Release\</OutputPath>56 <OutputPath>$(SolutionDir)\bin\Release\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <ErrorReport>prompt</ErrorReport> … … 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 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> bin\x86\Release\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <Optimize>true</Optimize> … … 82 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 83 83 <DebugSymbols>true</DebugSymbols> 84 <OutputPath> bin\x64\Debug\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 85 85 <DefineConstants>DEBUG;TRACE</DefineConstants> 86 86 <DebugType>full</DebugType> … … 90 90 </PropertyGroup> 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 92 <OutputPath> bin\x64\Release\</OutputPath>92 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 93 93 <DefineConstants>TRACE</DefineConstants> 94 94 <Optimize>true</Optimize> … … 133 133 </None> 134 134 <None Include="CustomPostBuild.cmd" /> 135 <None Include="CopyAssemblies.cmd" />136 135 <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" /> 137 136 <None Include="HeuristicLab.snk" /> … … 210 209 211 210 call MergeConfigs.cmd 212 call CopyAssemblies.cmd213 211 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 214 212 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.