|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 |
| - |
| 2 | + |
3 | 3 | <PropertyGroup>
|
4 |
| - <Title>OpenEphys.ProbeInterface</Title> |
5 |
| - <Authors>Open Ephys</Authors> |
6 |
| - <Copyright>Copyright © Open Ephys and Contributors 2024</Copyright> |
7 |
| - <TargetFramework>net472</TargetFramework> |
8 |
| - <Description>API based on Probe Interface specifications for parsing channel configurations</Description> |
9 |
| - <PackageTags>Bonsai Rx Open Ephys Onix</PackageTags> |
10 |
| - <VersionPrefix>0.1.0</VersionPrefix> |
11 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
12 |
| - <UseArtifactsOutput>true</UseArtifactsOutput> |
13 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
14 |
| - <PackageProjectUrl></PackageProjectUrl> |
15 |
| - <IncludeSymbols>true</IncludeSymbols> |
16 |
| - <RepositoryUrl>https://github.com/open-ephys/OpenEphys.ProbeInterface</RepositoryUrl> |
17 |
| - <RepositoryType>git</RepositoryType> |
18 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
19 |
| - <PackageIcon>icon.png</PackageIcon> |
20 |
| - <VersionSuffix></VersionSuffix> |
21 |
| - <LangVersion>10.0</LangVersion> |
22 |
| - <Nullable>enable</Nullable> |
23 |
| - <Platforms>AnyCPU</Platforms> |
| 4 | + <Title>OpenEphys.ProbeInterface</Title> |
| 5 | + <Authors>Open Ephys</Authors> |
| 6 | + <Copyright>Copyright © Open Ephys and Contributors 2024</Copyright> |
| 7 | + <TargetFramework>net472</TargetFramework> |
| 8 | + <Description>API based on Probe Interface specifications for parsing channel configurations</Description> |
| 9 | + <PackageTags>Bonsai Rx Open Ephys Onix</PackageTags> |
| 10 | + <VersionPrefix>0.1.0</VersionPrefix> |
| 11 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 12 | + <UseArtifactsOutput>true</UseArtifactsOutput> |
| 13 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 14 | + <PackageProjectUrl></PackageProjectUrl> |
| 15 | + <IncludeSymbols>true</IncludeSymbols> |
| 16 | + <RepositoryUrl>https://github.com/open-ephys/OpenEphys.ProbeInterface</RepositoryUrl> |
| 17 | + <RepositoryType>git</RepositoryType> |
| 18 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 19 | + <PackageIcon>icon.png</PackageIcon> |
| 20 | + <VersionSuffix></VersionSuffix> |
| 21 | + <LangVersion>10.0</LangVersion> |
| 22 | + <Nullable>enable</Nullable> |
| 23 | + <Platforms>AnyCPU</Platforms> |
24 | 24 | </PropertyGroup>
|
25 |
| - |
26 |
| - <ItemGroup> |
27 |
| - <Content Include="..\..\LICENSE" PackagePath="/" /> |
28 |
| - <Content Include="..\..\icon.png" PackagePath="/" /> |
29 |
| - </ItemGroup> |
30 |
| - |
31 |
| - <ItemGroup> |
32 |
| - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
33 |
| - </ItemGroup> |
| 25 | + |
| 26 | + <ItemGroup> |
| 27 | + <Content Include="..\LICENSE" PackagePath="/" /> |
| 28 | + <Content Include="..\icon.png" PackagePath="/" /> |
| 29 | + </ItemGroup> |
| 30 | + |
| 31 | + <ItemGroup> |
| 32 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 33 | + </ItemGroup> |
34 | 34 | </Project>
|
0 commit comments