fixed missing install.sh file appearing in project
This commit is contained in:
parent
596ffc2f60
commit
297ec32f54
1 changed files with 7 additions and 8 deletions
|
@ -35,7 +35,6 @@
|
|||
<Content Include=".\makefile">
|
||||
<Link>makefile</Link>
|
||||
</Content>
|
||||
<Content Include="install.sh" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include=".\Manifest.cs">
|
||||
|
@ -55,11 +54,11 @@
|
|||
</Reference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
<!-- 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.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue