- Timestamp:
- 09/07/10 10:22:27 (14 years ago)
- Location:
- branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/HeuristicLab.Calendar-3.3.csproj
r4296 r4368 53 53 <WarningLevel>4</WarningLevel> 54 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 55 <PlatformTarget>AnyCPU</PlatformTarget> 55 56 </PropertyGroup> 56 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 70 71 <PlatformTarget>x86</PlatformTarget> 71 72 <OutputPath>bin\x86\Release\</OutputPath> 73 </PropertyGroup> 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 75 <PlatformTarget>x64</PlatformTarget> 76 <OutputPath>bin\x64\Debug\</OutputPath> 77 </PropertyGroup> 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 79 <PlatformTarget>x64</PlatformTarget> 80 <OutputPath>bin\x64\Release\</OutputPath> 72 81 </PropertyGroup> 73 82 <ItemGroup> -
branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/Properties/AssemblyInfo.cs
r4343 r4368 58 58 // [assembly: AssemblyVersion("1.0.*")] 59 59 [assembly: AssemblyVersion("3.3.0.0")] 60 [assembly: AssemblyFileVersion("3.3.0.434 2")]60 [assembly: AssemblyFileVersion("3.3.0.4343")]
Note: See TracChangeset
for help on using the changeset viewer.