|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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')" /> |
4 | 3 | <Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" />
|
5 | 4 | <PropertyGroup>
|
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
69 | 68 | <Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
|
70 | 69 | <HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
|
71 | 70 | </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> |
75 | 71 | <Reference Include="Microsoft.CSharp" />
|
76 | 72 | <Reference Include="PresentationCore" />
|
77 | 73 | <Reference Include="PresentationFramework" />
|
|
113 | 109 | <DesignTime>True</DesignTime>
|
114 | 110 | <DependentUpon>Resources.resx</DependentUpon>
|
115 | 111 | </Compile>
|
116 |
| - <Compile Include="Utils\Interceptor.cs" /> |
117 | 112 | </ItemGroup>
|
118 | 113 | <ItemGroup>
|
119 | 114 | <EmbeddedResource Include="Resources.resx">
|
|
153 | 148 | </PropertyGroup>
|
154 | 149 | <Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" />
|
155 | 150 | <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'))" /> |
157 | 151 | </Target>
|
158 | 152 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
159 | 153 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments