@@ -3,6 +3,8 @@ Shadowsocks for Windows | |||||
[![Build Status]][Appveyor] | [![Build Status]][Appveyor] | ||||
Currently beta. Please file an issue if you find any bugs. | |||||
### Features | ### Features | ||||
1. Native Windows UI | 1. Native Windows UI | ||||
@@ -20,9 +22,6 @@ For Windows 7 and older, please download Shadowsocks-win-x.x.x.zip. | |||||
For Windows 8.1 and newer, please download Shadowsocks-win-dotnet4.0-x.x.x.zip. | For Windows 8.1 and newer, please download Shadowsocks-win-dotnet4.0-x.x.x.zip. | ||||
Notice there's a bug on .Net 4.0 version. If you encounter crashes, try using | |||||
.Net 2.0 version. Please help us resolve this issue if you have any clue. | |||||
### Usage | ### Usage | ||||
1. Find Shadowsocks icon in notification tray | 1. Find Shadowsocks icon in notification tray | ||||
@@ -71,12 +71,12 @@ namespace Shadowsocks.Properties { | |||||
} | } | ||||
/// <summary> | /// <summary> | ||||
/// Looks up a localized string similar to proxyAddress = "__POLIPO_BIND_IP__" | |||||
/// | |||||
///socksParentProxy = "127.0.0.1:__SOCKS_PORT__" | |||||
///socksProxyType = socks5 | |||||
///diskCacheRoot = "" | |||||
///localDocumentRoot = "" | |||||
/// Looks up a localized string similar to proxyAddress = "__POLIPO_BIND_IP__" | |||||
/// | |||||
///socksParentProxy = "127.0.0.1:__SOCKS_PORT__" | |||||
///socksProxyType = socks5 | |||||
///diskCacheRoot = "" | |||||
///localDocumentRoot = "" | |||||
///. | ///. | ||||
/// </summary> | /// </summary> | ||||
internal static string polipo_config { | internal static string polipo_config { | ||||
@@ -10,7 +10,7 @@ | |||||
<AppDesignerFolder>Properties</AppDesignerFolder> | <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
<RootNamespace>Shadowsocks</RootNamespace> | <RootNamespace>Shadowsocks</RootNamespace> | ||||
<AssemblyName>Shadowsocks</AssemblyName> | <AssemblyName>Shadowsocks</AssemblyName> | ||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |||||
<FileAlignment>512</FileAlignment> | <FileAlignment>512</FileAlignment> | ||||
<StartupObject> | <StartupObject> | ||||
</StartupObject> | </StartupObject> | ||||