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>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.DataImporter.DataProcessor</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.DataImporter.DataProcessor-1.0</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
17 | <Win32Resource>
|
---|
18 | </Win32Resource>
|
---|
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>
|
---|
38 | <TargetFrameworkProfile />
|
---|
39 | </PropertyGroup>
|
---|
40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
41 | <DebugSymbols>true</DebugSymbols>
|
---|
42 | <DebugType>full</DebugType>
|
---|
43 | <Optimize>false</Optimize>
|
---|
44 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
46 | <ErrorReport>prompt</ErrorReport>
|
---|
47 | <WarningLevel>4</WarningLevel>
|
---|
48 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
49 | </PropertyGroup>
|
---|
50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
51 | <DebugType>pdbonly</DebugType>
|
---|
52 | <Optimize>true</Optimize>
|
---|
53 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
54 | <DefineConstants>TRACE</DefineConstants>
|
---|
55 | <ErrorReport>prompt</ErrorReport>
|
---|
56 | <WarningLevel>4</WarningLevel>
|
---|
57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
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 | </PropertyGroup>
|
---|
68 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
69 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
70 | <DefineConstants>TRACE</DefineConstants>
|
---|
71 | <Optimize>true</Optimize>
|
---|
72 | <DebugType>pdbonly</DebugType>
|
---|
73 | <PlatformTarget>x86</PlatformTarget>
|
---|
74 | <ErrorReport>prompt</ErrorReport>
|
---|
75 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
76 | </PropertyGroup>
|
---|
77 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
78 | <DebugSymbols>true</DebugSymbols>
|
---|
79 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
80 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
81 | <DebugType>full</DebugType>
|
---|
82 | <PlatformTarget>x64</PlatformTarget>
|
---|
83 | <ErrorReport>prompt</ErrorReport>
|
---|
84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
85 | </PropertyGroup>
|
---|
86 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
87 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
88 | <DefineConstants>TRACE</DefineConstants>
|
---|
89 | <Optimize>true</Optimize>
|
---|
90 | <DebugType>pdbonly</DebugType>
|
---|
91 | <PlatformTarget>x64</PlatformTarget>
|
---|
92 | <ErrorReport>prompt</ErrorReport>
|
---|
93 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
94 | </PropertyGroup>
|
---|
95 | <ItemGroup>
|
---|
96 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
97 | <Private>False</Private>
|
---|
98 | </Reference>
|
---|
99 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
100 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
101 | <Private>False</Private>
|
---|
102 | </Reference>
|
---|
103 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
104 | <Private>False</Private>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
107 | <Private>False</Private>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
110 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
111 | <Private>False</Private>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
114 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
115 | <Private>False</Private>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="System" />
|
---|
121 | <Reference Include="System.Core">
|
---|
122 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="System.Drawing" />
|
---|
125 | <Reference Include="System.Windows.Forms" />
|
---|
126 | <Reference Include="System.Xml.Linq">
|
---|
127 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="System.Data.DataSetExtensions">
|
---|
130 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="System.Data" />
|
---|
133 | <Reference Include="System.Xml" />
|
---|
134 | </ItemGroup>
|
---|
135 | <ItemGroup>
|
---|
136 | <Compile Include="Command\DataBaseCommandBase.cs" />
|
---|
137 | <Compile Include="Command\LoadColumnGroupsFromDBCommand.cs" />
|
---|
138 | <Compile Include="Command\LoadColumnGroupWithSqlStringFromDBCommand.cs" />
|
---|
139 | <Compile Include="Command\ReorderColumnsCommand.cs" />
|
---|
140 | <Compile Include="Command\SqlCommandView.cs">
|
---|
141 | <SubType>UserControl</SubType>
|
---|
142 | </Compile>
|
---|
143 | <Compile Include="Command\SqlCommandView.Designer.cs">
|
---|
144 | <DependentUpon>SqlCommandView.cs</DependentUpon>
|
---|
145 | </Compile>
|
---|
146 | <None Include="Plugin.cs.frame" />
|
---|
147 | <Compile Include="ProgressDialog.cs">
|
---|
148 | <SubType>Form</SubType>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="ProgressDialog.Designer.cs">
|
---|
151 | <DependentUpon>ProgressDialog.cs</DependentUpon>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="IImporter.cs" />
|
---|
154 | <Compile Include="ImportDialog.cs">
|
---|
155 | <SubType>Form</SubType>
|
---|
156 | </Compile>
|
---|
157 | <Compile Include="ImportDialog.Designer.cs">
|
---|
158 | <DependentUpon>ImportDialog.cs</DependentUpon>
|
---|
159 | </Compile>
|
---|
160 | <Compile Include="DataProcessor.cs" />
|
---|
161 | <Compile Include="DbTablesView.cs">
|
---|
162 | <SubType>Form</SubType>
|
---|
163 | </Compile>
|
---|
164 | <Compile Include="DbTablesView.Designer.cs">
|
---|
165 | <DependentUpon>DbTablesView.cs</DependentUpon>
|
---|
166 | </Compile>
|
---|
167 | <Compile Include="ExportDialog.cs">
|
---|
168 | <SubType>Form</SubType>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="ExportDialog.Designer.cs">
|
---|
171 | <DependentUpon>ExportDialog.cs</DependentUpon>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="HeuristicLabDataImporterDataProcessorApplication.cs" />
|
---|
174 | <Compile Include="Plugin.cs" />
|
---|
175 | <Compile Include="IExporter.cs" />
|
---|
176 | <Compile Include="DataProcessorView.cs">
|
---|
177 | <SubType>Form</SubType>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="DataProcessorView.Designer.cs">
|
---|
180 | <DependentUpon>DataProcessorView.cs</DependentUpon>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
183 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
184 | <AutoGen>True</AutoGen>
|
---|
185 | <DesignTime>True</DesignTime>
|
---|
186 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
187 | </Compile>
|
---|
188 | <Compile Include="ToolStripCheckBox.cs">
|
---|
189 | <SubType>Component</SubType>
|
---|
190 | </Compile>
|
---|
191 | </ItemGroup>
|
---|
192 | <ItemGroup>
|
---|
193 | <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
|
---|
194 | <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
|
---|
195 | <Name>HeuristicLab.DataImporter.Data</Name>
|
---|
196 | <Private>False</Private>
|
---|
197 | </ProjectReference>
|
---|
198 | <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj">
|
---|
199 | <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project>
|
---|
200 | <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name>
|
---|
201 | <Private>False</Private>
|
---|
202 | </ProjectReference>
|
---|
203 | </ItemGroup>
|
---|
204 | <ItemGroup>
|
---|
205 | <None Include="HeuristicLab.snk" />
|
---|
206 | <None Include="Properties\DataSources\HeuristicLab.DataImporter.DbExplorer.Interfaces.DbColumn.datasource" />
|
---|
207 | </ItemGroup>
|
---|
208 | <ItemGroup>
|
---|
209 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
210 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
211 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
212 | </EmbeddedResource>
|
---|
213 | </ItemGroup>
|
---|
214 | <ItemGroup>
|
---|
215 | <None Include="Resources\Edit_UndoHS.bmp" />
|
---|
216 | </ItemGroup>
|
---|
217 | <ItemGroup>
|
---|
218 | <None Include="Resources\Edit_RedoHS.bmp" />
|
---|
219 | </ItemGroup>
|
---|
220 | <ItemGroup>
|
---|
221 | <None Include="Resources\Edit_redoHL.bmp" />
|
---|
222 | </ItemGroup>
|
---|
223 | <ItemGroup>
|
---|
224 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
225 | <None Include="Resources\Edit_UndoHL.bmp" />
|
---|
226 | </ItemGroup>
|
---|
227 | <ItemGroup>
|
---|
228 | <None Include="Resources\SaveAllHS.bmp" />
|
---|
229 | </ItemGroup>
|
---|
230 | <ItemGroup>
|
---|
231 | <None Include="Resources\OpenSelectedItemHS.BMP" />
|
---|
232 | </ItemGroup>
|
---|
233 | <ItemGroup>
|
---|
234 | <None Include="Resources\RecordHS.bmp" />
|
---|
235 | </ItemGroup>
|
---|
236 | <ItemGroup>
|
---|
237 | <None Include="Resources\StopHS.bmp" />
|
---|
238 | </ItemGroup>
|
---|
239 | <ItemGroup>
|
---|
240 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
241 | <Visible>False</Visible>
|
---|
242 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
243 | <Install>false</Install>
|
---|
244 | </BootstrapperPackage>
|
---|
245 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
246 | <Visible>False</Visible>
|
---|
247 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
248 | <Install>true</Install>
|
---|
249 | </BootstrapperPackage>
|
---|
250 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
251 | <Visible>False</Visible>
|
---|
252 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
253 | <Install>true</Install>
|
---|
254 | </BootstrapperPackage>
|
---|
255 | </ItemGroup>
|
---|
256 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
257 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
258 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
259 | <Target Name="BeforeBuild">
|
---|
260 | </Target>
|
---|
261 | <Target Name="AfterBuild">
|
---|
262 | </Target>
|
---|
263 | -->
|
---|
264 | <PropertyGroup>
|
---|
265 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
266 | set ProjectDir=$(ProjectDir)
|
---|
267 | set SolutionDir=$(SolutionDir)
|
---|
268 | set Outdir=$(Outdir)
|
---|
269 |
|
---|
270 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
271 | </PropertyGroup>
|
---|
272 | </Project> |
---|