diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:06:01 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:11:57 -0600 |
| commit | 99d7440134d0f33683d1150a770a2bc594be41de (patch) | |
| tree | 9a38c1df21c0022516bdfeca0d30f235acd3b46a /src/TestExe/TestExe.csproj | |
| parent | 23e3978430ec3ae4f1ea808af0b590b71b2fec9a (diff) | |
| download | wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.gz wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.bz2 wix-99d7440134d0f33683d1150a770a2bc594be41de.zip | |
Port dependency tests from old repo.
Diffstat (limited to 'src/TestExe/TestExe.csproj')
| -rw-r--r-- | src/TestExe/TestExe.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TestExe/TestExe.csproj b/src/TestExe/TestExe.csproj new file mode 100644 index 00000000..933fa932 --- /dev/null +++ b/src/TestExe/TestExe.csproj | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | |||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | ||
| 5 | <PropertyGroup> | ||
| 6 | <TargetFrameworks>net35</TargetFrameworks> | ||
| 7 | <AssemblyName>TestExe</AssemblyName> | ||
| 8 | <RootNamespace>TestExe</RootNamespace> | ||
| 9 | <OutputType>Exe</OutputType> | ||
| 10 | <DebugType>embedded</DebugType> | ||
| 11 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
| 12 | </PropertyGroup> | ||
| 13 | |||
| 14 | <ItemGroup> | ||
| 15 | <Reference Include="System.Management" /> | ||
| 16 | </ItemGroup> | ||
| 17 | </Project> \ No newline at end of file | ||
