mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
11 lines
508 B
Plaintext
11 lines
508 B
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<DeployDeviceID>E282E6BE-C7C3-4ece-916A-88FB1CF8AF3C</DeployDeviceID>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<RemoteDebugEnabled>true</RemoteDebugEnabled>
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>\Simpl\App01\SimplSharpPro.exe</StartProgram>
|
|
<StartArguments>01 PepperDashEssentials</StartArguments>
|
|
</PropertyGroup>
|
|
</Project> |