1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" $(VisualStudioVersion)" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{9B18784E-1BF2-47D1-BDD1-85B678F883F9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >nanoFramework.Tools.MetadataProcessor.MsBuildTask</RootNamespace >
11+ <AssemblyName >nanoFramework.Tools.MetadataProcessor.MsBuildTask</AssemblyName >
12+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <NuGetPackageImportStamp >
15+ </NuGetPackageImportStamp >
16+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
17+ <Deterministic >true</Deterministic >
18+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
19+ <ContinuousIntegrationBuild Condition =" '$(TF_BUILD)' == 'true'" >True</ContinuousIntegrationBuild >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >portable</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Microsoft.Build.Framework" />
40+ <Reference Include =" Microsoft.Build.Utilities.v4.0" />
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Net.Http" />
48+ <Reference Include =" System.Xml" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <Compile Include =" TasksConstants.cs" />
52+ <Compile Include =" MetaDataProcessorTask.cs" />
53+ <Compile Include =" Properties\AssemblyInfo.cs" />
54+ <Compile Include =" Utilities\DebuggerHelper.cs" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <ProjectReference Include =" ..\MetadataProcessor.Core\MetadataProcessor.Core.csproj" >
58+ <Project >{e32f7d15-2499-440c-8026-4d5ee1c5ec3a}</Project >
59+ <Name >MetadataProcessor.Core</Name >
60+ </ProjectReference >
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" packages.lock.json" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <PackageReference Include =" Microsoft.SourceLink.GitHub" >
67+ <Version >1.0.0</Version >
68+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
69+ <PrivateAssets >all</PrivateAssets >
70+ </PackageReference >
71+ <PackageReference Include =" Mono.Cecil" >
72+ <Version >0.11.3</Version >
73+ </PackageReference >
74+ <PackageReference Include =" mustache-sharp" >
75+ <Version >1.0.0</Version >
76+ </PackageReference >
77+ <PackageReference Include =" Nerdbank.GitVersioning" >
78+ <Version >3.3.37</Version >
79+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
80+ <PrivateAssets >all</PrivateAssets >
81+ </PackageReference >
82+ </ItemGroup >
83+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
84+ </Project >
0 commit comments