mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-06-01 09:42:35 +00:00
19 lines
No EOL
997 B
XML
19 lines
No EOL
997 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>Tribufu</Authors>
|
|
<Company>Tribufu</Company>
|
|
<Copyright>Copyright (c) Tribufu. All Rights Reserved.</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/tribufu/tribufu-dotnet</RepositoryUrl>
|
|
<Version>1.3.0</Version>
|
|
<AssemblyVersion>$(Version).0</AssemblyVersion>
|
|
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ConfigLower>$([System.String]::Copy('$(Configuration)').ToLower())</ConfigLower>
|
|
<IntermediateOutputPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\$(ConfigLower)\</IntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
|
<OutputPath>$(SolutionDir)bin\$(ConfigLower)\</OutputPath>
|
|
</PropertyGroup>
|
|
</Project> |