fix: 修正缺少引用导致Simulator无法启动的问题。
This commit is contained in:
parent
b73d39a6b1
commit
cf8b375796
@ -59,6 +59,9 @@
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="WPFToolkit">
|
||||
<HintPath>..\..\Dependencies\WPFToolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.Toolkit">
|
||||
<HintPath>..\..\Dependencies\Xceed.Wpf.Toolkit.dll</HintPath>
|
||||
</Reference>
|
||||
@ -158,6 +161,10 @@
|
||||
<Project>{efad063f-fa97-42b7-87f8-8279eba30d34}</Project>
|
||||
<Name>MECF.Framework.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Framework\MECF.Framework.UI.Client\MECF.Framework.UI.Client.csproj">
|
||||
<Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
|
||||
<Name>MECF.Framework.UI.Client</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Framework\MECF.Framework.UI.Core\MECF.Framework.UI.Core.csproj">
|
||||
<Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
|
||||
<Name>MECF.Framework.UI.Core</Name>
|
||||
|
||||
@ -113,6 +113,9 @@
|
||||
<Reference Include="WPFLocalizeExtension">
|
||||
<HintPath>..\..\Dependencies\WPFLocalizeExtension.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="WPFToolkit">
|
||||
<HintPath>..\..\Dependencies\WPFToolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="XAMLMarkupExtensions">
|
||||
<HintPath>..\..\Dependencies\XAMLMarkupExtensions.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
@ -39,16 +39,10 @@
|
||||
<Reference Include="CommandLine">
|
||||
<HintPath>..\..\Dependencies\CommandLine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DocumentFormat.OpenXml">
|
||||
<HintPath>..\..\Dependencies\DocumentFormat.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DocumentFormat.OpenXml, Version=2.10.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Dependencies\DocumentFormat.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EPPlus">
|
||||
<HintPath>..\..\Dependencies\EPPlus.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Dependencies\EPPlus.dll</HintPath>
|
||||
@ -66,9 +60,6 @@
|
||||
<HintPath>..\..\Dependencies\Microsoft.DwayneNeed.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\..\Dependencies\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Dependencies\Newtonsoft.Json.dll</HintPath>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user