Skip to content

Commit 3452209

Browse files
committed
Added Costura.Fody
1 parent 7f29ad7 commit 3452209

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

MathNetVisualizer/MathNetVisualizer.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastWpfGrid", "..\fastwpfgr
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Wpf", "..\fastwpfgrid\WriteableBitmapEx\WriteableBitmapEx.Wpf.csproj", "{B0AA6A94-6784-4221-81F0-244A68C374C0}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{70D5CF83-E611-4726-A5B4-35000958D429}"
15+
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1618
Debug|Any CPU = Debug|Any CPU
@@ -37,4 +39,8 @@ Global
3739
GlobalSection(SolutionProperties) = preSolution
3840
HideSolutionNode = FALSE
3941
EndGlobalSection
42+
GlobalSection(NestedProjects) = preSolution
43+
{E9D6F03C-BFB5-4D31-A15E-7F789B4BBCC3} = {70D5CF83-E611-4726-A5B4-35000958D429}
44+
{B0AA6A94-6784-4221-81F0-244A68C374C0} = {70D5CF83-E611-4726-A5B4-35000958D429}
45+
EndGlobalSection
4046
EndGlobal
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Weavers>
3+
<Costura/>
4+
5+
</Weavers>

MathNetVisualizer/MathNetVisualizer/MathNetVisualizer.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,17 @@
8787
<Name>WriteableBitmapEx.Wpf</Name>
8888
</ProjectReference>
8989
</ItemGroup>
90+
<ItemGroup>
91+
<Content Include="FodyWeavers.xml" />
92+
</ItemGroup>
9093
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94+
<Import Project="..\packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('..\packages\Fody.1.28.3\build\Fody.targets')" />
95+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
96+
<PropertyGroup>
97+
<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>
98+
</PropertyGroup>
99+
<Error Condition="!Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" />
100+
</Target>
91101
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92102
Other similar extension points exist, see Microsoft.Common.targets.
93103
<Target Name="BeforeBuild">

MathNetVisualizer/MathNetVisualizer/packages.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net461" developmentDependency="true" />
4+
<package id="Fody" version="1.28.3" targetFramework="net461" developmentDependency="true" />
35
<package id="ILMerge" version="2.14.1208" targetFramework="net461" />
46
<package id="MathNet.Numerics" version="3.13.1" targetFramework="net461" />
57
<package id="VSSDK.DebuggerVisualizers" version="12.0.4" targetFramework="net461" />

0 commit comments

Comments
 (0)