fixed missing install.sh file appearing in project

This commit is contained in:
Carson McManus 2016-08-24 21:27:25 -04:00
parent 596ffc2f60
commit 297ec32f54

View file

@ -35,7 +35,6 @@
<Content Include=".\makefile"> <Content Include=".\makefile">
<Link>makefile</Link> <Link>makefile</Link>
</Content> </Content>
<Content Include="install.sh" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include=".\Manifest.cs"> <Compile Include=".\Manifest.cs">
@ -55,11 +54,11 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>