diff options
Diffstat (limited to 'src/dtf/test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj')
-rw-r--r-- | src/dtf/test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/dtf/test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj b/src/dtf/test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj new file mode 100644 index 00000000..d46776d8 --- /dev/null +++ b/src/dtf/test/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj | |||
@@ -0,0 +1,41 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> | ||
4 | <PropertyGroup> | ||
5 | <ProjectGuid>{328799BB-7B03-4B28-8180-4132211FD07D}</ProjectGuid> | ||
6 | <OutputType>Library</OutputType> | ||
7 | <RootNamespace>WixToolsetTests.Dtf</RootNamespace> | ||
8 | <AssemblyName>WixToolsetTests.Dtf.Zip</AssemblyName> | ||
9 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
10 | <CreateDocumentation>false</CreateDocumentation> | ||
11 | <SignOutput>false</SignOutput> | ||
12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||
13 | </PropertyGroup> | ||
14 | |||
15 | <ItemGroup> | ||
16 | <Compile Include="ZipTest.cs" /> | ||
17 | </ItemGroup> | ||
18 | |||
19 | <ItemGroup> | ||
20 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | ||
21 | <Reference Include="System" /> | ||
22 | </ItemGroup> | ||
23 | |||
24 | <ItemGroup> | ||
25 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> | ||
26 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> | ||
27 | <Name>WixToolset.Dtf.Compression</Name> | ||
28 | </ProjectReference> | ||
29 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression.Zip\WixToolset.Dtf.Compression.Zip.csproj"> | ||
30 | <Project>{E4C60A57-8AFE-4FF3-9058-ACAC6A069533}</Project> | ||
31 | <Name>WixToolset.Dtf.Compression.Zip</Name> | ||
32 | </ProjectReference> | ||
33 | <ProjectReference Include="..\WixToolsetTests.Dtf.Compression\WixToolsetTests.Dtf.Compression.csproj"> | ||
34 | <Project>{F045FFC1-05F9-4EA2-9F03-E1CBDB7BC4F9}</Project> | ||
35 | <Name>WixToolsetTests.Dtf.Compression</Name> | ||
36 | </ProjectReference> | ||
37 | </ItemGroup> | ||
38 | |||
39 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
40 | <Target Name="Pack" DependsOnTargets="Build" /> | ||
41 | </Project> | ||