-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathkw1281test.csproj
43 lines (38 loc) · 1.48 KB
/
kw1281test.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
39
40
41
42
43
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>BitFab.KW1281Test</RootNamespace>
<LangVersion>latest</LangVersion>
<AssemblyVersion>0.99.4.0</AssemblyVersion>
<FileVersion>0.99.4.0</FileVersion>
<Version>0.99.4-beta</Version>
<Copyright>Copyright © 2024 Greg Menounos</Copyright>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<Authors>Greg Menounos</Authors>
<Company>BitFab</Company>
<PackageProjectUrl>https://github.com/gmenounos/kw1281test</PackageProjectUrl>
<RepositoryUrl>https://github.com/gmenounos/kw1281test</RepositoryUrl>
<TrimMode>link</TrimMode>
<PublishTrimmed>true</PublishTrimmed>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<Nullable>enable</Nullable>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="GitHub\**" />
<Compile Remove="Tests\**" />
<EmbeddedResource Remove="GitHub\**" />
<EmbeddedResource Remove="Tests\**" />
<None Remove="GitHub\**" />
<None Remove="Tests\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="EDC15\Loader.bin" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="9.0.0" />
</ItemGroup>
</Project>