|
|
@@ -8,7 +8,7 @@ |
|
|
|
<Authors>clowwindy & community 2020</Authors>
|
|
|
|
<PackageId>Shadowsocks</PackageId>
|
|
|
|
<Product>Shadowsocks</Product>
|
|
|
|
<Version>4.1.9.2</Version>
|
|
|
|
<Version>4.1.10.0</Version>
|
|
|
|
<AssemblyName>Shadowsocks</AssemblyName>
|
|
|
|
<ApplicationIcon>shadowsocks.ico</ApplicationIcon>
|
|
|
|
<StartupObject>Shadowsocks.Program</StartupObject>
|
|
|
@@ -20,6 +20,14 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'">
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'">
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="app.config" />
|
|
|
|
<None Remove="app.manifest" />
|
|
|
|