mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Don't use app manifest when running in debug.
This commit is contained in:
parent
d2dd852a83
commit
8893f19ee4
@ -18,7 +18,10 @@
|
||||
<Platforms>AnyCPU;x86;x64</Platforms>
|
||||
<StartupObject></StartupObject>
|
||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 7b8622db7c9b11e2ece87a85820587c126ba573c
|
||||
Subproject commit ef8d40183c3654d81458eea717d74f6e895f1cc8
|
||||
Loading…
Reference in New Issue
Block a user