-
Notifications
You must be signed in to change notification settings - Fork 3
/
Anki.Vector.WebVizSDK.csproj
38 lines (32 loc) · 1.25 KB
/
Anki.Vector.WebVizSDK.csproj
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
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.1</Version>
<Copyright>Copyright © 2020 Randall Maas. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/randym32/Anki.Vector.WebVizSDK</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/randym32/Anki.Vector.WebVizSDK</RepositoryUrl>
<Description>https://github.com/randym32/Anki.Vector.WebVizSDK</Description>
</PropertyGroup>
<ItemGroup>
<Compile Remove="src\Utils\Paths.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="webViz.json" />
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="4.7.1" />
<PackageReference Include="WebSocket4Net" Version="0.15.2" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>