Skip to content

Commit ea06bc7

Browse files
committed
Fix platform target, and release output directory
1 parent 36cb827 commit ea06bc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IntegrationEngine.Client/IntegrationEngine.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2525
<DebugType>full</DebugType>
2626
<Optimize>true</Optimize>
27-
<OutputPath>bin\Release</OutputPath>
27+
<OutputPath>lib\net45\</OutputPath>
2828
<ErrorReport>prompt</ErrorReport>
2929
<WarningLevel>4</WarningLevel>
3030
<ConsolePause>false</ConsolePause>

IntegrationEngine.ConsoleHost/IntegrationEngine.ConsoleHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<Externalconsole>true</Externalconsole>
34-
<PlatformTarget>x86</PlatformTarget>
34+
<PlatformTarget>AnyCPU</PlatformTarget>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
3737
<DebugSymbols>true</DebugSymbols>

IntegrationEngine/IntegrationEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
<Externalconsole>true</Externalconsole>
33-
<PlatformTarget>x86</PlatformTarget>
33+
<PlatformTarget>AnyCPU</PlatformTarget>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
3636
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)