From: Markus Frosch Date: Thu, 4 Apr 2019 16:15:21 +0000 (+0200) Subject: windows: Add rules for Win32 to IcingaAgent C# X-Git-Tag: v2.11.0-rc1~160^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61ea5ea758d255cb3e4903e8bd98ba77712601e1;p=icinga2 windows: Add rules for Win32 to IcingaAgent C# Theoretically this should be automatically, but the C++ project uses Win32 as platform... --- diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index ffee2820f..59c1e26c4 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -5,7 +5,6 @@ if(MSVC) icinga2setupagent ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/Icinga2SetupAgent.csproj TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC - PLATFORM Win32 ) install( diff --git a/agent/windows-setup-agent/Icinga2SetupAgent.csproj b/agent/windows-setup-agent/Icinga2SetupAgent.csproj index 0a5146d95..8778af498 100644 --- a/agent/windows-setup-agent/Icinga2SetupAgent.csproj +++ b/agent/windows-setup-agent/Icinga2SetupAgent.csproj @@ -3,7 +3,7 @@ Debug - x86 + x64 {A86F1159-66E8-4BDB-BF28-A2BDAF76517C} WinExe Properties @@ -65,6 +65,43 @@ prompt 4 + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\RelWithDebInfo\ + TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\MinSizeRel\ + TRACE + prompt + 4 + x64 true @@ -203,11 +240,11 @@ - - \ No newline at end of file +