comparison UnitTests/Linq/UnitTests.Linq.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
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>{07997A18-86D3-47AC-A514-AB1B03E6AEC8}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Data.Linq</RootNamespace>
12 <AssemblyName>UnitTests.Linq</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <IsWebBootstrapper>false</IsWebBootstrapper>
20 <TargetFrameworkProfile />
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 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>TRACE;DEBUG;FW4;MOBILE1</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <PlatformTarget>x86</PlatformTarget>
45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46 <NoWarn>649</NoWarn>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <DebugType>pdbonly</DebugType>
50 <Optimize>true</Optimize>
51 <OutputPath>bin\Release\</OutputPath>
52 <DefineConstants>TRACE;FW4</DefineConstants>
53 <ErrorReport>prompt</ErrorReport>
54 <WarningLevel>4</WarningLevel>
55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56 <PlatformTarget>x86</PlatformTarget>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug FW 3.5|AnyCPU'">
59 <DebugSymbols>true</DebugSymbols>
60 <OutputPath>bin\Debug FW 3.5\</OutputPath>
61 <DefineConstants>DEBUG;TRACE</DefineConstants>
62 <DebugType>full</DebugType>
63 <PlatformTarget>AnyCPU</PlatformTarget>
64 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
65 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
66 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
67 <ErrorReport>prompt</ErrorReport>
68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69 <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
70 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
73 <DebugSymbols>true</DebugSymbols>
74 <OutputPath>bin\DebugMono\</OutputPath>
75 <DefineConstants>TRACE;DEBUG;FW4</DefineConstants>
76 <DebugType>full</DebugType>
77 <PlatformTarget>x86</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
87 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
90 <OutputPath>bin\ReleaseMono\</OutputPath>
91 <DefineConstants>TRACE;FW4</DefineConstants>
92 <Optimize>true</Optimize>
93 <DebugType>pdbonly</DebugType>
94 <PlatformTarget>AnyCPU</PlatformTarget>
95 <CodeAnalysisLogFile>bin\Release\UnitTests.Linq.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98 <ErrorReport>prompt</ErrorReport>
99 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
100 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
103 </PropertyGroup>
104 <ItemGroup>
105 <Reference Include="Accessibility" />
106 <Reference Include="Devart.Data, Version=5.0.828.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
107 <SpecificVersion>False</SpecificVersion>
108 <HintPath>..\..\packages\dotConnect.Express.for.Oracle.8.1.36\lib\Devart.Data.dll</HintPath>
109 </Reference>
110 <Reference Include="Devart.Data.Oracle, Version=8.1.36.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
111 <SpecificVersion>False</SpecificVersion>
112 <HintPath>..\..\packages\dotConnect.Express.for.Oracle.8.1.36\lib\Devart.Data.Oracle.dll</HintPath>
113 </Reference>
114 <Reference Include="FirebirdSql.Data.FirebirdClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
115 <SpecificVersion>False</SpecificVersion>
116 <HintPath>..\..\packages\FirebirdSql.Data.FirebirdClient.4.0.0.0\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll</HintPath>
117 </Reference>
118 <Reference Include="IBM.Data.DB2, Version=9.0.0.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208, processorArchitecture=MSIL">
119 <SpecificVersion>False</SpecificVersion>
120 <HintPath>..\..\Redist\IBM\IBM.Data.DB2.dll</HintPath>
121 </Reference>
122 <Reference Include="IBM.Data.Informix, Version=3.0.0.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208, processorArchitecture=MSIL">
123 <SpecificVersion>False</SpecificVersion>
124 <HintPath>..\..\Redist\IBM\IBM.Data.Informix.dll</HintPath>
125 </Reference>
126 <Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
127 <SpecificVersion>False</SpecificVersion>
128 <HintPath>..\..\packages\Npgsql.2.0.14.3\lib\net40\Mono.Security.dll</HintPath>
129 </Reference>
130 <Reference Include="MySql.Data, Version=6.8.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
131 <SpecificVersion>False</SpecificVersion>
132 <HintPath>..\..\packages\MySql.Data.6.8.3\lib\net40\MySql.Data.dll</HintPath>
133 </Reference>
134 <Reference Include="Npgsql, Version=2.0.14.3, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
135 <SpecificVersion>False</SpecificVersion>
136 <HintPath>..\..\packages\Npgsql.2.0.14.3\lib\net40\Npgsql.dll</HintPath>
137 </Reference>
138 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
139 <SpecificVersion>False</SpecificVersion>
140 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
141 </Reference>
142 <Reference Include="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
143 <Private>True</Private>
144 <HintPath>..\..\packages\odp.net.x86.112.3.20\lib\net40\Oracle.DataAccess.dll</HintPath>
145 </Reference>
146 <Reference Include="Oracle.ManagedDataAccess">
147 <HintPath>..\..\Redist\Oracle\Oracle.ManagedDataAccess.dll</HintPath>
148 </Reference>
149 <Reference Include="Sybase.AdoNet2.AseClient, Version=1.15.192.0, Culture=neutral, PublicKeyToken=95d94fac46c88e1e, processorArchitecture=MSIL">
150 <SpecificVersion>False</SpecificVersion>
151 <HintPath>..\..\Redist\Sybase\Sybase.AdoNet2.AseClient.dll</HintPath>
152 <Private>False</Private>
153 </Reference>
154 <Reference Include="System" />
155 <Reference Include="System.Configuration" />
156 <Reference Include="System.Core">
157 <RequiredTargetFramework>3.5</RequiredTargetFramework>
158 </Reference>
159 <Reference Include="System.Data.Linq">
160 <RequiredTargetFramework>3.5</RequiredTargetFramework>
161 </Reference>
162 <Reference Include="System.Data.Services" />
163 <Reference Include="System.Data.SQLite, Version=1.0.90.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
164 <SpecificVersion>False</SpecificVersion>
165 <HintPath>..\..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.dll</HintPath>
166 </Reference>
167 <Reference Include="System.Data.SQLite.Linq, Version=1.0.90.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
168 <SpecificVersion>False</SpecificVersion>
169 <HintPath>..\..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
170 </Reference>
171 <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
172 <Private>True</Private>
173 <HintPath>..\..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
174 </Reference>
175 <Reference Include="System.ServiceModel" />
176 <Reference Include="System.Transactions" />
177 <Reference Include="System.Windows.Forms" />
178 <Reference Include="System.Xml.Linq">
179 <RequiredTargetFramework>3.5</RequiredTargetFramework>
180 </Reference>
181 <Reference Include="System.Data.DataSetExtensions">
182 <RequiredTargetFramework>3.5</RequiredTargetFramework>
183 </Reference>
184 <Reference Include="System.Data" />
185 <Reference Include="System.Xml" />
186 </ItemGroup>
187 <ItemGroup>
188 <Compile Include="UpdateTest.cs" />
189 <Compile Include="DeleteTest.cs" />
190 <Compile Include="EnumMapping.cs" />
191 <Compile Include="Exceptions\DataExceptionTest.cs" />
192 <Compile Include="ExplicitInterfaceTests.cs" />
193 <Compile Include="TestAK107.cs" />
194 <Compile Include="BatchTest.cs" />
195 <Compile Include="Common.cs" />
196 <Compile Include="ConvertTest.cs" />
197 <Compile Include="CompileTest.cs" />
198 <Compile Include="ComplexTest.cs" />
199 <Compile Include="AssociationTest.cs" />
200 <Compile Include="ConvertExpression.cs" />
201 <Compile Include="ConcatUnionTest.cs" />
202 <Compile Include="IdlTest.mono.cs" />
203 <Compile Include="MultipleQuery.cs" />
204 <Compile Include="CountTest.cs" />
205 <Compile Include="DataContextTest.cs" />
206 <Compile Include="DataServiceTest.cs" />
207 <Compile Include="Exceptions\Common.cs" />
208 <Compile Include="Exceptions\Aggregation.cs" />
209 <Compile Include="Exceptions\DmlTest.cs" />
210 <Compile Include="ExtensionTests.cs" />
211 <Compile Include="GenerateTest.cs" />
212 <Compile Include="IdlTest.cs" />
213 <Compile Include="L2SAttributes.cs" />
214 <Compile Include="ParserTest.cs" />
215 <Compile Include="Providers.cs" />
216 <Compile Include="ProviderSpecific\PostgreSQL.cs" />
217 <Compile Include="ProviderSpecific\Firebird.cs" />
218 <Compile Include="ProviderSpecific\MySqlSprocParameterPrefixTests.cs" />
219 <Compile Include="ProviderSpecific\Oracle.cs" />
220 <Compile Include="TableFunctionTest.cs" />
221 <Compile Include="UserTests\CompareNullableChars.cs" />
222 <Compile Include="UserTests\FirstOrDefaultNullReferenceExceptionTest.cs" />
223 <Compile Include="UserTests\GroupBySubqueryTest.cs" />
224 <Compile Include="UserTests\LetTest.cs" />
225 <Compile Include="UserTests\MultiPartIdentifierTest.cs" />
226 <Compile Include="UserTests\SelectManyUpdateTest.cs" />
227 <Compile Include="UserTests\SelectManyDeleteTest.cs" />
228 <Compile Include="UserTests\UnknownSqlTest.cs" />
229 <Compile Include="UserTests\UnnecessaryInnerJoinTest.cs" />
230 <Compile Include="VisualBasicTest.cs" />
231 <Compile Include="InsertTest.cs" />
232 <Compile Include="ExpressionsTest.cs" />
233 <Compile Include="MathFunctions.cs" />
234 <Compile Include="Exceptions\Inheritance.cs" />
235 <Compile Include="Inheritance.cs" />
236 <Compile Include="ProviderSpecific\Access.cs" />
237 <Compile Include="ProviderSpecific\MsSql2008s.cs" />
238 <Compile Include="ProviderSpecific\SqlCe.cs" />
239 <Compile Include="SetTest.cs" />
240 <Compile Include="SubQuery.cs" />
241 <Compile Include="Types.cs" />
242 <Compile Include="Exceptions\Mapping.cs" />
243 <Compile Include="Functions.cs" />
244 <Compile Include="Distinct.cs" />
245 <Compile Include="ElementOperationTest.cs" />
246 <Compile Include="Exceptions\ElementOperationTest.cs" />
247 <Compile Include="Mapping.cs" />
248 <Compile Include="TakeSkipTest.cs" />
249 <Compile Include="OrderByTest.cs" />
250 <Compile Include="CreateData.cs" />
251 <Compile Include="GroupByTest.cs" />
252 <Compile Include="Exceptions\JoinTest.cs" />
253 <Compile Include="JoinTest.cs" />
254 <Compile Include="DateTimeFunctions.cs" />
255 <Compile Include="SelectManyTest.cs" />
256 <Compile Include="StringFunctions.cs" />
257 <Compile Include="SelectTest.cs" />
258 <Compile Include="Properties\AssemblyInfo.cs" />
259 <Compile Include="SelectScalar.cs" />
260 <Compile Include="TestBase.cs" />
261 <Compile Include="WhereTest.cs" />
262 </ItemGroup>
263 <ItemGroup>
264 <Content Include="..\..\Data\BLToolkitData.sqlite">
265 <Link>BLToolkitData.sqlite</Link>
266 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
267 </Content>
268 <Content Include="DefaultDataProviders.txt" />
269 <Content Include="x64\SQLite.Interop.dll">
270 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
271 </Content>
272 <Content Include="x86\SQLite.Interop.dll">
273 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
274 </Content>
275 <None Include="App.config">
276 <SubType>Designer</SubType>
277 </None>
278 <None Include="packages.config" />
279 </ItemGroup>
280 <ItemGroup>
281 <ProjectReference Include="..\..\DataProviders\DB2\BLToolkit.Data.DataProvider.DB2.4.csproj">
282 <Project>{86BF4F10-3606-4016-9919-84C3335813B6}</Project>
283 <Name>BLToolkit.Data.DataProvider.DB2.4</Name>
284 </ProjectReference>
285 <ProjectReference Include="..\..\DataProviders\DevartOraclePro\BLToolkit.Data.DataProvider.DevartOracle.4.csproj">
286 <Project>{cb303f0b-0aa3-4589-850a-95e985a09492}</Project>
287 <Name>BLToolkit.Data.DataProvider.DevartOracle.4</Name>
288 </ProjectReference>
289 <ProjectReference Include="..\..\DataProviders\Firebird\BLToolkit.Data.DataProvider.Firebird.4.csproj">
290 <Project>{C1F8C201-BBD9-44F4-884C-CFF8CC960B68}</Project>
291 <Name>BLToolkit.Data.DataProvider.Firebird.4</Name>
292 </ProjectReference>
293 <ProjectReference Include="..\..\DataProviders\Informix\BLToolkit.Data.DataProvider.Informix.4.csproj">
294 <Project>{B1DEA25C-7667-471B-BBAD-64D017FDD104}</Project>
295 <Name>BLToolkit.Data.DataProvider.Informix.4</Name>
296 </ProjectReference>
297 <ProjectReference Include="..\..\DataProviders\MySql\BLToolkit.Data.DataProvider.MySql.4.csproj">
298 <Project>{3578AF4C-CBFF-4A38-88F5-E86AC990AFBD}</Project>
299 <Name>BLToolkit.Data.DataProvider.MySql.4</Name>
300 </ProjectReference>
301 <ProjectReference Include="..\..\DataProviders\Oracle\BLToolkit.Data.DataProvider.Oracle.4.csproj">
302 <Project>{2B5287F2-A6AC-4D5A-B0A8-01C06144824D}</Project>
303 <Name>BLToolkit.Data.DataProvider.Oracle.4</Name>
304 </ProjectReference>
305 <ProjectReference Include="..\..\DataProviders\Oracle\BLToolkit.Data.DataProvider.OracleManaged.4.csproj">
306 <Project>{785ce174-0a91-465f-9e41-65e6e05a0ec9}</Project>
307 <Name>BLToolkit.Data.DataProvider.OracleManaged.4</Name>
308 </ProjectReference>
309 <ProjectReference Include="..\..\DataProviders\PostgreSQL\BLToolkit.Data.DataProvider.PostgreSQL.4.csproj">
310 <Project>{5A556D57-0D68-433B-AD78-02849583582B}</Project>
311 <Name>BLToolkit.Data.DataProvider.PostgreSQL.4</Name>
312 </ProjectReference>
313 <ProjectReference Include="..\..\DataProviders\SqlCe\BLToolkit.Data.DataProvider.SqlCe.4.csproj">
314 <Project>{85E90F57-8DE1-4912-8414-28578F4D71CD}</Project>
315 <Name>BLToolkit.Data.DataProvider.SqlCe.4</Name>
316 </ProjectReference>
317 <ProjectReference Include="..\..\DataProviders\SQLite\BLToolkit.Data.DataProvider.SQLite.4.csproj">
318 <Project>{3E414663-B673-47A8-AB59-0E08FE43DA86}</Project>
319 <Name>BLToolkit.Data.DataProvider.SQLite.4</Name>
320 </ProjectReference>
321 <ProjectReference Include="..\..\DataProviders\Sybase\BLToolkit.Data.DataProvider.Sybase.4.csproj">
322 <Project>{6CD8CC3D-643D-4D09-8660-A26085C44FBC}</Project>
323 <Name>BLToolkit.Data.DataProvider.Sybase.4</Name>
324 </ProjectReference>
325 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
326 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
327 <Name>BLToolkit.4</Name>
328 </ProjectReference>
329 <ProjectReference Include="UnitTests.Linq.Interface.csproj">
330 <Project>{D527524F-EC92-465E-9CAE-86278121675A}</Project>
331 <Name>UnitTests.Linq.Interface</Name>
332 </ProjectReference>
333 <ProjectReference Include="UnitTests.Linq.VisualBasic.vbproj">
334 <Project>{D11617AB-9F88-4C74-8ABD-F8580DB4B01B}</Project>
335 <Name>UnitTests.Linq.VisualBasic</Name>
336 </ProjectReference>
337 </ItemGroup>
338 <ItemGroup>
339 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
340 <Visible>False</Visible>
341 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
342 <Install>false</Install>
343 </BootstrapperPackage>
344 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
345 <Visible>False</Visible>
346 <ProductName>.NET Framework 3.5 SP1</ProductName>
347 <Install>true</Install>
348 </BootstrapperPackage>
349 <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
350 <Visible>False</Visible>
351 <ProductName>SQL Server Compact 3.5 SP2</ProductName>
352 <Install>true</Install>
353 </BootstrapperPackage>
354 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
355 <Visible>False</Visible>
356 <ProductName>Windows Installer 3.1</ProductName>
357 <Install>true</Install>
358 </BootstrapperPackage>
359 </ItemGroup>
360 <ItemGroup>
361 <Content Include="..\..\Data\BLToolkitData.mdb">
362 <Link>BLToolkitData.mdb</Link>
363 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
364 </Content>
365 <Content Include="..\..\Data\BLToolkitData.sdf">
366 <Link>BLToolkitData.sdf</Link>
367 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
368 </Content>
369 </ItemGroup>
370 <ItemGroup />
371 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
372 <PropertyGroup>
373 <PostBuildEvent>
374 if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
375 xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
376 if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
377 xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
378 </PropertyGroup>
379 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
380 Other similar extension points exist, see Microsoft.Common.targets.
381 <Target Name="BeforeBuild">
382 </Target>
383 <Target Name="AfterBuild">
384 </Target>
385 -->
386 </Project>