This commit is contained in:
Eric Fontana
2014-08-14 10:46:18 -04:00
parent 918b4133c7
commit 7abb9a4eca
3 changed files with 0 additions and 25 deletions

View File

@@ -74,7 +74,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="TimberWinR.ServiceHost.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TimberWinR\TimberWinR.csproj">

View File

@@ -1,23 +0,0 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>TimberWinR.ServiceHost</id>
<version>$version$</version>
<title>TimberWinR.ServiceHost</title>
<authors>efontana</authors>
<owners>efontana</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TimberWinR Service</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Tag1 Tag2</tags>
<dependencies>
<dependency id="csredis" version="1.4.7.1" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
<dependency id="NLog" version="3.1.0.0" />
</dependencies>
</metadata>
</package>