|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="packages/Fody.6.9.1/build/Fody.props" Condition="Exists('packages/Fody.6.9.1/build/Fody.props')" /> |
4 |
| - <Import Project="$(MSBuildExtensionsPath)\NuGet\NuGet.targets" Condition="Exists('$(MSBuildExtensionsPath)\NuGet\NuGet.targets')" /> |
| 3 | + <Import Project="packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" /> |
5 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
6 | 5 | <PropertyGroup>
|
7 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
68 | 67 | <PropertyGroup />
|
69 | 68 | <PropertyGroup />
|
70 | 69 | <ItemGroup>
|
71 |
| - <Reference Include="Fody, Version=6.9.1, Culture=neutral, PublicKeyToken=9919ef960d84173d"> |
72 |
| - <HintPath>packages\Fody.6.9.1\lib\netstandard2.0\Fody.dll</HintPath> |
73 |
| - <Private>True</Private> |
| 70 | + <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
| 71 | + <HintPath>packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath> |
74 | 72 | </Reference>
|
75 | 73 | <Reference Include="System" />
|
76 | 74 | <Reference Include="System.Data" />
|
|
194 | 192 | <Resource Include="Assets\Images\AssociationEditor_16x.png" />
|
195 | 193 | </ItemGroup>
|
196 | 194 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
197 |
| - <Import Project="packages/Fody.6.9.1/build/Fody.targets" Condition="Exists('packages/Fody.6.9.1/build/Fody.targets')" /> |
| 195 | + <Import Project="packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('packages\Fody.6.0.0\build\Fody.targets')" /> |
198 | 196 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
199 | 197 | <PropertyGroup>
|
200 | 198 | <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>
|
201 | 199 | </PropertyGroup>
|
202 |
| - <Error Condition="!Exists('packages/Fody.6.9.1/build/Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages/Fody.6.9.1/build/Fody.targets'))" /> |
| 200 | + <Error Condition="!Exists('packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" /> |
| 201 | + <Error Condition="!Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" /> |
203 | 202 | </Target>
|
204 | 203 | </Project>
|
0 commit comments