Skip to content

Commit 18825b4

Browse files
author
Sébastien Geiser
committed
Retrait de methodDecorator.
x64 still working
1 parent eba52dc commit 18825b4

File tree

6 files changed

+1
-55
lines changed

6 files changed

+1
-55
lines changed

CSharpRegexTools4Npp/CSharpRegexTools4Npp.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\MethodDecorator.Fody.1.0.2\build\MethodDecorator.Fody.props" Condition="Exists('..\packages\MethodDecorator.Fody.1.0.2\build\MethodDecorator.Fody.props')" />
43
<Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" />
54
<PropertyGroup>
65
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -69,9 +68,6 @@
6968
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
7069
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
7170
</Reference>
72-
<Reference Include="MethodDecorator, Version=1.0.2.0, Culture=neutral, PublicKeyToken=0de10386fb6c39dd, processorArchitecture=MSIL">
73-
<HintPath>..\packages\MethodDecorator.Fody.1.0.2\lib\net452\MethodDecorator.dll</HintPath>
74-
</Reference>
7571
<Reference Include="Microsoft.CSharp" />
7672
<Reference Include="PresentationCore" />
7773
<Reference Include="PresentationFramework" />
@@ -113,7 +109,6 @@
113109
<DesignTime>True</DesignTime>
114110
<DependentUpon>Resources.resx</DependentUpon>
115111
</Compile>
116-
<Compile Include="Utils\Interceptor.cs" />
117112
</ItemGroup>
118113
<ItemGroup>
119114
<EmbeddedResource Include="Resources.resx">
@@ -153,7 +148,6 @@
153148
</PropertyGroup>
154149
<Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" />
155150
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" />
156-
<Error Condition="!Exists('..\packages\MethodDecorator.Fody.1.0.2\build\MethodDecorator.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MethodDecorator.Fody.1.0.2\build\MethodDecorator.Fody.props'))" />
157151
</Target>
158152
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159153
Other similar extension points exist, see Microsoft.Common.targets.

CSharpRegexTools4Npp/FodyWeavers.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
3-
<MethodDecorator />
43
<Costura />
54
</Weavers>

CSharpRegexTools4Npp/FodyWeavers.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<xs:element name="Weavers">
55
<xs:complexType>
66
<xs:all>
7-
<xs:element name="MethodDecorator" minOccurs="0" maxOccurs="1" type="xs:anyType" />
87
<xs:element name="Costura" minOccurs="0" maxOccurs="1">
98
<xs:complexType>
109
<xs:all>

CSharpRegexTools4Npp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using CSharpRegexTools4Npp.Utils;
2-
using System.Reflection;
3-
using System.Runtime.CompilerServices;
1+
using System.Reflection;
42
using System.Runtime.InteropServices;
53

64
// General Information about an assembly is controlled through the following
@@ -35,5 +33,4 @@
3533
// [assembly: AssemblyVersion("1.0.*")]
3634
[assembly: AssemblyVersion("1.0.1.0")]
3735
[assembly: AssemblyFileVersion("1.0.1.0")]
38-
[module: Interceptor]
3936

CSharpRegexTools4Npp/Utils/Interceptor.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

CSharpRegexTools4Npp/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<packages>
33
<package id="Costura.Fody" version="3.3.2" targetFramework="net46" developmentDependency="true" />
44
<package id="Fody" version="4.0.2" targetFramework="net46" developmentDependency="true" />
5-
<package id="MethodDecorator.Fody" version="1.0.2" targetFramework="net46" />
65
</packages>

0 commit comments

Comments
 (0)