0
|
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
2 <PropertyGroup>
|
|
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
5 <ProductVersion>9.0.30729</ProductVersion>
|
|
6 <SchemaVersion>2.0</SchemaVersion>
|
|
7 <ProjectGuid>{025F6CC1-A017-4A31-8382-EC743057CB9D}</ProjectGuid>
|
|
8 <OutputType>Library</OutputType>
|
|
9 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
10 <RootNamespace>UnitTests.CS</RootNamespace>
|
|
11 <AssemblyName>UnitTests.SqlCe</AssemblyName>
|
|
12 <FileUpgradeFlags>
|
|
13 </FileUpgradeFlags>
|
|
14 <OldToolsVersion>2.0</OldToolsVersion>
|
|
15 <UpgradeBackupLocation>
|
|
16 </UpgradeBackupLocation>
|
|
17 <Install>true</Install>
|
|
18 <InstallFrom>Web</InstallFrom>
|
|
19 <UpdateEnabled>true</UpdateEnabled>
|
|
20 <UpdateMode>Foreground</UpdateMode>
|
|
21 <UpdateInterval>7</UpdateInterval>
|
|
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
23 <UpdatePeriodically>false</UpdatePeriodically>
|
|
24 <UpdateRequired>false</UpdateRequired>
|
|
25 <MapFileExtensions>true</MapFileExtensions>
|
|
26 <ApplicationRevision>0</ApplicationRevision>
|
|
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
28 <IsWebBootstrapper>true</IsWebBootstrapper>
|
|
29 <UseApplicationTrust>false</UseApplicationTrust>
|
|
30 <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
31 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
32 </PropertyGroup>
|
|
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
34 <DebugSymbols>true</DebugSymbols>
|
|
35 <DebugType>full</DebugType>
|
|
36 <Optimize>false</Optimize>
|
|
37 <OutputPath>..\bin\Debug\</OutputPath>
|
|
38 <DefineConstants>TRACE;DEBUG;SQLCE;FW3</DefineConstants>
|
|
39 <ErrorReport>prompt</ErrorReport>
|
|
40 <WarningLevel>4</WarningLevel>
|
|
41 <NoWarn>3021</NoWarn>
|
|
42 </PropertyGroup>
|
|
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
44 <DebugType>pdbonly</DebugType>
|
|
45 <Optimize>true</Optimize>
|
|
46 <OutputPath>..\bin\Release\</OutputPath>
|
|
47 <DefineConstants>TRACE;SQLCE;FW3</DefineConstants>
|
|
48 <ErrorReport>prompt</ErrorReport>
|
|
49 <WarningLevel>4</WarningLevel>
|
|
50 <NoWarn>3021</NoWarn>
|
|
51 </PropertyGroup>
|
|
52 <ItemGroup>
|
|
53 <Reference Include="nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
54 <SpecificVersion>False</SpecificVersion>
|
|
55 <HintPath>..\..\..\Tools\NUnit\nunit.framework.dll</HintPath>
|
|
56 </Reference>
|
|
57 <Reference Include="System" />
|
|
58 <Reference Include="System.Core">
|
|
59 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
60 </Reference>
|
|
61 <Reference Include="System.Data" />
|
|
62 <Reference Include="System.Data.DataSetExtensions">
|
|
63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
64 </Reference>
|
|
65 <Reference Include="System.Data.SqlServerCe">
|
|
66 <SpecificVersion>False</SpecificVersion>
|
|
67 </Reference>
|
|
68 <Reference Include="System.Windows.Forms" />
|
|
69 <Reference Include="System.Xml" />
|
|
70 <Reference Include="WindowsBase">
|
|
71 <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
72 </Reference>
|
|
73 </ItemGroup>
|
|
74 <ItemGroup>
|
|
75 <Compile Include="..\..\..\Source\Data\DataProvider\SqlCeDataProvider.cs">
|
|
76 <Link>SqlCeDataProvider.cs</Link>
|
|
77 </Compile>
|
|
78 <Compile Include="..\..\CS\Aspects\CacheAspectTest.cs">
|
|
79 <Link>Aspects\CacheAspectTest.cs</Link>
|
|
80 </Compile>
|
|
81 <Compile Include="..\..\CS\Aspects\CounterAspectTest.cs">
|
|
82 <Link>Aspects\CounterAspectTest.cs</Link>
|
|
83 </Compile>
|
|
84 <Compile Include="..\..\CS\Aspects\InterceptorAspectTest.cs">
|
|
85 <Link>Aspects\InterceptorAspectTest.cs</Link>
|
|
86 </Compile>
|
|
87 <Compile Include="..\..\CS\Aspects\LoggingAspectTest.cs">
|
|
88 <Link>Aspects\LoggingAspectTest.cs</Link>
|
|
89 </Compile>
|
|
90 <Compile Include="..\..\CS\Aspects\MixinAspectTest.cs">
|
|
91 <Link>Aspects\MixinAspectTest.cs</Link>
|
|
92 </Compile>
|
|
93 <Compile Include="..\..\CS\Aspects\NotNullAspectTest.cs">
|
|
94 <Link>Aspects\NotNullAspectTest.cs</Link>
|
|
95 </Compile>
|
|
96 <Compile Include="..\..\CS\Common\ConvertTest.cs">
|
|
97 <Link>Common\ConvertTest.cs</Link>
|
|
98 </Compile>
|
|
99 <Compile Include="..\..\CS\Common\NameOrIndexParameterTest.cs">
|
|
100 <Link>Common\NameOrIndexParameterTest.cs</Link>
|
|
101 </Compile>
|
|
102 <Compile Include="..\..\CS\DataAccess\PersonDataSet2.Designer.cs">
|
|
103 <Link>Mapping\PersonDataSet2.Designer.cs</Link>
|
|
104 <AutoGen>True</AutoGen>
|
|
105 <DesignTime>True</DesignTime>
|
|
106 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
|
|
107 </Compile>
|
|
108 <Compile Include="..\..\CS\DataAccess\TestQueryAttribute.cs">
|
|
109 <Link>DataAccess\TestQueryAttribute.cs</Link>
|
|
110 </Compile>
|
|
111 <Compile Include="..\..\CS\DataAccess\XmlTypeTest.cs">
|
|
112 <Link>DataAccess\XmlTypeTest.cs</Link>
|
|
113 </Compile>
|
|
114 <Compile Include="..\..\CS\DataAccess\DataAccessorBuilderTest.cs">
|
|
115 <Link>DataAccess\DataAccessorBuilderTest.cs</Link>
|
|
116 </Compile>
|
|
117 <Compile Include="..\..\CS\DataAccess\PrimaryKeyAttributeTest.cs">
|
|
118 <Link>DataAccess\PrimaryKeyAttributeTest.cs</Link>
|
|
119 </Compile>
|
|
120 <Compile Include="..\..\CS\DataAccess\CreateEntityTest.cs">
|
|
121 <Link>DataAccess\CreateEntityTest.cs</Link>
|
|
122 </Compile>
|
|
123 <Compile Include="..\..\CS\DataAccess\DictionaryTest.cs">
|
|
124 <Link>DataAccess\DictionaryTest.cs</Link>
|
|
125 </Compile>
|
|
126 <Compile Include="..\..\CS\DataAccess\EnumTest.cs">
|
|
127 <Link>DataAccess\EnumTest.cs</Link>
|
|
128 </Compile>
|
|
129 <Compile Include="..\..\CS\DataAccess\PersonDataSet2.cs">
|
|
130 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
|
|
131 <SubType>Component</SubType>
|
|
132 <Link>Mapping\PersonDataSet2.cs</Link>
|
|
133 </Compile>
|
|
134 <Compile Include="..\..\CS\DataAccess\SqlQueryTest.cs">
|
|
135 <Link>DataAccess\SqlQueryTest.cs</Link>
|
|
136 </Compile>
|
|
137 <Compile Include="..\..\CS\DataAccess\SqlQueryTest2.cs">
|
|
138 <Link>DataAccess\SqlQueryTest2.cs</Link>
|
|
139 </Compile>
|
|
140 <Compile Include="..\..\CS\DataAccess\SqlTest.cs">
|
|
141 <Link>DataAccess\SqlTest.cs</Link>
|
|
142 </Compile>
|
|
143 <Compile Include="..\..\CS\DataAccess\XmlExtension.cs">
|
|
144 <Link>DataAccess\XmlExtension.cs</Link>
|
|
145 </Compile>
|
|
146 <Compile Include="..\..\CS\Data\BinaryTest.cs">
|
|
147 <Link>Data\BinaryTest.cs</Link>
|
|
148 </Compile>
|
|
149 <Compile Include="..\..\CS\Data\CompositeKeyTest.cs">
|
|
150 <Link>Data\CompositeKeyTest.cs</Link>
|
|
151 </Compile>
|
|
152 <Compile Include="..\..\CS\Data\InnerTypesTest.cs">
|
|
153 <Link>Data\InnerTypesTest.cs</Link>
|
|
154 </Compile>
|
|
155 <Compile Include="..\..\CS\Data\ExecuteDictionaryTest.cs">
|
|
156 <Link>Data\ExecuteDictionaryTest.cs</Link>
|
|
157 </Compile>
|
|
158 <Compile Include="..\..\CS\Data\ExecuteScalarDictionaryTest.cs">
|
|
159 <Link>Data\ExecuteScalarDictionaryTest.cs</Link>
|
|
160 </Compile>
|
|
161 <Compile Include="..\..\CS\Data\ExecuteScalarListTest.cs">
|
|
162 <Link>Data\ExecuteScalarListTest.cs</Link>
|
|
163 </Compile>
|
|
164 <Compile Include="..\..\CS\Data\DbManagerTest.cs">
|
|
165 <Link>Data\DbManagerTest.cs</Link>
|
|
166 </Compile>
|
|
167 <Compile Include="..\..\CS\Data\ExecuteListT.cs">
|
|
168 <Link>Data\ExecuteListT.cs</Link>
|
|
169 </Compile>
|
|
170 <Compile Include="..\..\CS\Data\ExecuteScalarTest.cs">
|
|
171 <Link>Data\ExecuteScalarTest.cs</Link>
|
|
172 </Compile>
|
|
173 <Compile Include="..\..\CS\Data\NullableParameter.cs">
|
|
174 <Link>Data\NullableParameter.cs</Link>
|
|
175 </Compile>
|
|
176 <Compile Include="..\..\CS\EditableObjects\EditableArrayListTest.cs">
|
|
177 <Link>EditableObjects\EditableArrayListTest.cs</Link>
|
|
178 </Compile>
|
|
179 <Compile Include="..\..\CS\EditableObjects\EditableList_AcceptChanges.cs">
|
|
180 <Link>EditableObjects\EditableList_AcceptChanges.cs</Link>
|
|
181 </Compile>
|
|
182 <Compile Include="..\..\CS\EditableObjects\EditableObjectTest.cs">
|
|
183 <Link>EditableObjects\EditableObjectTest.cs</Link>
|
|
184 </Compile>
|
|
185 <Compile Include="..\..\CS\EditableObjects\InnerObjectTest.cs">
|
|
186 <Link>EditableObjects\InnerObjectTest.cs</Link>
|
|
187 </Compile>
|
|
188 <Compile Include="..\..\CS\EditableObjects\NestedObjectTest.cs">
|
|
189 <Link>EditableObjects\NestedObjectTest.cs</Link>
|
|
190 </Compile>
|
|
191 <Compile Include="..\..\CS\Mapping\DefaultValueAttributeTest.cs">
|
|
192 <Link>Mapping\DefaultValueAttributeTest.cs</Link>
|
|
193 </Compile>
|
|
194 <Compile Include="..\..\CS\Mapping\EnumExtension.cs">
|
|
195 <Link>Mapping\EnumExtension.cs</Link>
|
|
196 </Compile>
|
|
197 <Compile Include="..\..\CS\Mapping\ISupportMappingTest.cs">
|
|
198 <Link>Mapping\ISupportMappingTest.cs</Link>
|
|
199 </Compile>
|
|
200 <Compile Include="..\..\CS\Mapping\MapFieldAttributeTest.cs">
|
|
201 <Link>Mapping\MapFieldAttributeTest.cs</Link>
|
|
202 </Compile>
|
|
203 <Compile Include="..\..\CS\Mapping\MapperMemberAttributeTest.cs">
|
|
204 <Link>Mapping\MapperMemberAttributeTest.cs</Link>
|
|
205 </Compile>
|
|
206 <Compile Include="..\..\CS\Mapping\MapTest.cs">
|
|
207 <Link>Mapping\MapTest.cs</Link>
|
|
208 </Compile>
|
|
209 <Compile Include="..\..\CS\Mapping\MapValueAttributeTest.cs">
|
|
210 <Link>Mapping\MapValueAttributeTest.cs</Link>
|
|
211 </Compile>
|
|
212 <Compile Include="..\..\CS\Mapping\MemberMapperTest.cs">
|
|
213 <Link>Mapping\MemberMapperTest.cs</Link>
|
|
214 </Compile>
|
|
215 <Compile Include="..\..\CS\Mapping\MetadataProvider\MetadataProviderTest.cs">
|
|
216 <Link>Mapping\MetadataProviderTest.cs</Link>
|
|
217 </Compile>
|
|
218 <Compile Include="..\..\CS\Mapping\NullableAttributeTest.cs">
|
|
219 <Link>Mapping\NullableAttributeTest.cs</Link>
|
|
220 </Compile>
|
|
221 <Compile Include="..\..\CS\Mapping\ObjectMapperAttributeTest.cs">
|
|
222 <Link>Mapping\ObjectMapperAttributeTest.cs</Link>
|
|
223 </Compile>
|
|
224 <Compile Include="..\..\CS\Mapping\TrimmableAttributeTest.cs">
|
|
225 <Link>Mapping\TrimmableAttributeTest.cs</Link>
|
|
226 </Compile>
|
|
227 <Compile Include="..\..\CS\Mapping\XmlMap.cs">
|
|
228 <Link>Mapping\XmlMap.cs</Link>
|
|
229 </Compile>
|
|
230 <Compile Include="..\..\CS\Patterns\MustImplementAttributeTest.cs">
|
|
231 <Link>Patterns\MustImplementAttributeTest.cs</Link>
|
|
232 </Compile>
|
|
233 <Compile Include="..\..\CS\Patterns\DuckTypingTest.cs">
|
|
234 <Link>Patterns\DuckTypingTest.cs</Link>
|
|
235 </Compile>
|
|
236 <Compile Include="..\..\CS\Properties\AssemblyInfo.cs">
|
|
237 <Link>Properties\AssemblyInfo.cs</Link>
|
|
238 </Compile>
|
|
239 <Compile Include="..\..\CS\Properties\Settings.Designer.cs">
|
|
240 <Link>Properties\Settings.Designer.cs</Link>
|
|
241 <AutoGen>True</AutoGen>
|
|
242 <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
243 <DependentUpon>Settings.settings</DependentUpon>
|
|
244 </Compile>
|
|
245 <Compile Include="..\..\CS\Reflection\Emit\MethodBuilderHelperTest.cs">
|
|
246 <Link>Reflection\MethodBuilderHelperTest.cs</Link>
|
|
247 </Compile>
|
|
248 <Compile Include="..\..\CS\Reflection\Extension\DefaultValueTest.cs">
|
|
249 <Link>Reflection\DefaultValueTest.cs</Link>
|
|
250 </Compile>
|
|
251 <Compile Include="..\..\CS\Mapping\Person.mapping.cs">
|
|
252 <Link>Mapping\Person.mapping.cs</Link>
|
|
253 </Compile>
|
|
254 <Compile Include="..\..\CS\Reflection\ObjectFactoryAttributeTest.cs">
|
|
255 <Link>Reflection\ObjectFactoryAttributeTest.cs</Link>
|
|
256 </Compile>
|
|
257 <Compile Include="..\..\CS\Reflection\ExtendedPropertyDescriptorTest.cs">
|
|
258 <Link>Reflection\ExtendedPropertyDescriptorTest.cs</Link>
|
|
259 </Compile>
|
|
260 <Compile Include="..\..\CS\Reflection\TypeAccessorTest.cs">
|
|
261 <Link>Reflection\TypeAccessorTest.cs</Link>
|
|
262 </Compile>
|
|
263 <Compile Include="..\..\CS\Reflection\TypeAccessorTest2.cs">
|
|
264 <Link>Reflection\TypeAccessorTest2.cs</Link>
|
|
265 </Compile>
|
|
266 <Compile Include="..\..\CS\Reflection\TypeHelperTest.cs">
|
|
267 <Link>Reflection\TypeHelperTest.cs</Link>
|
|
268 </Compile>
|
|
269 <Compile Include="..\..\CS\TypeBuilder\Builders\ArrayBuilderTest.cs">
|
|
270 <Link>TypeBuilder\ArrayBuilderTest.cs</Link>
|
|
271 </Compile>
|
|
272 <Compile Include="..\..\CS\TypeBuilder\Builders\IAbstractTypeBuilderTest.cs">
|
|
273 <Link>TypeBuilder\IAbstractTypeBuilderTest.cs</Link>
|
|
274 </Compile>
|
|
275 <Compile Include="..\..\CS\TypeBuilder\Builders\DefaultTypeBuilderTest.cs">
|
|
276 <Link>TypeBuilder\DefaultTypeBuilderTest.cs</Link>
|
|
277 </Compile>
|
|
278 <Compile Include="..\..\CS\TypeBuilder\Builders\ImplemetInterfaceBuilderTest.cs">
|
|
279 <Link>TypeBuilder\ImplemetInterfaceBuilderTest.cs</Link>
|
|
280 </Compile>
|
|
281 <Compile Include="..\..\CS\TypeBuilder\Builders\TypeAccessorBuilderTest.cs">
|
|
282 <Link>TypeBuilder\TypeAccessorBuilderTest.cs</Link>
|
|
283 </Compile>
|
|
284 <Compile Include="..\..\CS\TypeBuilder\GetSetValueAttributeTest.cs">
|
|
285 <Link>TypeBuilder\GetSetValueAttributeTest.cs</Link>
|
|
286 </Compile>
|
|
287 <Compile Include="..\..\CS\TypeBuilder\InstanceTypeAttributeTest.cs">
|
|
288 <Link>TypeBuilder\InstanceTypeAttributeTest.cs</Link>
|
|
289 </Compile>
|
|
290 <Compile Include="..\..\CS\TypeBuilder\LazyInstanceAttributeTest.cs">
|
|
291 <Link>TypeBuilder\LazyInstanceAttributeTest.cs</Link>
|
|
292 </Compile>
|
|
293 <Compile Include="..\..\CS\TypeBuilder\NoInstanceAttributeTest.cs">
|
|
294 <Link>TypeBuilder\NoInstanceAttributeTest.cs</Link>
|
|
295 </Compile>
|
|
296 <Compile Include="..\..\CS\TypeBuilder\NoInstanceAttributeTest2.cs">
|
|
297 <Link>TypeBuilder\NoInstanceAttributeTest2.cs</Link>
|
|
298 </Compile>
|
|
299 <Compile Include="..\..\CS\TypeBuilder\ParameterAttributeTest.cs">
|
|
300 <Link>TypeBuilder\ParameterAttributeTest.cs</Link>
|
|
301 </Compile>
|
|
302 <Compile Include="..\..\CS\TypeBuilder\Builders\PropertyChangeBuilderTest.cs">
|
|
303 <Link>TypeBuilder\PropertyChangeBuilderTest.cs</Link>
|
|
304 </Compile>
|
|
305 <Compile Include="..\..\CS\TypeBuilder\TypeFactoryTest.cs">
|
|
306 <Link>TypeBuilder\TypeFactoryTest.cs</Link>
|
|
307 </Compile>
|
|
308 <Compile Include="..\..\CS\Reflection\Extension\ExtensionTest.cs">
|
|
309 <Link>Reflection\ExtensionTest.cs</Link>
|
|
310 </Compile>
|
|
311 <Compile Include="..\..\CS\Validation\NullValue.cs">
|
|
312 <Link>Validation\NullValue.cs</Link>
|
|
313 </Compile>
|
|
314 <Compile Include="..\..\CS\TestFixtureBase.cs" />
|
|
315 <Compile Include="..\..\CS\TestObject.cs" />
|
|
316 <Compile Include="CreateDatabase.cs" />
|
|
317 </ItemGroup>
|
|
318 <ItemGroup>
|
|
319 <None Include="App.config" />
|
|
320 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsc">
|
|
321 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
|
|
322 <Link>Mapping\PersonDataSet2.xsc</Link>
|
|
323 </None>
|
|
324 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsd">
|
|
325 <SubType>Designer</SubType>
|
|
326 <Generator>MSDataSetGenerator</Generator>
|
|
327 <LastGenOutput>PersonDataSet2.Designer.cs</LastGenOutput>
|
|
328 <CustomToolNamespace>DataAccessTest</CustomToolNamespace>
|
|
329 <Link>Mapping\PersonDataSet2.xsd</Link>
|
|
330 </None>
|
|
331 <None Include="..\..\CS\DataAccess\PersonDataSet2.xss">
|
|
332 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
|
|
333 <Link>Mapping\PersonDataSet2.xss</Link>
|
|
334 </None>
|
|
335 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsx">
|
|
336 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
|
|
337 <Link>Mapping\PersonDataSet2.xsx</Link>
|
|
338 </None>
|
|
339 <None Include="..\..\CS\Properties\Settings.settings">
|
|
340 <Generator>SettingsSingleFileGenerator</Generator>
|
|
341 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
342 <Link>Properties\Settings.settings</Link>
|
|
343 </None>
|
|
344 </ItemGroup>
|
|
345 <ItemGroup>
|
|
346 <EmbeddedResource Include="..\..\CS\Mapping\Map.xml">
|
|
347 <Link>Mapping\Map.xml</Link>
|
|
348 </EmbeddedResource>
|
|
349 </ItemGroup>
|
|
350 <ItemGroup>
|
|
351 <EmbeddedResource Include="..\..\CS\DataAccess\XmlExtension.xml">
|
|
352 <Link>DataAccess\XmlExtension.xml</Link>
|
|
353 </EmbeddedResource>
|
|
354 </ItemGroup>
|
|
355 <ItemGroup>
|
|
356 <EmbeddedResource Include="..\..\CS\Mapping\Person.mapping.xml">
|
|
357 <Link>Mapping\Person.mapping.xml</Link>
|
|
358 </EmbeddedResource>
|
|
359 </ItemGroup>
|
|
360 <ItemGroup>
|
|
361 <EmbeddedResource Include="..\..\CS\Mapping\XmlMap.xml">
|
|
362 <Link>Mapping\XmlMap.xml</Link>
|
|
363 </EmbeddedResource>
|
|
364 </ItemGroup>
|
|
365 <ItemGroup>
|
|
366 <ProjectReference Include="..\..\..\Source\BLToolkit.3.csproj">
|
|
367 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
|
|
368 <Name>BLToolkit.3</Name>
|
|
369 </ProjectReference>
|
|
370 </ItemGroup>
|
|
371 <ItemGroup>
|
|
372 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
373 <Visible>False</Visible>
|
|
374 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
375 <Install>true</Install>
|
|
376 </BootstrapperPackage>
|
|
377 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
378 <Visible>False</Visible>
|
|
379 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
380 <Install>false</Install>
|
|
381 </BootstrapperPackage>
|
|
382 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
383 <Visible>False</Visible>
|
|
384 <ProductName>.NET Framework 3.5</ProductName>
|
|
385 <Install>false</Install>
|
|
386 </BootstrapperPackage>
|
|
387 </ItemGroup>
|
|
388 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
389 </Project> |