Skip to content

Commit

Permalink
Added Costura.Fody
Browse files Browse the repository at this point in the history
  • Loading branch information
MBulli committed Dec 6, 2016
1 parent 7f29ad7 commit 3452209
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MathNetVisualizer/MathNetVisualizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastWpfGrid", "..\fastwpfgr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Wpf", "..\fastwpfgrid\WriteableBitmapEx\WriteableBitmapEx.Wpf.csproj", "{B0AA6A94-6784-4221-81F0-244A68C374C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{70D5CF83-E611-4726-A5B4-35000958D429}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -37,4 +39,8 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9D6F03C-BFB5-4D31-A15E-7F789B4BBCC3} = {70D5CF83-E611-4726-A5B4-35000958D429}
{B0AA6A94-6784-4221-81F0-244A68C374C0} = {70D5CF83-E611-4726-A5B4-35000958D429}
EndGlobalSection
EndGlobal
5 changes: 5 additions & 0 deletions MathNetVisualizer/MathNetVisualizer/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<Costura/>

</Weavers>
10 changes: 10 additions & 0 deletions MathNetVisualizer/MathNetVisualizer/MathNetVisualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,17 @@
<Name>WriteableBitmapEx.Wpf</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="FodyWeavers.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('..\packages\Fody.1.28.3\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.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" />
</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.
<Target Name="BeforeBuild">
Expand Down
2 changes: 2 additions & 0 deletions MathNetVisualizer/MathNetVisualizer/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net461" developmentDependency="true" />
<package id="Fody" version="1.28.3" targetFramework="net461" developmentDependency="true" />
<package id="ILMerge" version="2.14.1208" targetFramework="net461" />
<package id="MathNet.Numerics" version="3.13.1" targetFramework="net461" />
<package id="VSSDK.DebuggerVisualizers" version="12.0.4" targetFramework="net461" />
Expand Down

0 comments on commit 3452209

Please sign in to comment.