diff options
Diffstat (limited to 'src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj')
-rw-r--r-- | src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj | 50 |
1 files changed, 7 insertions, 43 deletions
diff --git a/src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj b/src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj index d08565ff..04f4f9d1 100644 --- a/src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj +++ b/src/test/examples/FullFramework2MBA/Example.FullFramework2MBA.csproj | |||
@@ -1,56 +1,20 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 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. --> | 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 | 3 | ||
4 | 4 | <Project Sdk="Microsoft.NET.Sdk"> | |
5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
6 | <Import Project="..\..\..\..\packages\WixToolset.Mba.Core.4.0.22\build\net20\WixToolset.Mba.Core.props" Condition="Exists('..\..\..\..\packages\WixToolset.Mba.Core.4.0.22\build\net20\WixToolset.Mba.Core.props')" /> | ||
7 | <PropertyGroup> | 5 | <PropertyGroup> |
8 | <ProjectGuid>{CC4236FC-226E-4232-AB50-24CBEC4D314D}</ProjectGuid> | 6 | <TargetFramework>net20</TargetFramework> |
9 | <AssemblyName>Example.FullFramework2MBA</AssemblyName> | 7 | <AssemblyName>Example.FullFramework2MBA</AssemblyName> |
10 | <OutputType>Library</OutputType> | ||
11 | <RootNamespace>Example.FullFramework2MBA</RootNamespace> | 8 | <RootNamespace>Example.FullFramework2MBA</RootNamespace> |
12 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | 9 | <DebugType>embedded</DebugType> |
13 | <CreateDocumentation>false</CreateDocumentation> | 10 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> |
14 | </PropertyGroup> | ||
15 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
16 | <DebugSymbols>true</DebugSymbols> | ||
17 | <Optimize>false</Optimize> | ||
18 | <DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants> | ||
19 | </PropertyGroup> | ||
20 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
21 | <DebugSymbols>true</DebugSymbols> | ||
22 | <Optimize>true</Optimize> | ||
23 | <DefineConstants>$(DefineConstants);TRACE</DefineConstants> | ||
24 | </PropertyGroup> | 11 | </PropertyGroup> |
25 | <ItemGroup> | 12 | |
26 | <Compile Include="FullFramework2BA.cs" /> | ||
27 | <Compile Include="FullFramework2BAFactory.cs" /> | ||
28 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
29 | </ItemGroup> | ||
30 | <ItemGroup> | 13 | <ItemGroup> |
31 | <Content Include="WixToolset.Mba.Host.config" CopyToOutputDirectory="PreserveNewest" /> | 14 | <Content Include="WixToolset.Mba.Host.config" CopyToOutputDirectory="PreserveNewest" /> |
32 | </ItemGroup> | 15 | </ItemGroup> |
16 | |||
33 | <ItemGroup> | 17 | <ItemGroup> |
34 | <None Include="packages.config" /> | 18 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.26" /> |
35 | </ItemGroup> | ||
36 | <ItemGroup> | ||
37 | <Reference Include="System" /> | ||
38 | <Reference Include="System.Configuration" /> | ||
39 | <Reference Include="System.Data" /> | ||
40 | <Reference Include="System.Xml" /> | ||
41 | <Reference Include="WixToolset.Mba.Core"> | ||
42 | <HintPath>..\..\..\..\packages\WixToolset.Mba.Core.4.0.22\lib\net20\WixToolset.Mba.Core.dll</HintPath> | ||
43 | </Reference> | ||
44 | </ItemGroup> | 19 | </ItemGroup> |
45 | |||
46 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
47 | |||
48 | <Import Project="..\..\..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" /> | ||
49 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
50 | <PropertyGroup> | ||
51 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
52 | </PropertyGroup> | ||
53 | <Error Condition="!Exists('..\..\..\..\packages\WixToolset.Mba.Core.4.0.22\build\net20\WixToolset.Mba.Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\WixToolset.Mba.Core.4.0.22\build\net20\WixToolset.Mba.Core.props'))" /> | ||
54 | <Error Condition="!Exists('..\..\..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> | ||
55 | </Target> | ||
56 | </Project> \ No newline at end of file | 20 | </Project> \ No newline at end of file |