将Common.dll移至ThirdPart\dll文件夹。

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2023-02-27 11:52:27 +08:00
parent 1723c2f036
commit 5a7a3c391d
14 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@ -363,3 +363,4 @@ MigrationBackup/
FodyWeavers.xsd
/.svn
/FrameworkLocal/output/MECF.Framework
/ThirdParty/dlls/MECF.Framework.Common

View File

@ -46,7 +46,7 @@
<HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />

View File

@ -43,7 +43,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="MECF.Framework.Common">
<HintPath>..\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@ -39,7 +39,7 @@
<HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@ -575,7 +575,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties vce_4brooksvce_4iosimulatoritems_1json__JsonSchema="http://json.schemastore.org/apibuilder.json" robots_4hiratar4_4iosimulatoritems_1json__JsonSchema="https://jenkins-x.io/schemas/jx-schema.json" />
<UserProperties robots_4hiratar4_4iosimulatoritems_1json__JsonSchema="https://jenkins-x.io/schemas/jx-schema.json" vce_4brooksvce_4iosimulatoritems_1json__JsonSchema="http://json.schemastore.org/apibuilder.json" />
</VisualStudio>
</ProjectExtensions>
</Project>

View File

@ -47,7 +47,7 @@
<HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.DwayneNeed">
<HintPath>..\..\ThirdParty\dlls\Microsoft.DwayneNeed.dll</HintPath>

View File

@ -42,7 +42,7 @@
<HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@ -44,7 +44,7 @@
<HintPath>..\..\ThirdParty\dlls\InfoHelp.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="SessionLayer">
<HintPath>..\..\ThirdParty\dlls\SessionLayer.dll</HintPath>

View File

@ -36,7 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="MECF.Framework.Common">
<HintPath>..\..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
<HintPath>..\..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@ -71,7 +71,7 @@
<HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
<HintPath>..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.FA.Core, Version=1.0.7645.40880, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@ -46,7 +46,7 @@
<HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
<HintPath>..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework.Aero" />
<Reference Include="System" />

View File

@ -66,7 +66,7 @@
<HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
<HintPath>..\ThirdParty\dlls\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.DwayneNeed">
<HintPath>..\ThirdParty\dlls\Microsoft.DwayneNeed.dll</HintPath>

Binary file not shown.