105040 Update 增加DLL引用;不再复制引用DLL到目标路径
This commit is contained in:
parent
4b2f449a97
commit
ec7916db1d
|
@ -80,42 +80,58 @@
|
|||
<ItemGroup>
|
||||
<Reference Include="C1.Win.C1FlexGrid.2">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\C1.Win.C1FlexGrid.2.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Actuator">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Actuator.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.API">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.API.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.AppCore">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.AppCore.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Common">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Common.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Core">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Core.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Graphics">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Graphics.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.IO">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.IO.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.MathLib">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.MathLib.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.PlatformCore">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.PlatformCore.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Primitives">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Primitives.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Project">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Project.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.ProjectCore">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.ProjectCore.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="EPLAN.Harness.Report">
|
||||
<HintPath>..\Sinvo.EplanHpD.Plugin\RefDLL\EPLAN.Harness.Report.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
@ -162,6 +178,7 @@
|
|||
<Compile Include="Models\StuffedDataModel.cs" />
|
||||
<Compile Include="Models\TerminalModel.cs" />
|
||||
<Compile Include="Selector\LectotypeLengthDataTemplateSelector.cs" />
|
||||
<Compile Include="Service\MotorLectotypeService.cs" />
|
||||
<Compile Include="TestWindow.xaml.cs">
|
||||
<DependentUpon>TestWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
|
|
Loading…
Reference in New Issue