Changeset 4053
- Timestamp:
- 07/20/10 13:46:30 (14 years ago)
- Location:
- branches/3.2/sources
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/sources/HeuristicLab.ExtLibs/HeuristicLab.SpringNET/1.3.0/HeuristicLab.SpringNET-1.3.0.csproj
r2904 r4053 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath>bin\ x86\Debug\</OutputPath>22 <OutputPath>bin\Debug\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> 25 25 <WarningLevel>4</WarningLevel> 26 <PlatformTarget> x86</PlatformTarget>26 <PlatformTarget>AnyCPU</PlatformTarget> 27 27 </PropertyGroup> 28 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> -
branches/3.2/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj
r3931 r4053 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath>bin\ x86\Debug\</OutputPath>22 <OutputPath>bin\Debug\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> 25 25 <WarningLevel>4</WarningLevel> 26 <PlatformTarget> x86</PlatformTarget>26 <PlatformTarget>AnyCPU</PlatformTarget> 27 27 </PropertyGroup> 28 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> -
branches/3.2/sources/HeuristicLab/HeuristicLab.csproj
r4050 r4053 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid> … … 122 122 <Content Include="Resources\HeuristicLab.ico" /> 123 123 <None Include="app.config" /> 124 <None Include="CustomPostBuild.cmd" /> 124 125 <None Include="CreateConsoleApplication.cmd" /> 125 <None Include="CustomPostBuild.cmd" />126 126 <None Include="Resources\CopyAssemblies.cmd" /> 127 127 <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
Note: See TracChangeset
for help on using the changeset viewer.