diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 28c78837..00000000 --- a/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/shadowsocks-csharp/FodyWeavers.xsd b/shadowsocks-csharp/FodyWeavers.xsd index e9cd8f0e..a96b3592 100644 --- a/shadowsocks-csharp/FodyWeavers.xsd +++ b/shadowsocks-csharp/FodyWeavers.xsd @@ -4,7 +4,6 @@ - @@ -91,6 +90,7 @@ + diff --git a/shadowsocks-csharp/packages.config b/shadowsocks-csharp/packages.config index 98767e3e..f7fcb451 100644 --- a/shadowsocks-csharp/packages.config +++ b/shadowsocks-csharp/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/shadowsocks-csharp/shadowsocks-csharp.csproj b/shadowsocks-csharp/shadowsocks-csharp.csproj index b65f466b..3d1ab13c 100644 --- a/shadowsocks-csharp/shadowsocks-csharp.csproj +++ b/shadowsocks-csharp/shadowsocks-csharp.csproj @@ -1,7 +1,7 @@  - - + + Debug AnyCPU @@ -69,19 +69,18 @@ - 3rd\Caseless.Fody.1.8.3\lib\net452\Caseless.dll + ..\packages\Caseless.Fody.1.8.3\lib\net452\Caseless.dll - - 3rd\Costura.Fody.3.3.2\lib\net40\Costura.dll + + ..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll - 3rd\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll - True + ..\packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll - 3rd\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll @@ -94,11 +93,11 @@ - - 3rd\ZXing.Net.0.16.4\lib\net461\zxing.dll + + ..\packages\ZXing.Net.0.16.5\lib\net47\zxing.dll - - 3rd\ZXing.Net.0.16.4\lib\net461\zxing.presentation.dll + + ..\packages\ZXing.Net.0.16.5\lib\net47\zxing.presentation.dll @@ -162,8 +161,8 @@ - + @@ -291,11 +290,6 @@ .NET Framework 3.5 SP1 Client Profile false - - False - .NET Framework 2.0 %28x86%29 - false - False .NET Framework 3.0 %28x86%29 @@ -318,51 +312,15 @@ - - - - - - - - - - - - (); -var attribute = config.Attribute("ExcludeAssemblies"); -if (attribute != null) - foreach (var item in attribute.Value.Split('|').Select(x => x.Trim()).Where(x => x != string.Empty)) - excludedAssemblies.Add(item); -var element = config.Element("ExcludeAssemblies"); -if (element != null) - foreach (var item in element.Value.Split(new[] { "\r\n", "\n" }, StringSplitOptions.RemoveEmptyEntries).Select(x => x.Trim()).Where(x => x != string.Empty)) - excludedAssemblies.Add(item); - -var filesToCleanup = Files.Select(f => f.ItemSpec).Where(f => !excludedAssemblies.Contains(Path.GetFileNameWithoutExtension(f), StringComparer.InvariantCultureIgnoreCase)); - -foreach (var item in filesToCleanup) - File.Delete(item); -]]> - - - - - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + -