- Timestamp:
- 12/20/11 13:54:57 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 1 deleted
- 2 edited
- 1 copied
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.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess-3.3.csproj
r6866 r7215 12 12 <AssemblyName>HeuristicLab.Services.Deployment.DataAccess</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 40 41 <DebugType>full</DebugType> 41 42 <Optimize>false</Optimize> 42 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>bin\Debug\</OutputPath> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 45 <ErrorReport>prompt</ErrorReport> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>bin\Release\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> $(SolutionDir)\bin\</OutputPath>60 <OutputPath>bin\Debug\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> $(SolutionDir)\bin\</OutputPath>68 <OutputPath>bin\Release\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 75 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 77 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> $(SolutionDir)\bin\</OutputPath>78 <OutputPath>bin\Debug\</OutputPath> 78 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 80 <DebugType>full</DebugType> … … 83 84 </PropertyGroup> 84 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> $(SolutionDir)\bin\</OutputPath>86 <OutputPath>bin\Release\</OutputPath> 86 87 <DefineConstants>TRACE</DefineConstants> 87 88 <Optimize>true</Optimize> … … 136 137 </None> 137 138 <None Include="HeuristicLab.snk" /> 138 <None Include="Properties\AssemblyInfo. frame" />139 <None Include="Properties\AssemblyInfo.cs.frame" /> 139 140 <None Include="Properties\Settings.settings"> 140 141 <Generator>SettingsSingleFileGenerator</Generator>
Note: See TracChangeset
for help on using the changeset viewer.