diff --git a/shadowsocks-csharp/Properties/Resources.Designer.cs b/shadowsocks-csharp/Properties/Resources.Designer.cs index 077a5ff0..36db144e 100755 --- a/shadowsocks-csharp/Properties/Resources.Designer.cs +++ b/shadowsocks-csharp/Properties/Resources.Designer.cs @@ -113,26 +113,30 @@ namespace Shadowsocks.Properties { /// __QRCODELIB__ ///</script> ///<style> - /// body { - /// padding: 10px; - /// margin: 0; + /// html, body, table, div { + /// padding: 0px; + /// margin: 0 !important; /// } + /// div#qrcode { + /// margin: 5px !important; + /// text-align: center; + /// vertical-align: center; + /// } /// #qrcode { - /// width:300px; - /// height:300px; + /// width:190px; + /// height:190px; /// } + /// table { + /// width: 100%; + /// height:100%; + /// } ///</style> ///</head> ///<body> ///<div id="qrcode" name="qrcode"></div> ///<script type="text/javascript"> /// function genCode(code) { - /// new QRCode("qrcode", { - /// text: code, - /// width: 300, - /// height: 300, - /// colorDark : "#000000", - /// colorLig [rest of string was truncated]";. + /// new QRCode("qrcode" [rest of string was truncated]";. /// internal static string qrcode { get { diff --git a/shadowsocks-csharp/app.config b/shadowsocks-csharp/app.config index dde978a0..867ff468 100755 --- a/shadowsocks-csharp/app.config +++ b/shadowsocks-csharp/app.config @@ -1,6 +1,6 @@ - + diff --git a/shadowsocks-csharp/shadowsocks-csharp.csproj b/shadowsocks-csharp/shadowsocks-csharp.csproj index 45afa2e7..5d4c8262 100755 --- a/shadowsocks-csharp/shadowsocks-csharp.csproj +++ b/shadowsocks-csharp/shadowsocks-csharp.csproj @@ -10,7 +10,7 @@ Properties Shadowsocks Shadowsocks - v2.0 + v4.0 512 @@ -21,7 +21,7 @@ 3.5 - + Client publish\ true Disk @@ -45,6 +45,7 @@ x86 prompt ManagedMinimumRules.ruleset + false bin\x86\Release\ @@ -54,15 +55,51 @@ x86 prompt ManagedMinimumRules.ruleset + false + + + true + bin\Debug\ + TRACE;DEBUG + full + x86 + prompt + ManagedMinimumRules.ruleset + true + + + bin\Release\ + TRACE;SIMPLE_JSON_NO_LINQ_EXPRESSION + true + pdbonly + AnyCPU + prompt + ManagedMinimumRules.ruleset + + + true + bin\x64\Debug\ + TRACE;DEBUG + full + x64 + prompt + ManagedMinimumRules.ruleset + true + + + bin\x64\Release\ + TRACE;SIMPLE_JSON_NO_LINQ_EXPRESSION + true + pdbonly + x64 + prompt + ManagedMinimumRules.ruleset - - -