- Timestamp:
- 12/20/11 13:54:57 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:ignore
-
old new 4 4 *.suo 5 5 *.vsp 6 Doxygen 6 7 Google.ProtocolBuffers-0.9.1.dll 7 8 HeuristicLab 3.3.5.1.ReSharper.user 8 9 HeuristicLab 3.3.6.0.ReSharper.user 9 10 HeuristicLab.4.5.resharper.user 11 HeuristicLab.ExtLibs.6.0.ReSharper.user 10 12 HeuristicLab.resharper.user 11 13 ProtoGen.exe … … 16 18 bin 17 19 protoc.exe 18 HeuristicLab.ExtLibs.6.0.ReSharper.user19 Doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r6866 r7215 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.