-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathRawInput.Sharp.csproj
22 lines (20 loc) · 877 Bytes
/
RawInput.Sharp.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>10</LangVersion>
<RootNamespace>Linearstar.Windows.RawInput</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Company>Linearstar</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A simple wrapper library for Raw Input.</Description>
<Copyright>Copyright (c) 2019 mfakane</Copyright>
<Authors>mfakane</Authors>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<Version>0.1.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<PackageTags>Windows RawInput</PackageTags>
<RepositoryUrl>https://github.com/mfakane/rawinput-sharp</RepositoryUrl>
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard1.1;net461</TargetFrameworks>
</PropertyGroup>
</Project>