blob: 8584f27a6108f39ca1566d44a255803995431051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{4F55F9B8-D8B6-41EB-8796-221B4CD98324}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>WixToolsetTests.Dtf</RootNamespace>
<AssemblyName>WixToolsetTests.Dtf.Linq</AssemblyName>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<CreateDocumentation>false</CreateDocumentation>
<SignOutput>false</SignOutput>
</PropertyGroup>
<ItemGroup>
<Compile Include="LinqTest.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj">
<Project>{85225597-5121-4361-8332-4E3246D5BBF5}</Project>
<Name>WixToolset.Dtf.WindowsInstaller</Name>
</ProjectReference>
<ProjectReference Include="..\WixToolset.Dtf.WindowsInstaller.Linq\WixToolset.Dtf.WindowsInstaller.Linq.csproj">
<Project>{7E66313B-C6D4-4729-8422-4D1474E0E6F7}</Project>
<Name>WixToolset.Dtf.WindowsInstaller.Linq</Name>
</ProjectReference>
<ProjectReference Include="..\WixToolsetTests.Dtf.WindowsInstaller\WixToolsetTests.Dtf.WindowsInstaller.csproj">
<Project>{16F5202F-9276-4166-975C-C9654BAF8012}</Project>
<Name>WixToolsetTests.Dtf.WindowsInstaller</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
|