From 2b70fea3338de1d4f39d086deb77e68ad74b8b05 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Wed, 4 Jun 2014 20:19:01 -0400 Subject: [PATCH] Force application PlatformTarget to x86 allowing Edit and Continue --- .../UniversalEditor.Bootstrapper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj b/CSharp/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj index 0bc010f6..32e4e19a 100644 --- a/CSharp/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj +++ b/CSharp/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj @@ -13,7 +13,7 @@ 512 - AnyCPU + x86 true full false