Changeset 6829 for branches/Trunk/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-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.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r5163 r6829 26 26 <DebugType>full</DebugType> 27 27 <Optimize>false</Optimize> 28 <OutputPath> bin\Debug\</OutputPath>28 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 29 29 <DefineConstants>DEBUG;TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 43 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 44 44 <DebugSymbols>true</DebugSymbols> 45 <OutputPath> bin\x86\Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <DebugType>full</DebugType> … … 51 51 </PropertyGroup> 52 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 53 <OutputPath> bin\x86\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <Optimize>true</Optimize> … … 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath> bin\x64\Debug\</OutputPath>63 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 69 69 </PropertyGroup> 70 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 71 <OutputPath> bin\x64\Release\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 72 72 <DefineConstants>TRACE</DefineConstants> 73 73 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.