- Timestamp:
- 04/27/09 15:29:27 (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Constraints/3.3/HeuristicLab.Constraints-3.3.csproj
r1671 r1672 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</ProjectGuid>7 <ProjectGuid>{19C1E42A-4B48-4EFD-B697-899016F1C198}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Constraints</RootNamespace> 11 <AssemblyName>HeuristicLab.Constraints-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Constraints-3.3</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 17 17 <UpgradeBackupLocation> 18 18 </UpgradeBackupLocation> 19 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 19 20 </PropertyGroup> 20 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 34 35 <ErrorReport>prompt</ErrorReport> 35 36 <WarningLevel>4</WarningLevel> 36 <DocumentationFile>bin\Release\HeuristicLab.Constraints-3. 2.XML</DocumentationFile>37 <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.3.xml</DocumentationFile> 37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 72 73 <ItemGroup> 73 74 <Reference Include="System" /> 75 <Reference Include="System.Core"> 76 <RequiredTargetFramework>3.5</RequiredTargetFramework> 77 </Reference> 74 78 <Reference Include="System.Data" /> 75 79 <Reference Include="System.Drawing" /> … … 155 159 </ItemGroup> 156 160 <ItemGroup> 157 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj"> 158 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 159 <Name>HeuristicLab.Core-3.2</Name> 160 </ProjectReference> 161 <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj"> 162 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 163 <Name>HeuristicLab.Data-3.2</Name> 161 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 162 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 163 <Name>HeuristicLab.Core-3.3</Name> 164 </ProjectReference> 165 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 166 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 167 <Name>HeuristicLab.Data-3.3</Name> 168 </ProjectReference> 169 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 170 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 171 <Name>HeuristicLab.Persistence-3.3</Name> 164 172 </ProjectReference> 165 173 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset
for help on using the changeset viewer.