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>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.DataImporter.Data</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.DataImporter.Data-1.0</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
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>
|
---|
42 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
44 | <ErrorReport>prompt</ErrorReport>
|
---|
45 | <WarningLevel>4</WarningLevel>
|
---|
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
50 | <DebugType>pdbonly</DebugType>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
53 | <DefineConstants>TRACE</DefineConstants>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <WarningLevel>4</WarningLevel>
|
---|
56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
60 | <DebugSymbols>true</DebugSymbols>
|
---|
61 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
63 | <DebugType>full</DebugType>
|
---|
64 | <PlatformTarget>x86</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | <Prefer32Bit>false</Prefer32Bit>
|
---|
68 | </PropertyGroup>
|
---|
69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
70 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
71 | <DefineConstants>TRACE</DefineConstants>
|
---|
72 | <Optimize>true</Optimize>
|
---|
73 | <DebugType>pdbonly</DebugType>
|
---|
74 | <PlatformTarget>x86</PlatformTarget>
|
---|
75 | <ErrorReport>prompt</ErrorReport>
|
---|
76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
77 | <Prefer32Bit>false</Prefer32Bit>
|
---|
78 | </PropertyGroup>
|
---|
79 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
80 | <DebugSymbols>true</DebugSymbols>
|
---|
81 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
82 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
83 | <DebugType>full</DebugType>
|
---|
84 | <PlatformTarget>x64</PlatformTarget>
|
---|
85 | <ErrorReport>prompt</ErrorReport>
|
---|
86 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
87 | <Prefer32Bit>false</Prefer32Bit>
|
---|
88 | </PropertyGroup>
|
---|
89 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
90 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
91 | <DefineConstants>TRACE</DefineConstants>
|
---|
92 | <Optimize>true</Optimize>
|
---|
93 | <DebugType>pdbonly</DebugType>
|
---|
94 | <PlatformTarget>x64</PlatformTarget>
|
---|
95 | <ErrorReport>prompt</ErrorReport>
|
---|
96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
97 | <Prefer32Bit>false</Prefer32Bit>
|
---|
98 | </PropertyGroup>
|
---|
99 | <ItemGroup>
|
---|
100 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
101 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
102 | <Private>False</Private>
|
---|
103 | </Reference>
|
---|
104 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
105 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
106 | <Private>False</Private>
|
---|
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" />
|
---|
118 | <Reference Include="System.Xml" />
|
---|
119 | </ItemGroup>
|
---|
120 | <ItemGroup>
|
---|
121 | <Compile Include="CommandBase\ColumnGroupCommandWithAffectedColumnsBase.cs" />
|
---|
122 | <Compile Include="CommandBase\CommandExecutionException.cs" />
|
---|
123 | <Compile Include="CommandBase\CommandViewBase.cs">
|
---|
124 | <SubType>UserControl</SubType>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="CommandBase\CommandViewBase.Designer.cs">
|
---|
127 | <DependentUpon>CommandViewBase.cs</DependentUpon>
|
---|
128 | </Compile>
|
---|
129 | <Compile Include="CommandBase\DataSetCommandWithAffectedColumnGroupsBase.cs" />
|
---|
130 | <Compile Include="CommandBase\ICommandGenerator.cs" />
|
---|
131 | <Compile Include="CommandBase\ViewableCommandInfoAttribute.cs" />
|
---|
132 | <Compile Include="Command\AddRowCommand.cs" />
|
---|
133 | <Compile Include="Command\ChangeValueCommand.cs" />
|
---|
134 | <Compile Include="Command\ChangeValuesToNullCommand.cs" />
|
---|
135 | <Compile Include="Command\InsertRowCommand.cs" />
|
---|
136 | <Compile Include="Command\PasteValuesCommand.cs" />
|
---|
137 | <Compile Include="CommandBase\CommandBase.cs" />
|
---|
138 | <Compile Include="Command\DeleteColumnCommand.cs" />
|
---|
139 | <Compile Include="Command\DeleteRowsCommand.cs" />
|
---|
140 | <Compile Include="Command\RenameColumnCommand.cs" />
|
---|
141 | <Compile Include="Command\RenameColumnGroupCommand.cs" />
|
---|
142 | <Compile Include="DataSetState.cs" />
|
---|
143 | <Compile Include="DateTimeSpan.cs" />
|
---|
144 | <Compile Include="Model\DynamicValueList.cs" />
|
---|
145 | <Compile Include="Model\ProgrammableColumn.cs" />
|
---|
146 | <Compile Include="Model\DateTimeColumn.cs" />
|
---|
147 | <Compile Include="CommandBase\ColumnGroupCommandBase.cs" />
|
---|
148 | <Compile Include="CommandBase\ColumnCommandBase.cs" />
|
---|
149 | <Compile Include="Command\SortCommand.cs" />
|
---|
150 | <Compile Include="Model\DataSet.cs" />
|
---|
151 | <Compile Include="Model\DoubleColumn.cs" />
|
---|
152 | <Compile Include="Model\ColumnGroup.cs" />
|
---|
153 | <Compile Include="Model\ColumnBase.cs" />
|
---|
154 | <Compile Include="View\ColumnGroupView.cs">
|
---|
155 | <SubType>UserControl</SubType>
|
---|
156 | </Compile>
|
---|
157 | <Compile Include="View\ColumnGroupView.Designer.cs">
|
---|
158 | <DependentUpon>ColumnGroupView.cs</DependentUpon>
|
---|
159 | </Compile>
|
---|
160 | <Compile Include="Model\StringColumn.cs" />
|
---|
161 | <Compile Include="CommandBase\DataSetCommandBase.cs" />
|
---|
162 | <Compile Include="View\CommandListViewItem.cs" />
|
---|
163 | <Compile Include="View\CommandViewDialog.cs">
|
---|
164 | <SubType>Form</SubType>
|
---|
165 | </Compile>
|
---|
166 | <Compile Include="View\CommandViewDialog.Designer.cs">
|
---|
167 | <DependentUpon>CommandViewDialog.cs</DependentUpon>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="View\DataSetView.cs">
|
---|
170 | <SubType>UserControl</SubType>
|
---|
171 | </Compile>
|
---|
172 | <Compile Include="View\DataSetView.Designer.cs">
|
---|
173 | <DependentUpon>DataSetView.cs</DependentUpon>
|
---|
174 | </Compile>
|
---|
175 | <Compile Include="CommandChain.cs">
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="CommandBase\ICommand.cs" />
|
---|
178 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
179 | </ItemGroup>
|
---|
180 | <ItemGroup>
|
---|
181 | <None Include="HeuristicLab.snk" />
|
---|
182 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
183 | </ItemGroup>
|
---|
184 | <ItemGroup>
|
---|
185 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
186 | <Visible>False</Visible>
|
---|
187 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
188 | <Install>false</Install>
|
---|
189 | </BootstrapperPackage>
|
---|
190 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
191 | <Visible>False</Visible>
|
---|
192 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
193 | <Install>true</Install>
|
---|
194 | </BootstrapperPackage>
|
---|
195 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
196 | <Visible>False</Visible>
|
---|
197 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
198 | <Install>true</Install>
|
---|
199 | </BootstrapperPackage>
|
---|
200 | </ItemGroup>
|
---|
201 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
202 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
203 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
204 | <Target Name="BeforeBuild">
|
---|
205 | </Target>
|
---|
206 | <Target Name="AfterBuild">
|
---|
207 | </Target>
|
---|
208 | -->
|
---|
209 | <PropertyGroup>
|
---|
210 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
211 | set ProjectDir=$(ProjectDir)
|
---|
212 | set SolutionDir=$(SolutionDir)
|
---|
213 | set Outdir=$(Outdir)
|
---|
214 |
|
---|
215 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
216 | </PropertyGroup>
|
---|
217 | </Project> |
---|