#004 增加分发功能
This commit is contained in:
+24
-23
@@ -69,7 +69,8 @@
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>HexagonTransparent.ico</ApplicationIcon>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Covert, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
@@ -114,10 +115,10 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AboutSoftwareInfo.cs">
|
||||
<Compile Include="CjlrForm\AboutSoftwareInfo.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AboutSoftwareInfo.designer.cs">
|
||||
<Compile Include="CjlrForm\AboutSoftwareInfo.designer.cs">
|
||||
<DependentUpon>AboutSoftwareInfo.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BaseUnit\Base.cs" />
|
||||
@@ -133,53 +134,53 @@
|
||||
<DependentUpon>FormMain.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Model\CjlrTaskReleaseModel.cs" />
|
||||
<Compile Include="UserControl\LabPictureControl.cs">
|
||||
<Compile Include="CjlrForm\LabPictureControl.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="UserControl\LabPictureControl.designer.cs">
|
||||
<Compile Include="CjlrForm\LabPictureControl.designer.cs">
|
||||
<DependentUpon>LabPictureControl.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DAL\SQLHelper.cs" />
|
||||
<Compile Include="Model\TMeasureDataModel.cs" />
|
||||
<Compile Include="DAL\TMeasureMSSQLDAL.cs" />
|
||||
<Compile Include="Model\TMeasureResultModel.cs" />
|
||||
<Compile Include="Tolerance\FAddTolerance.cs">
|
||||
<Compile Include="CjlrForm\FAddTolerance.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Tolerance\FAddTolerance.designer.cs">
|
||||
<Compile Include="CjlrForm\FAddTolerance.designer.cs">
|
||||
<DependentUpon>FAddTolerance.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Tolerance\FEditTolerance.cs">
|
||||
<Compile Include="CjlrForm\FEditTolerance.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Tolerance\FEditTolerance.designer.cs">
|
||||
<Compile Include="CjlrForm\FEditTolerance.designer.cs">
|
||||
<DependentUpon>FEditTolerance.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FSoftwareSetup.cs">
|
||||
<Compile Include="CjlrForm\FSoftwareSetup.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FSoftwareSetup.designer.cs">
|
||||
<Compile Include="CjlrForm\FSoftwareSetup.designer.cs">
|
||||
<DependentUpon>FSoftwareSetup.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Tolerance\FToleranceSetup.cs">
|
||||
<Compile Include="CjlrForm\FToleranceSetup.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Tolerance\FToleranceSetup.designer.cs">
|
||||
<Compile Include="CjlrForm\FToleranceSetup.designer.cs">
|
||||
<DependentUpon>FToleranceSetup.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ZSFDEMO.cs">
|
||||
<Compile Include="BaseUnit\ZSFDEMO.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ZSFDEMO.designer.cs">
|
||||
<Compile Include="BaseUnit\ZSFDEMO.designer.cs">
|
||||
<DependentUpon>ZSFDEMO.cs</DependentUpon>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="AboutSoftwareInfo.resx">
|
||||
<EmbeddedResource Include="CjlrForm\AboutSoftwareInfo.resx">
|
||||
<DependentUpon>AboutSoftwareInfo.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FormMain.resx">
|
||||
<DependentUpon>FormMain.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UserControl\LabPictureControl.resx">
|
||||
<EmbeddedResource Include="CjlrForm\LabPictureControl.resx">
|
||||
<DependentUpon>LabPictureControl.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\licenses.licx" />
|
||||
@@ -195,19 +196,19 @@
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Tolerance\FAddTolerance.resx">
|
||||
<EmbeddedResource Include="CjlrForm\FAddTolerance.resx">
|
||||
<DependentUpon>FAddTolerance.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tolerance\FEditTolerance.resx">
|
||||
<EmbeddedResource Include="CjlrForm\FEditTolerance.resx">
|
||||
<DependentUpon>FEditTolerance.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FSoftwareSetup.resx">
|
||||
<EmbeddedResource Include="CjlrForm\FSoftwareSetup.resx">
|
||||
<DependentUpon>FSoftwareSetup.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tolerance\FToleranceSetup.resx">
|
||||
<EmbeddedResource Include="CjlrForm\FToleranceSetup.resx">
|
||||
<DependentUpon>FToleranceSetup.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ZSFDEMO.resx">
|
||||
<EmbeddedResource Include="BaseUnit\ZSFDEMO.resx">
|
||||
<DependentUpon>ZSFDEMO.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<None Include="NLog.config">
|
||||
@@ -229,7 +230,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<!--sirinie -->
|
||||
<Content Include="HexagonTransparent.ico" />
|
||||
<Content Include="Images\1024B-2.png" />
|
||||
<Content Include="Images\cncmachine32.png" />
|
||||
<Content Include="Images\Dashboard.png" />
|
||||
@@ -242,6 +242,7 @@
|
||||
<Content Include="Images\Search32.png" />
|
||||
<Content Include="Images\setup32.png" />
|
||||
<Content Include="Images\wnull.png" />
|
||||
<None Include="Resources\Hexagon_logo_horz_Chinese_black.png" />
|
||||
<None Include="Resources\Range.png" />
|
||||
<None Include="Resources\EH3L.png" />
|
||||
<None Include="Resources\EH3R.png" />
|
||||
|
||||
Reference in New Issue
Block a user