-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from harp-tech/interface-gen
Update interface to use new generators
- Loading branch information
Showing
6 changed files
with
3,365 additions
and
2,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Title>Harp.Behavior</Title> | ||
<Authors></Authors> | ||
<Copyright>Copyright © harp-tech 2023</Copyright> | ||
<IncludeSymbols Condition="'$(Configuration)'=='Release'">true</IncludeSymbols> | ||
<SymbolPackageFormat Condition="'$(Configuration)'=='Release'">snupkg</SymbolPackageFormat> | ||
<Title>Harp - Behavior</Title> | ||
<Authors>harp-tech</Authors> | ||
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild> | ||
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp Behavior devices.</Description> | ||
<GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">true</GenerateDocumentationFile> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<PackageTags>Harp Behavior Bonsai Rx</PackageTags> | ||
<PackageProjectUrl></PackageProjectUrl> | ||
<PackageLicenseExpression></PackageLicenseExpression> | ||
<PackageIcon></PackageIcon> | ||
<PackageOutputPath></PackageOutputPath> | ||
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/harp-tech/device.behavior.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath> | ||
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks> | ||
<VersionPrefix>0.1.0</VersionPrefix> | ||
<VersionSuffix>build060701</VersionSuffix> | ||
<VersionSuffix></VersionSuffix> | ||
<LangVersion>9.0</LangVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build032701" /> | ||
<PackageReference Include="Bonsai.Harp" Version="3.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="..\LICENSE" PackagePath="/" /> | ||
<Content Include="..\icon.png" PackagePath="/" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.