[1454] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[1454] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Persistence</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Persistence-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <StartupObject>
|
---|
| 16 | </StartupObject>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[1454] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
| 43 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 44 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1454] | 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
[2900] | 56 | <DocumentationFile>bin\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
|
---|
[3987] | 57 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[4065] | 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1454] | 59 | </PropertyGroup>
|
---|
[1474] | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
| 62 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 70 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 71 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
[2900] | 76 | <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
|
---|
[4065] | 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 78 | </PropertyGroup>
|
---|
| 79 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 80 | <DebugSymbols>true</DebugSymbols>
|
---|
| 81 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 82 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
---|
| 83 | <DebugType>full</DebugType>
|
---|
| 84 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 85 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 86 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 87 | </PropertyGroup>
|
---|
| 88 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 89 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 90 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 91 | <Optimize>true</Optimize>
|
---|
| 92 | <DebugType>pdbonly</DebugType>
|
---|
| 93 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 94 | <ErrorReport>prompt</ErrorReport>
|
---|
[2900] | 95 | <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
|
---|
[4065] | 96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 97 | </PropertyGroup>
|
---|
[1454] | 98 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 100 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 101 | <Target Name="BeforeBuild">
|
---|
| 102 | </Target>
|
---|
| 103 | <Target Name="AfterBuild">
|
---|
| 104 | </Target>
|
---|
| 105 | -->
|
---|
| 106 | <ItemGroup>
|
---|
[1466] | 107 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
---|
| 108 | <SpecificVersion>False</SpecificVersion>
|
---|
[3832] | 109 | <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
|
---|
[1466] | 110 | </Reference>
|
---|
[1476] | 111 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
---|
| 112 | <SpecificVersion>False</SpecificVersion>
|
---|
[2731] | 113 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\log4net.dll</HintPath>
|
---|
[1476] | 114 | </Reference>
|
---|
[1454] | 115 | <Reference Include="System" />
|
---|
| 116 | <Reference Include="System.configuration" />
|
---|
| 117 | <Reference Include="System.Core">
|
---|
| 118 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="System.Data" />
|
---|
[2940] | 121 | <Reference Include="System.Drawing" />
|
---|
[1454] | 122 | <Reference Include="System.Xml" />
|
---|
| 123 | </ItemGroup>
|
---|
| 124 | <ItemGroup>
|
---|
[3937] | 125 | <Compile Include="Auxiliary\StringExtensions.cs" />
|
---|
[1823] | 126 | <Compile Include="Auxiliary\TypeLoader.cs" />
|
---|
[1795] | 127 | <Compile Include="Auxiliary\TypeNameParser.cs" />
|
---|
[1712] | 128 | <Compile Include="Auxiliary\ReflectionTools.cs" />
|
---|
[2754] | 129 | <None Include="HeuristicLabPersistencePlugin.cs.frame" />
|
---|
[1454] | 130 | <Compile Include="Core\Configuration.cs" />
|
---|
[1625] | 131 | <Compile Include="Core\PersistenceException.cs" />
|
---|
[1823] | 132 | <Compile Include="Core\PrimitiveSerializerBase.cs" />
|
---|
[1564] | 133 | <Compile Include="Core\FormatBase.cs" />
|
---|
[1703] | 134 | <Compile Include="Auxiliary\TypeExtensions.cs" />
|
---|
[3005] | 135 | <Compile Include="Core\Tokens\TypeToken.cs" />
|
---|
[1454] | 136 | <Compile Include="Core\TypeMapping.cs" />
|
---|
[1795] | 137 | <Compile Include="Auxiliary\TypeName.cs" />
|
---|
[1564] | 138 | <Compile Include="Core\GeneratorBase.cs" />
|
---|
[1823] | 139 | <Compile Include="Default\CompositeSerializers\ArraySerializer.cs" />
|
---|
| 140 | <Compile Include="Default\CompositeSerializers\CompactNumberArray2StringSerializer.cs" />
|
---|
| 141 | <Compile Include="Default\CompositeSerializers\DictionarySerializer.cs" />
|
---|
| 142 | <Compile Include="Default\CompositeSerializers\EnumerableSerializer.cs" />
|
---|
| 143 | <Compile Include="Default\CompositeSerializers\EnumSerializer.cs" />
|
---|
| 144 | <Compile Include="Default\CompositeSerializers\KeyValuePairSerializer.cs" />
|
---|
| 145 | <Compile Include="Default\CompositeSerializers\Number2StringSerializer.cs" />
|
---|
| 146 | <Compile Include="Default\CompositeSerializers\NumberEnumerable2StringSerializer.cs" />
|
---|
| 147 | <Compile Include="Default\CompositeSerializers\StackSerializer.cs" />
|
---|
[3029] | 148 | <Compile Include="Default\CompositeSerializers\Storable\StorableReflection.cs" />
|
---|
| 149 | <Compile Include="Default\CompositeSerializers\Storable\StorableMemberInfo.cs" />
|
---|
| 150 | <Compile Include="Default\CompositeSerializers\Storable\StorableClassType.cs" />
|
---|
[3031] | 151 | <Compile Include="Core\DataMemberAccessor.cs" />
|
---|
[2994] | 152 | <Compile Include="Default\CompositeSerializers\Storable\StorableClassAttribute.cs" />
|
---|
[1823] | 153 | <Compile Include="Default\CompositeSerializers\Storable\StorableAttribute.cs" />
|
---|
[2983] | 154 | <Compile Include="Default\CompositeSerializers\Storable\StorableConstructorAttribute.cs" />
|
---|
[2980] | 155 | <Compile Include="Default\CompositeSerializers\Storable\StorableHookAttribute.cs" />
|
---|
[1823] | 156 | <Compile Include="Default\CompositeSerializers\Storable\StorableSerializer.cs" />
|
---|
[2939] | 157 | <Compile Include="Default\CompositeSerializers\StructSerializer.cs" />
|
---|
[1823] | 158 | <Compile Include="Default\CompositeSerializers\TypeSerializer.cs" />
|
---|
[1567] | 159 | <Compile Include="Default\DebugString\DebugString.cs" />
|
---|
| 160 | <Compile Include="Default\DebugString\DebugStringFormat.cs" />
|
---|
| 161 | <Compile Include="Default\DebugString\DebugStringGenerator.cs" />
|
---|
[1823] | 162 | <Compile Include="Default\DebugString\PrimitiveSerializers\Bool2DebugStringSerializer.cs" />
|
---|
| 163 | <Compile Include="Default\DebugString\PrimitiveSerializers\Byte2DebugStringSerializer.cs" />
|
---|
| 164 | <Compile Include="Default\DebugString\PrimitiveSerializers\Char2DebugStringSerializer.cs" />
|
---|
| 165 | <Compile Include="Default\DebugString\PrimitiveSerializers\DateTime2DebugStringSerializer.cs" />
|
---|
[1853] | 166 | <Compile Include="Default\DebugString\PrimitiveSerializers\Double2DebugStringSerializer.cs" />
|
---|
[1823] | 167 | <Compile Include="Default\DebugString\PrimitiveSerializers\Float2DebugStringSerializer.cs" />
|
---|
| 168 | <Compile Include="Default\DebugString\PrimitiveSerializers\Int2DebugStringSerializer.cs" />
|
---|
| 169 | <Compile Include="Default\DebugString\PrimitiveSerializers\Long2DebugStringSerializer.cs" />
|
---|
| 170 | <Compile Include="Default\DebugString\PrimitiveSerializers\SByte2DebugStringSerializer.cs" />
|
---|
| 171 | <Compile Include="Default\DebugString\PrimitiveSerializers\Short2DebugStringSerializer.cs" />
|
---|
| 172 | <Compile Include="Default\DebugString\PrimitiveSerializers\String2DebugStringSerializer.cs" />
|
---|
| 173 | <Compile Include="Default\DebugString\PrimitiveSerializers\Type2DebugStringSerializer.cs" />
|
---|
| 174 | <Compile Include="Default\DebugString\PrimitiveSerializers\UInt2DebugStringSerializer.cs" />
|
---|
| 175 | <Compile Include="Default\DebugString\PrimitiveSerializers\ULong2DebugStringSerializer.cs" />
|
---|
| 176 | <Compile Include="Default\DebugString\PrimitiveSerializers\UShort2DebugStringSerializer.cs" />
|
---|
| 177 | <Compile Include="Default\DebugString\PrimitiveSerializers\ValueType2DebugStringSerializerBase.cs" />
|
---|
[2940] | 178 | <Compile Include="Default\Xml\Compact\ByteArray2XmlSerializer.cs" />
|
---|
[1823] | 179 | <Compile Include="Default\Xml\Compact\CompactXmlSerializerBase.cs" />
|
---|
| 180 | <Compile Include="Default\Xml\Compact\DoubleArray2XmlSerializer.cs" />
|
---|
| 181 | <Compile Include="Default\Xml\Compact\DoubleList2XmlSerializer.cs" />
|
---|
| 182 | <Compile Include="Default\Xml\Compact\IntArray2XmlSerializer.cs" />
|
---|
| 183 | <Compile Include="Default\Xml\Compact\IntList2XmlSerializer.cs" />
|
---|
| 184 | <Compile Include="Default\Xml\Compact\NumberArray2XmlSerializerBase.cs" />
|
---|
| 185 | <Compile Include="Default\Xml\Compact\NumberEnumeration2XmlSerializerBase.cs" />
|
---|
[3935] | 186 | <Compile Include="Default\Xml\EasyXmlGenerator.cs" />
|
---|
[2940] | 187 | <Compile Include="Default\Xml\Primitive\System.Drawing\Bitmap2XmlSerializer.cs" />
|
---|
[1823] | 188 | <Compile Include="Default\Xml\Primitive\Bool2XmlSerializer.cs" />
|
---|
| 189 | <Compile Include="Default\Xml\Primitive\Byte2XmlSerializer.cs" />
|
---|
| 190 | <Compile Include="Default\Xml\Primitive\Char2XmlFormatter.cs">
|
---|
| 191 | <SubType>Code</SubType>
|
---|
| 192 | </Compile>
|
---|
| 193 | <Compile Include="Default\Xml\Primitive\DateTime2XmlSerializer.cs" />
|
---|
| 194 | <Compile Include="Default\Xml\Primitive\Decimal2XmlSerializer.cs" />
|
---|
| 195 | <Compile Include="Default\Xml\Primitive\Double2XmlSerializer.cs" />
|
---|
| 196 | <Compile Include="Default\Xml\Primitive\Float2XmlSerializer.cs" />
|
---|
| 197 | <Compile Include="Default\Xml\Primitive\Guid2XmlSerializer.cs" />
|
---|
| 198 | <Compile Include="Default\Xml\Primitive\Int2XmlSerializer.cs" />
|
---|
| 199 | <Compile Include="Default\Xml\Primitive\Long2XmlSerializer.cs" />
|
---|
| 200 | <Compile Include="Default\Xml\Primitive\PrimitiveXmlSerializerBase.cs" />
|
---|
| 201 | <Compile Include="Default\Xml\Primitive\SByte2XmlSerializer.cs" />
|
---|
| 202 | <Compile Include="Default\Xml\Primitive\Short2XmlSerializer.cs" />
|
---|
| 203 | <Compile Include="Default\Xml\Primitive\SimpleNumber2XmlSerializerBase.cs" />
|
---|
| 204 | <Compile Include="Default\Xml\Primitive\String2XmlSerializer.cs" />
|
---|
| 205 | <Compile Include="Default\Xml\Primitive\TimeSpan2XmlSerializer.cs" />
|
---|
| 206 | <Compile Include="Default\Xml\Primitive\UInt2XmlSerializer.cs" />
|
---|
| 207 | <Compile Include="Default\Xml\Primitive\ULong2XmlSerializer.cs" />
|
---|
| 208 | <Compile Include="Default\Xml\Primitive\UShort2XmlSerializer.cs" />
|
---|
| 209 | <Compile Include="Default\Xml\XmlSerializerBase.cs" />
|
---|
[1613] | 210 | <Compile Include="Default\Xml\XmlStringConstants.cs" />
|
---|
[1564] | 211 | <Compile Include="Default\Xml\XmlString.cs" />
|
---|
[1454] | 212 | <Compile Include="Default\Xml\XmlFormat.cs" />
|
---|
| 213 | <Compile Include="HeuristicLabPersistencePlugin.cs" />
|
---|
[1553] | 214 | <Compile Include="Core\Deserializer.cs" />
|
---|
[1454] | 215 | <Compile Include="Core\Tag.cs" />
|
---|
[1823] | 216 | <Compile Include="Interfaces\ICompositeSerializer.cs" />
|
---|
| 217 | <Compile Include="Interfaces\IPrimitiveSerializer.cs" />
|
---|
[1564] | 218 | <Compile Include="Interfaces\ISerialData.cs" />
|
---|
[1542] | 219 | <Compile Include="Interfaces\IFormat.cs" />
|
---|
[1454] | 220 | <Compile Include="Core\ConfigurationService.cs" />
|
---|
[1556] | 221 | <Compile Include="Core\Tokens\MetaInfoBeginToken.cs" />
|
---|
| 222 | <Compile Include="Core\Tokens\MetaInfoEndToken.cs" />
|
---|
| 223 | <Compile Include="Interfaces\ISerializationToken.cs" />
|
---|
| 224 | <Compile Include="Core\Tokens\SerializationTokenBase.cs" />
|
---|
| 225 | <Compile Include="Core\Tokens\CompositeTokenBase.cs" />
|
---|
| 226 | <Compile Include="Core\Tokens\BeginToken.cs" />
|
---|
| 227 | <Compile Include="Core\Tokens\EndToken.cs" />
|
---|
| 228 | <Compile Include="Core\Tokens\PrimitiveToken.cs" />
|
---|
| 229 | <Compile Include="Core\Tokens\ReferenceToken.cs" />
|
---|
| 230 | <Compile Include="Core\Tokens\NullReferenceToken.cs" />
|
---|
[1454] | 231 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 232 | <Compile Include="Core\Serializer.cs" />
|
---|
| 233 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 234 | <AutoGen>True</AutoGen>
|
---|
| 235 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 236 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 237 | </Compile>
|
---|
| 238 | <Compile Include="Default\Xml\XmlGenerator.cs" />
|
---|
| 239 | <Compile Include="Default\Xml\XmlParser.cs" />
|
---|
| 240 | </ItemGroup>
|
---|
| 241 | <PropertyGroup>
|
---|
| 242 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 243 | set ProjectDir=$(ProjectDir)
|
---|
| 244 | set SolutionDir=$(SolutionDir)
|
---|
| 245 | set Outdir=$(Outdir)
|
---|
| 246 |
|
---|
[2754] | 247 | call PreBuildEvent.cmd
|
---|
| 248 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent>
|
---|
[1454] | 249 | <PostBuildEvent>
|
---|
| 250 | </PostBuildEvent>
|
---|
| 251 | </PropertyGroup>
|
---|
| 252 | <ItemGroup>
|
---|
| 253 | <None Include="app.config" />
|
---|
| 254 | <None Include="HeuristicLab.snk" />
|
---|
[1472] | 255 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[1454] | 256 | <None Include="Properties\Settings.settings">
|
---|
| 257 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 258 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 259 | </None>
|
---|
| 260 | </ItemGroup>
|
---|
| 261 | <ItemGroup>
|
---|
[3832] | 262 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[1454] | 263 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 264 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[1454] | 265 | </ProjectReference>
|
---|
[3702] | 266 | <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
|
---|
[1469] | 267 | <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
|
---|
[3702] | 268 | <Name>HeuristicLab.Tracing-3.3</Name>
|
---|
[1469] | 269 | </ProjectReference>
|
---|
[1454] | 270 | </ItemGroup>
|
---|
[4065] | 271 | <ItemGroup>
|
---|
| 272 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 273 | <Visible>False</Visible>
|
---|
| 274 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 275 | <Install>false</Install>
|
---|
| 276 | </BootstrapperPackage>
|
---|
| 277 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 278 | <Visible>False</Visible>
|
---|
| 279 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 280 | <Install>true</Install>
|
---|
| 281 | </BootstrapperPackage>
|
---|
| 282 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 283 | <Visible>False</Visible>
|
---|
| 284 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 285 | <Install>true</Install>
|
---|
| 286 | </BootstrapperPackage>
|
---|
| 287 | </ItemGroup>
|
---|
[1454] | 288 | </Project> |
---|