<TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">\r
- <PlatformTarget>x86</PlatformTarget>\r
+ <PlatformTarget>AnyCPU</PlatformTarget>\r
<OutputPath>bin\Debug\</OutputPath>\r
<DefineConstants>DEBUG;TRACE</DefineConstants>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">\r
- <PlatformTarget>x86</PlatformTarget>\r
+ <PlatformTarget>AnyCPU</PlatformTarget>\r
<OutputPath>bin\Release\</OutputPath>\r
<Optimize>true</Optimize>\r
<DefineConstants>DEBUG;TRACE</DefineConstants>\r
<DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
- <PlatformTarget>x64</PlatformTarget>\r
+ <PlatformTarget>AnyCPU</PlatformTarget>\r
<OutputPath>bin\Debug\</OutputPath>\r
<DefineConstants>TRACE;DEBUG</DefineConstants>\r
<UseVSHostingProcess>true</UseVSHostingProcess>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">\r
- <PlatformTarget>x64</PlatformTarget>\r
+ <PlatformTarget>AnyCPU</PlatformTarget>\r
<OutputPath>bin\Release\</OutputPath>\r
<DefineConstants>DEBUG;TRACE</DefineConstants>\r
<Optimize>true</Optimize>\r