diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index fe5354b7..2d0ca1de 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -1,69 +1,419 @@ - - + + + + Debug + AnyCPU + {4B041B91-5790-4571-8C58-C63FFE4BC9F8} WinExe - net48 - true - false - Netch.Netch - App.manifest - Netch.ico - x86;x64 - false + Netch + Netch + v4.8 + 512 + true + true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true - - + + Netch.Netch + + + true bin\x64\Debug\ DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + true true - false - - + 7.2 - - - DEBUG;TRACE - true - - false - - bin\x86\Debug\ - - - - true - - false - - bin\x86\Release\ - - - - true - - false - + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + true + 7.2 + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + true + true + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + true + true + latest + + + Netch.ico + + + App.manifest - - - - - - - - - - - - + + ..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll + + + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + + + ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Form + + + AboutForm.cs + + + Form + + + GlobalBypassIPForm.cs + + + Form + + + MainForm.cs + + + Form + + + Process.cs + + + Form + + + VMess.cs + + + Form + + + ShadowsocksR.cs + + + Form + + + Socks5.cs + + + Form + + + Shadowsocks.cs + + + Form + + + SettingForm.cs + + + Form + + + SubscribeForm.cs + + + + + + + + + + + + + + + + + + + + + + + + + Component + + + + + + + + + + + + + + + AboutForm.cs + + + GlobalBypassIPForm.cs + + + MainForm.cs + + + Process.cs + + + VMess.cs + + + ShadowsocksR.cs + + + Socks5.cs + + + Shadowsocks.cs + + + SettingForm.cs + + + SubscribeForm.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + + + + + + + + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + @ECHO OFF +RD /S /Q $(TargetDir)bin > NUL 2>&1 +RD /S /Q $(TargetDir)i18n > NUL 2>&1 +RD /S /Q $(TargetDir)mode > NUL 2>&1 - - - +MKDIR $(TargetDir)bin > NUL 2>&1 +MKDIR $(TargetDir)i18n > NUL 2>&1 +MKDIR $(TargetDir)mode > NUL 2>&1 +COPY /Y $(SolutionDir)binaries\$(PlatformName)\* $(TargetDir)bin > NUL 2>&1 +COPY /Y $(SolutionDir)binaries\* $(TargetDir)bin > NUL 2>&1 +MOVE /Y $(TargetDir)bin\nfapinet.dll $(TargetDir)nfapinet.dll > NUL 2>&1 +COPY /Y $(SolutionDir)translations\i18n\* $(TargetDir)i18n > NUL 2>&1 +COPY /Y $(SolutionDir)modes\mode\*.txt $(TargetDir)mode > NUL 2>&1 + \ No newline at end of file diff --git a/Netch/packages.config b/Netch/packages.config new file mode 100644 index 00000000..ddaf262f --- /dev/null +++ b/Netch/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file