|
|
@@ -67,6 +67,7 @@
|
|
|
<Reference Include="System.Diagnostics.Tracing" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
+ <Reference Include="System.Management" />
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
<Reference Include="System.Transactions" />
|
|
|
@@ -137,6 +138,12 @@
|
|
|
<Compile Include="Measure\GetParticle\SmallParticles\SmallParticleInfoTable.cs" />
|
|
|
<Compile Include="Measure\GetParticle\XRayDataDB.cs" />
|
|
|
<Compile Include="Measure\GetParticle\XRayDataTable.cs" />
|
|
|
+ <Compile Include="Measure\GetStageInfo\DlgLicenseInfo.cs">
|
|
|
+ <SubType>Form</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Measure\GetStageInfo\DlgLicenseInfo.Designer.cs">
|
|
|
+ <DependentUpon>DlgLicenseInfo.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Measure\GetStageInfo\DlgStageMgr.cs">
|
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
|
@@ -144,7 +151,13 @@
|
|
|
<DependentUpon>DlgStageMgr.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Measure\GetStageInfo\DlgStageMgr2.cs" />
|
|
|
- <Compile Include="Measure\GetStageInfo\DlgStageRename.cs" />
|
|
|
+ <Compile Include="Measure\GetStageInfo\DlgStageRename.cs">
|
|
|
+ <SubType>Form</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Measure\GetStageInfo\DlgStageRename.Designer.cs">
|
|
|
+ <DependentUpon>DlgStageRename.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Measure\GetStageInfo\DlgStageRename2.cs" />
|
|
|
<Compile Include="Measure\GetStageInfo\StageFile.cs" />
|
|
|
<Compile Include="Measure\GetXrayInfo\PosXrayFileMgr.cs" />
|
|
|
<Compile Include="OTSControl\EBrukerErrorCode.cs" />
|
|
|
@@ -181,6 +194,7 @@
|
|
|
<Compile Include="OTSDataType\SEMStageData.cs" />
|
|
|
<Compile Include="OTSDataType\stage.cs" />
|
|
|
<Compile Include="OTSDataType\XMLSerialization.cs" />
|
|
|
+ <Compile Include="OTSLicMgr.cs" />
|
|
|
<Compile Include="OTSModelresource.cs" />
|
|
|
<Compile Include="DTLBase\SqlHelper.cs" />
|
|
|
<Compile Include="MeasureControl\FileHelper.cs" />
|
|
|
@@ -192,9 +206,15 @@
|
|
|
<EmbeddedResource Include="Measure\GetParam\DIALOG_CHECK_PARAM_RESULT.resx">
|
|
|
<DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="Measure\GetStageInfo\DlgLicenseInfo.resx">
|
|
|
+ <DependentUpon>DlgLicenseInfo.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Measure\GetStageInfo\DlgStageMgr.resx">
|
|
|
<DependentUpon>DlgStageMgr.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="Measure\GetStageInfo\DlgStageRename.resx">
|
|
|
+ <DependentUpon>DlgStageRename.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|