Changeset 6866 for trunk/sources/HeuristicLab.Services.Deployment
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r5163 r6866 26 26 <DebugType>full</DebugType> 27 27 <Optimize>false</Optimize> 28 <OutputPath> bin\Debug\</OutputPath>28 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 29 <DefineConstants>DEBUG;TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 35 35 <DebugType>pdbonly</DebugType> 36 36 <Optimize>true</Optimize> 37 <OutputPath> bin\Release\</OutputPath>37 <OutputPath>$(SolutionDir)\bin\</OutputPath> 38 38 <DefineConstants>TRACE</DefineConstants> 39 39 <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\</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\</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\</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\</OutputPath> 72 72 <DefineConstants>TRACE</DefineConstants> 73 73 <Optimize>true</Optimize> … … 134 134 <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project> 135 135 <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name> 136 136 <Private>False</Private></ProjectReference> 137 137 </ItemGroup> 138 138 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r4065 r6866 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> bin\Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</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> bin\x64\Debug\</OutputPath>57 <OutputPath>$(SolutionDir)\bin\</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> bin\x64\Release\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</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> bin\x86\Debug\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</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> bin\x86\Release\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\</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 106 <Private>False</Private></ProjectReference> 107 107 <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj"> 108 108 <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project> 109 109 <Name>HeuristicLab.Services.Deployment-3.3</Name> 110 110 <Private>False</Private></ProjectReference> 111 111 </ItemGroup> 112 112 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.