Просмотр исходного кода

do not copy the sqlite dll to out put folder

gsp 1 год назад
Родитель
Сommit
35eb23f9c5

+ 2 - 0
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

@@ -781,6 +781,8 @@ namespace OTSModelSharp
 
                     SendFieldParticlesInfoToGUI(curFld, m_Sample.GetMsrStatus());
                 }
+
+
                 while (bSaveThreadWorking)//wait untill all the field data has been saved.
                 {
                     Thread.Sleep(1000);

+ 1 - 0
OTSPartA_STDEditor/OTSPartA_STDEditor.csproj

@@ -179,6 +179,7 @@
     <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
+      <Private>False</Private>
     </Reference>
     <Reference Include="System.Windows.Forms.Ribbon">
       <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>