Changeset 7155
- Timestamp:
- 12/08/11 16:39:00 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess-3.3.csproj
r7010 r7155 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>bin\Debug\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>bin\Release\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> $(SolutionDir)\bin\</OutputPath>60 <OutputPath>bin\Debug\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath> $(SolutionDir)\bin\</OutputPath>68 <OutputPath>bin\Release\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> $(SolutionDir)\bin\</OutputPath>78 <OutputPath>bin\Debug\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> $(SolutionDir)\bin\</OutputPath>86 <OutputPath>bin\Release\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r7010 r7155 27 27 <DebugType>full</DebugType> 28 28 <Optimize>false</Optimize> 29 <OutputPath> $(SolutionDir)\bin\</OutputPath>29 <OutputPath>bin\Debug\</OutputPath> 30 30 <DefineConstants>DEBUG;TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 36 36 <DebugType>pdbonly</DebugType> 37 37 <Optimize>true</Optimize> 38 <OutputPath> $(SolutionDir)\bin\</OutputPath>38 <OutputPath>bin\Release\</OutputPath> 39 39 <DefineConstants>TRACE</DefineConstants> 40 40 <ErrorReport>prompt</ErrorReport> … … 44 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 45 45 <DebugSymbols>true</DebugSymbols> 46 <OutputPath> $(SolutionDir)\bin\</OutputPath>46 <OutputPath>bin\Debug\</OutputPath> 47 47 <DefineConstants>DEBUG;TRACE</DefineConstants> 48 48 <DebugType>full</DebugType> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 54 <OutputPath> $(SolutionDir)\bin\</OutputPath>54 <OutputPath>bin\Release\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <Optimize>true</Optimize> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> $(SolutionDir)\bin\</OutputPath>64 <OutputPath>bin\Debug\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 72 <OutputPath> $(SolutionDir)\bin\</OutputPath>72 <OutputPath>bin\Release\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r6866 r7155 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> $(SolutionDir)\bin\</OutputPath>40 <OutputPath>bin\Debug\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> $(SolutionDir)\bin\</OutputPath>49 <OutputPath>bin\Release\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath> $(SolutionDir)\bin\</OutputPath>57 <OutputPath>bin\Debug\</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 63 63 </PropertyGroup> 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 65 <OutputPath> $(SolutionDir)\bin\</OutputPath>65 <OutputPath>bin\Release\</OutputPath> 66 66 <DefineConstants>TRACE</DefineConstants> 67 67 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> $(SolutionDir)\bin\</OutputPath>75 <OutputPath>bin\Debug\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 81 81 </PropertyGroup> 82 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 83 <OutputPath> $(SolutionDir)\bin\</OutputPath>83 <OutputPath>bin\Release\</OutputPath> 84 84 <DefineConstants>TRACE</DefineConstants> 85 85 <Optimize>true</Optimize> … … 104 104 <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project> 105 105 <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name> 106 <Private>False</Private></ProjectReference> 106 <Private>False</Private> 107 </ProjectReference> 107 108 <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj"> 108 109 <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project> 109 110 <Name>HeuristicLab.Services.Deployment-3.3</Name> 110 <Private>False</Private></ProjectReference> 111 <Private>False</Private> 112 </ProjectReference> 111 113 </ItemGroup> 112 114 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.