[6133] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 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>{F83B3E02-FCAA-46CA-8712-C41B960D19C3}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.DataImporter.Backend.Csv</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.DataImporter.Backend.Csv-1.0</AssemblyName>
|
---|
[11624] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[6133] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
| 36 | <TargetFrameworkProfile />
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
[7240] | 42 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6133] | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
[7240] | 52 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 60 | <DebugSymbols>true</DebugSymbols>
|
---|
[7240] | 61 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 63 | <DebugType>full</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 67 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[7240] | 70 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 71 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
| 76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 77 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 78 | </PropertyGroup>
|
---|
| 79 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 80 | <DebugSymbols>true</DebugSymbols>
|
---|
[7240] | 81 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 82 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 83 | <DebugType>full</DebugType>
|
---|
| 84 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 85 | <ErrorReport>prompt</ErrorReport>
|
---|
| 86 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 87 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 88 | </PropertyGroup>
|
---|
| 89 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[7240] | 90 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 91 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 92 | <Optimize>true</Optimize>
|
---|
| 93 | <DebugType>pdbonly</DebugType>
|
---|
| 94 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 95 | <ErrorReport>prompt</ErrorReport>
|
---|
| 96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11624] | 97 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6133] | 98 | </PropertyGroup>
|
---|
| 99 | <ItemGroup>
|
---|
[7240] | 100 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 101 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
[6133] | 103 | </Reference>
|
---|
[7240] | 104 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 105 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
[6133] | 107 | </Reference>
|
---|
| 108 | <Reference Include="System" />
|
---|
| 109 | <Reference Include="System.Core">
|
---|
| 110 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="System.Drawing" />
|
---|
| 113 | <Reference Include="System.Windows.Forms" />
|
---|
| 114 | <Reference Include="System.Xml.Linq">
|
---|
| 115 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 118 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="System.Data" />
|
---|
| 121 | <Reference Include="System.Xml" />
|
---|
| 122 | </ItemGroup>
|
---|
| 123 | <ItemGroup>
|
---|
[7629] | 124 | <None Include="Plugin.cs.frame" />
|
---|
[6133] | 125 | <Compile Include="CsvImportCommand.cs" />
|
---|
| 126 | <Compile Include="CsvImporterView.cs">
|
---|
| 127 | <SubType>UserControl</SubType>
|
---|
| 128 | </Compile>
|
---|
| 129 | <Compile Include="CsvImporterView.Designer.cs">
|
---|
| 130 | <DependentUpon>CsvImporterView.cs</DependentUpon>
|
---|
| 131 | </Compile>
|
---|
| 132 | <Compile Include="CsvExporter.cs" />
|
---|
| 133 | <Compile Include="CsvExporterView.cs">
|
---|
| 134 | <SubType>UserControl</SubType>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="CsvExporterView.Designer.cs">
|
---|
| 137 | <DependentUpon>CsvExporterView.cs</DependentUpon>
|
---|
| 138 | </Compile>
|
---|
| 139 | <Compile Include="CsvImporter.cs" />
|
---|
[7629] | 140 | <Compile Include="Plugin.cs" />
|
---|
[6133] | 141 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 142 | </ItemGroup>
|
---|
| 143 | <ItemGroup>
|
---|
| 144 | <None Include="HeuristicLab.snk" />
|
---|
[7632] | 145 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6133] | 146 | </ItemGroup>
|
---|
| 147 | <ItemGroup>
|
---|
| 148 | <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
|
---|
| 149 | <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
|
---|
| 150 | <Name>HeuristicLab.DataImporter.DataProcessor</Name>
|
---|
[7240] | 151 | <Private>False</Private>
|
---|
[6133] | 152 | </ProjectReference>
|
---|
| 153 | <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
|
---|
| 154 | <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
|
---|
| 155 | <Name>HeuristicLab.DataImporter.Data</Name>
|
---|
[7240] | 156 | <Private>False</Private>
|
---|
[6133] | 157 | </ProjectReference>
|
---|
| 158 | </ItemGroup>
|
---|
| 159 | <ItemGroup>
|
---|
| 160 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 161 | <Visible>False</Visible>
|
---|
| 162 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 163 | <Install>false</Install>
|
---|
| 164 | </BootstrapperPackage>
|
---|
| 165 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 166 | <Visible>False</Visible>
|
---|
| 167 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 168 | <Install>true</Install>
|
---|
| 169 | </BootstrapperPackage>
|
---|
| 170 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 171 | <Visible>False</Visible>
|
---|
| 172 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 173 | <Install>true</Install>
|
---|
| 174 | </BootstrapperPackage>
|
---|
| 175 | </ItemGroup>
|
---|
| 176 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 177 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 178 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 179 | <Target Name="BeforeBuild">
|
---|
| 180 | </Target>
|
---|
| 181 | <Target Name="AfterBuild">
|
---|
| 182 | </Target>
|
---|
| 183 | -->
|
---|
| 184 | <PropertyGroup>
|
---|
| 185 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 186 | set ProjectDir=$(ProjectDir)
|
---|
| 187 | set SolutionDir=$(SolutionDir)
|
---|
| 188 | set Outdir=$(Outdir)
|
---|
| 189 |
|
---|
[7629] | 190 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[6133] | 191 | </PropertyGroup>
|
---|
| 192 | </Project> |
---|