|
@@ -35,9 +35,27 @@
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OOXML.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXml4Net.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXmlFormats.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.configuration" />
|
|
|
<Reference Include="System.Configuration.Install" />
|
|
@@ -81,6 +99,7 @@
|
|
|
<Compile Include="Com\CommonDynamicSelect.cs" />
|
|
|
<Compile Include="Com\CopyMattressAudited.cs" />
|
|
|
<Compile Include="Com\CopyMtrlDef.cs" />
|
|
|
+ <Compile Include="Com\UpdateMtrlPrice.cs" />
|
|
|
<Compile Include="Com\DelCarList.cs" />
|
|
|
<Compile Include="Com\DeleteBedNet.cs" />
|
|
|
<Compile Include="Com\DeleteBedNetArea.cs" />
|
|
@@ -108,6 +127,7 @@
|
|
|
<Compile Include="Com\GetComputeSpring.cs" />
|
|
|
<Compile Include="Com\GetERPMtrlTypeList.cs" />
|
|
|
<Compile Include="Com\GetMattressImportDW2.cs" />
|
|
|
+ <Compile Include="Com\GetSemiFinishedMxList.cs" />
|
|
|
<Compile Include="Com\GetMattressPackagMx.cs" />
|
|
|
<Compile Include="Com\GetComputeMattress.cs" />
|
|
|
<Compile Include="Com\GetComputeBednet.cs" />
|
|
@@ -123,6 +143,7 @@
|
|
|
<Compile Include="Com\GetPriceList.cs" />
|
|
|
<Compile Include="Com\GetSysFuncPwr.cs" />
|
|
|
<Compile Include="Com\GetFormulaCompute.cs" />
|
|
|
+ <Compile Include="Com\ImportSpring.cs" />
|
|
|
<Compile Include="Com\MattressJS2Audit.cs" />
|
|
|
<Compile Include="Com\MattressJSAudit.cs" />
|
|
|
<Compile Include="Com\MattressYWAudit.cs" />
|
|
@@ -260,6 +281,7 @@
|
|
|
<Compile Include="Excutor\CommonDynamicSelectExcutor.cs" />
|
|
|
<Compile Include="Excutor\CopyMattressAuditedExcutor.cs" />
|
|
|
<Compile Include="Excutor\CopyMtrlDefExcutor.cs" />
|
|
|
+ <Compile Include="Excutor\UpdateMtrlPriceExcutor.cs" />
|
|
|
<Compile Include="Excutor\DelMtrlPfExcutor.cs" />
|
|
|
<Compile Include="Excutor\DelCarListExcutor.cs" />
|
|
|
<Compile Include="Excutor\DeleteBedNetAreaExcutor.cs" />
|
|
@@ -288,6 +310,7 @@
|
|
|
<Compile Include="Excutor\GetCarListExcutor.cs" />
|
|
|
<Compile Include="Excutor\GetComputeSpringExcutor.cs" />
|
|
|
<Compile Include="Excutor\GetERPMtrlTypeListExcutor.cs" />
|
|
|
+ <Compile Include="Excutor\GetSemiFinishedMxListExcutor.cs" />
|
|
|
<Compile Include="Excutor\GetMattressPackagMxExcutor.cs" />
|
|
|
<Compile Include="Excutor\GetMattressImportDW2Excutor.cs" />
|
|
|
<Compile Include="Excutor\GetComputeMattressExcutor.cs" />
|
|
@@ -310,6 +333,7 @@
|
|
|
<Compile Include="Excutor\GetUserListExcutor.cs" />
|
|
|
<Compile Include="Excutor\GetUserPowerExcutor.cs" />
|
|
|
<Compile Include="Excutor\HelloWordExcutor.cs" />
|
|
|
+ <Compile Include="Excutor\ImportSpringExcutor.cs" />
|
|
|
<Compile Include="Excutor\LoginExcutor.cs" />
|
|
|
<Compile Include="Excutor\MattressJS2AuditExcutor.cs" />
|
|
|
<Compile Include="Excutor\MattressJSAuditExcutor.cs" />
|
|
@@ -512,6 +536,7 @@
|
|
|
<DependentUpon>LJInstaller.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
<None Include="app.config" />
|
|
|
+ <Fakes Include="Fakes\NPOI.fakes" />
|
|
|
<None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
@@ -523,7 +548,9 @@
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup />
|
|
|
+ <ItemGroup>
|
|
|
+ <WCFMetadata Include="Connected Services\" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PreBuildEvent>"$(SolutionDir)NetGitTool.exe" /before "$(ProjectDir)"</PreBuildEvent>
|