Skip to content

Commit 194c10d

Browse files
committed
v1.0.2
1 parent 8561ab3 commit 194c10d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PortProxyGUI - NET/PortProxyGUI - NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<BootstrapperEnabled>true</BootstrapperEnabled>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31-
<PlatformTarget>x86</PlatformTarget>
31+
<PlatformTarget>AnyCPU</PlatformTarget>
3232
<DebugSymbols>true</DebugSymbols>
3333
<DebugType>full</DebugType>
3434
<Optimize>false</Optimize>
@@ -38,7 +38,7 @@
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41-
<PlatformTarget>x86</PlatformTarget>
41+
<PlatformTarget>AnyCPU</PlatformTarget>
4242
<DebugType>none</DebugType>
4343
<Optimize>true</Optimize>
4444
<OutputPath>bin\Release\</OutputPath>

PortProxyGUI/PortProxyGUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2222
<DebugType>none</DebugType>
2323
<DebugSymbols>false</DebugSymbols>
24-
<PlatformTarget>x86</PlatformTarget>
24+
<PlatformTarget>AnyCPU</PlatformTarget>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
28-
<PlatformTarget>x86</PlatformTarget>
28+
<PlatformTarget>AnyCPU</PlatformTarget>
2929
</PropertyGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)