[Build] Init RISCV build
[platform/core/dotnet/build-tools.git] / tools / dummypack.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
9   </PropertyGroup>
10
11   <PropertyGroup>
12     <IncludeBuildOutput>false</IncludeBuildOutput>
13     <NoPackageAnalysis>true</NoPackageAnalysis>
14     <NuspecProperties Condition="'$(Version)' != ''">version=$(Version)</NuspecProperties>
15     <NuspecBasePath Condition="'$(NuspecBasePath)' == ''">$(PWD)</NuspecBasePath>
16     <PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(PWD)</PackageOutputPath>
17   </PropertyGroup>
18
19 </Project>