|
@@ -54,6 +54,9 @@
|
|
|
<Reference Include="CommonServiceLocator">
|
|
|
<HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="log4net">
|
|
|
+ <HintPath>..\ThirdParty\log4net.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="OpenSEMI.Core">
|
|
|
<HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -76,8 +79,7 @@
|
|
|
<HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
- <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
+ <Reference Include="System.Windows.Interactivity">
|
|
|
<HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System.Xml" />
|
|
@@ -161,6 +163,10 @@
|
|
|
<Folder Include="ViewModels\" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <ProjectReference Include="..\Framework\Common\Common.csproj">
|
|
|
+ <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
|
|
|
+ <Name>Common</Name>
|
|
|
+ </ProjectReference>
|
|
|
<ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
|
|
|
<Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
|
|
|
<Name>RecipeEditorControl</Name>
|