Added an IDE command for deploy.

master
Nabile Rahmani 2018-06-27 15:46:09 +02:00
parent f9f2cd0250
commit bf58d40556
1 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,15 @@
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<Prefer32Bit>false</Prefer32Bit>
<CustomCommands>
<CustomCommands>
<Command>
<type>Custom</type>
<name>Deploy</name>
<command>make deploy</command>
</Command>
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>