Skip to content

Commit 1955833

Browse files
committed
Removed Nuget package
-Removed Costura.Fody and Fody -so that AppVeyor can build the solution without error
1 parent 87546de commit 1955833

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

MainDemo.Wpf/FodyWeavers.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers>
3-
<Costura />
43
</Weavers>

MainDemo.Wpf/MaterialDesignDemo.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>ExternalDependency\CodeDisplayer.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
62-
<Private>False</Private>
63-
</Reference>
6460
<Reference Include="PresentationFramework.Aero2" />
6561
<Reference Include="System" />
6662
<Reference Include="System.Configuration" />
@@ -410,7 +406,6 @@
410406
<Generator>ResXFileCodeGenerator</Generator>
411407
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
412408
</EmbeddedResource>
413-
<None Include="packages.config" />
414409
<None Include="paket.references" />
415410
<None Include="Properties\Settings.settings">
416411
<Generator>SettingsSingleFileGenerator</Generator>
@@ -462,13 +457,4 @@
462457
</Target>
463458
-->
464459
<Import Project="..\.paket\paket.targets" />
465-
<Import Project="..\packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" />
466-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
467-
<PropertyGroup>
468-
<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>
469-
</PropertyGroup>
470-
<Error Condition="!Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.0\build\dotnet\Fody.targets'))" />
471-
<Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
472-
</Target>
473-
<Import Project="..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
474460
</Project>

MainDemo.Wpf/packages.config

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

0 commit comments

Comments
 (0)