forked from AccountGo/accountgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
24 lines (21 loc) · 1.08 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<Authors>Marvin Perez</Authors>
<Product>AccountGo</Product>
<Copyright>Copyright © AccountGo</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/AccountGo/accountgo</PackageProjectUrl>
<RepositoryUrl>https://github.com/AccountGo/accountgo.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<DebugType>embedded</DebugType>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);NU5105</NoWarn>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateFullPaths Condition="'$(VSCODE_PID)' != ''">true</GenerateFullPaths>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory).build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<BaseOutputPath>$(MSBuildThisFileDirectory).build\bin\$(MSBuildProjectName)\</BaseOutputPath>
</PropertyGroup>
</Project>