Moved .nuspec file from project to Solution Items

This commit is contained in:
Michael Smith 2016-03-16 22:05:25 -07:00
parent 90866d5406
commit 155a4e6fee
2 changed files with 1 additions and 3 deletions

View File

@ -12,6 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C831DC9A-396A-43F9-AAC6-410A88485356}"
ProjectSection(SolutionItems) = preProject
..\LICENSE.txt = ..\LICENSE.txt
OSCADSharp\OSCADSharp.nuspec = OSCADSharp\OSCADSharp.nuspec
..\README.md = ..\README.md
EndProjectSection
EndProject

View File

@ -91,9 +91,6 @@
<Compile Include="Vector3.cs" />
<Compile Include="Variables.cs" />
</ItemGroup>
<ItemGroup>
<None Include="OSCADSharp.nuspec" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.