Browse Source

remove Fody dependency

tags/4.1.9.3-nbbnu
Student Main 5 years ago
parent
commit
1ffce10b05
4 changed files with 9 additions and 35 deletions
  1. +0
    -3
      README.md
  2. +0
    -5
      shadowsocks-csharp/FodyWeavers.xml
  3. +0
    -3
      shadowsocks-csharp/packages.config
  4. +9
    -24
      shadowsocks-csharp/shadowsocks-csharp.csproj

+ 0
- 3
README.md View File

@@ -125,9 +125,6 @@ especially for feature development.
#### Open Source Components / Libraries
```
Caseless.Fody (MIT) https://github.com/Fody/Caseless
Costura.Fody (MIT) https://github.com/Fody/Costura
Fody (MIT) https://github.com/Fody/Fody
GlobalHotKey (GPLv3) https://github.com/kirmir/GlobalHotKey
Newtonsoft.Json (MIT) https://www.newtonsoft.com/json
StringEx.CS () https://github.com/LazyMode/StringEx


+ 0
- 5
shadowsocks-csharp/FodyWeavers.xml View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Caseless StringComparison="Ordinal" />
<Costura />
</Weavers>

+ 0
- 3
shadowsocks-csharp/packages.config View File

@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caseless.Fody" version="1.8.3" targetFramework="net472" />
<package id="Costura.Fody" version="3.3.3" targetFramework="net472" />
<package id="Fody" version="4.2.1" targetFramework="net472" developmentDependency="true" />
<package id="GlobalHotKey" version="1.1.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="StringEx.CS" version="0.3.1" targetFramework="net472" developmentDependency="true" />


+ 9
- 24
shadowsocks-csharp/shadowsocks-csharp.csproj View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
<Import Project="..\packages\Caseless.Fody.1.8.3\build\Caseless.Fody.props" Condition="Exists('..\packages\Caseless.Fody.1.8.3\build\Caseless.Fody.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -68,12 +66,6 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Caseless, Version=1.8.3.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL">
<HintPath>..\packages\Caseless.Fody.1.8.3\lib\net452\Caseless.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="GlobalHotKey, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll</HintPath>
</Reference>
@@ -267,42 +259,39 @@
<ContentWithTargetPath Include="Data\abp.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>abp.js</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\default-abp-rule.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>default-abp-rule.js</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\i18n.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>i18n.csv</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\libsscrypto.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libsscrypto.dll</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\privoxy.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>privoxy.exe</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\privoxy_conf.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>privoxy_conf.txt</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\sysproxy.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>sysproxy.exe</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\sysproxy64.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>sysproxy64.exe</TargetPath>
</ContentWithTargetPath >
</ContentWithTargetPath>
<ContentWithTargetPath Include="Data\user-rule.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>user-rule.txt</TargetPath>
</ContentWithTargetPath >
<None Include="FodyWeavers.xml">
<SubType>Designer</SubType>
</None>
</ContentWithTargetPath>
<Content Include="Resources\ss32Fill.png" />
<Content Include="Resources\ss32In.png" />
<Content Include="Resources\ss32Out.png" />
@@ -337,14 +326,10 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Caseless.Fody.1.8.3\build\Caseless.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Caseless.Fody.1.8.3\build\Caseless.Fody.props'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.


Loading…
Cancel
Save