-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.msbuild
More file actions
27 lines (25 loc) · 1.04 KB
/
Copy pathshared.msbuild
File metadata and controls
27 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Ian Mercer</Authors>
<Company>SignSwift LLC</Company>
<Product>Abodit.Graph</Product>
<Copyright>Signswift LLC 2005-2026</Copyright>
<AssemblyTrademark></AssemblyTrademark>
<AssemblyCulture>EN-US</AssemblyCulture>
<Version>2.9.99.8888</Version>
<AssemblyVersion>2.9</AssemblyVersion>
<FileVersion>2.9.99.8888</FileVersion>
<InformationalVersion>2.9.99.8888</InformationalVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<!-- Build XML documentation for all combinations of target framework and configuration -->
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>