Started refactoring the build process, Moved assets around, Separated some build scripts, Added other assets
Update .gitignore, NibblePoker.Application.ListComPort.csproj, and 39 more files...
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<FileVersion>3.0.0</FileVersion>
|
||||
<Version>3.0.0</Version>
|
||||
<NeutralLanguage>en-001</NeutralLanguage>
|
||||
<ApplicationIcon>..\lscom-v2-text-01.ico</ApplicationIcon>
|
||||
<IsPackable>false</IsPackable>
|
||||
<Authors>Herwin Bozet (@NibblePoker)</Authors>
|
||||
<ApplicationIcon>..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -25,7 +25,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\lscom-v2-text-01.ico">
|
||||
<None Include="..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico">
|
||||
<Link>lscom-v2-text-01.ico</Link>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
using NibblePoker.Library.Arguments;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using NibblePoker.Library.Arguments;
|
||||
using NibblePoker.Library.ComPortWatcher;
|
||||
|
||||
namespace NibblePoker.Application.ListComPort;
|
||||
|
||||
Reference in New Issue
Block a user