| | |
| | | <Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| | | <HintPath>..\..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\T047\libs\SafetyDog\dog_net_windows.dll</HintPath> |
| | | <Reference Include="dog_net_windows"> |
| | | <HintPath>..\..\libs\SafetyDog\dog_net_windows.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| | | <HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| | |
| | | { |
| | | public class KeyUnitDataManager : ModelManager<KeyUnitData> |
| | | { |
| | | DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | //DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | protected override void ActionBeforeNewModel(DBModel context, KeyUnitData config) |
| | | { |
| | | CheckProductionCodeDuplicate(context, config); |
| | |
| | | { |
| | | public class MeasurementAndKeyDataRelationManager : ModelManager<MeasurementAndKeyDataRelation> |
| | | { |
| | | DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | //DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | protected override void ActionBeforeNewModel(DBModel context, MeasurementAndKeyDataRelation config) |
| | | { |
| | | CheckProductionCodeDuplicate(context, config); |
| | |
| | | { |
| | | public class MeasurementUnitResultManager : ModelManager<MeasurementUnitResult> |
| | | { |
| | | DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | //DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | protected override void ActionBeforeNewModel(DBModel context, MeasurementUnitResult config) |
| | | { |
| | | CheckProductionCodeDuplicate(context, config); |
| | |
| | | { |
| | | public class ProductionMeasurementRecordsManager : ModelManager<ProductionMeasurementRecords> |
| | | { |
| | | DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | //DbProviderFactory Dbfactory = SQLiteFactory.Instance; |
| | | protected override void ActionBeforeNewModel(DBModel context, ProductionMeasurementRecords config) |
| | | { |
| | | CheckProductionCodeDuplicate(context, config); |
| | |
| | | <Project>{987308DD-8BAA-463A-94E2-77D62E01A5BF}</Project> |
| | | <Name>Bro.Common.Device</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\Bro.M071.Process.Model\Bro.M071.Model.csproj"> |
| | | <ProjectReference Include="..\Bro.M071.Model\Bro.M071.Model.csproj"> |
| | | <Project>{AD645C48-5811-4B1E-B81F-D35D5E6B577F}</Project> |
| | | <Name>Bro.M071.Model</Name> |
| | | </ProjectReference> |
| | |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="packages.config" /> |
| | | <None Include="Setting.json" /> |
| | | <None Include="Setting.json"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </None> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <EmbeddedResource Include="Forms\Calibration\FrmCalibration_9P.resx"> |