mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-02-16 18:48:57 -05:00
WIP - installer support
This commit is contained in:
@@ -195,6 +195,7 @@
|
|||||||
</None>
|
</None>
|
||||||
<AppDesigner Include="Properties\" />
|
<AppDesigner Include="Properties\" />
|
||||||
<None Include="README.md" />
|
<None Include="README.md" />
|
||||||
|
<None Include="WorkIndicator.nuspec" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Resources\ApplicationIcon.ico" />
|
<Resource Include="Resources\ApplicationIcon.ico" />
|
||||||
|
|||||||
19
WorkIndicator.nuspec
Normal file
19
WorkIndicator.nuspec
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
|
<metadata>
|
||||||
|
<id>WorkIndicator</id>
|
||||||
|
<title>Work Indicator</title>
|
||||||
|
<version>$version$</version>
|
||||||
|
<authors>Chris Kaczor</authors>
|
||||||
|
<description>Controls a Delcom Green/Yellow/Red Indicator to show work status (free, working, on phone, talking) either manually or automatically.</description>
|
||||||
|
<projectUrl>https://github.com/ckaczor/WorkIndicator</projectUrl>
|
||||||
|
<license type="expression">MIT</license>
|
||||||
|
<tags></tags>
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework=".NETFramework4.5" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="bin\$configuration$\**\*" target="lib\net45" exclude="*.pdb;*.nupkg;*.vshost.*" />
|
||||||
|
</files>
|
||||||
|
</package>
|
||||||
Reference in New Issue
Block a user