105040 Update to 1.0.0.31
This commit is contained in:
parent
7df12edf99
commit
be5a470e90
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// 生成号
|
||||
// 修订号
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.31")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.31")]
|
||||
|
|
|
@ -29,6 +29,6 @@ using System.Runtime.InteropServices;
|
|||
// 生成号
|
||||
// 修订号
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.29")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.30")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.30")]
|
||||
[assembly: AssemblyVersion("1.0.0.31")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.31")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.31")]
|
|
@ -46,6 +46,6 @@ using System.Windows;
|
|||
// 生成号
|
||||
// 修订号
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.30")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.30")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.30")]
|
||||
[assembly: AssemblyVersion("1.0.0.31")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.31")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.31")]
|
|
@ -241,6 +241,7 @@
|
|||
<Compile Include="Converter\ConnectionTypeConverter.cs" />
|
||||
<Compile Include="Converter\FlagEnumConverter.cs" />
|
||||
<Compile Include="Converter\NameTypeConverter.cs" />
|
||||
<Compile Include="Datas\BrandData.cs" />
|
||||
<Compile Include="Datas\Brands.cs" />
|
||||
<Compile Include="Enum\ConnectionType.cs" />
|
||||
<Compile Include="Enum\DataGridType.cs" />
|
||||
|
@ -275,6 +276,7 @@
|
|||
<Compile Include="Utils\Consts.cs" />
|
||||
<Compile Include="Utils\ExcelHelper.cs" />
|
||||
<Compile Include="Utils\LambdaComparer.cs" />
|
||||
<Compile Include="Utils\LectotypeLineModelExt.cs" />
|
||||
<Compile Include="Utils\LectotypeManager.cs" />
|
||||
<Compile Include="Utils\MotorExcelHelper.cs" />
|
||||
<Compile Include="ViewModel\CableLectotypeViewModel.cs" />
|
||||
|
@ -296,6 +298,9 @@
|
|||
<Compile Include="View\LectotypeWindow.xaml.cs">
|
||||
<DependentUpon>LectotypeWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="View\LoginWindow.xaml.cs">
|
||||
<DependentUpon>LoginWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="View\MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
|
@ -329,6 +334,10 @@
|
|||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="View\LoginWindow.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="View\MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
|
@ -13,6 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfiumViewer", "..\PdfiumVi
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sinvo.EplanHpD.Plugin.Service", "Sinvo.EplanHpD.Plugin.Service\Sinvo.EplanHpD.Plugin.Service.csproj", "{AD1AA2BC-9289-46AE-BDC0-30AE13F51B3F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sinvo.EplanHpD.Plugin.DynaClient", "Sinvo.EplanHpD.Plugin.DynaClient\Sinvo.EplanHpD.Plugin.DynaClient.csproj", "{E87593A3-CA93-4563-AFF6-B10413C18E64}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -182,6 +184,36 @@ Global
|
|||
{AD1AA2BC-9289-46AE-BDC0-30AE13F51B3F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{AD1AA2BC-9289-46AE-BDC0-30AE13F51B3F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{AD1AA2BC-9289-46AE-BDC0-30AE13F51B3F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|Any CPU.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|x64.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|x64.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|x86.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_EPLAN_2024|x86.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|Any CPU.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|x64.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|x64.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|x86.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_Scanner|x86.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|Any CPU.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|x64.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|x64.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|x86.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release_WireAndCable|x86.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|x64.Build.0 = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E87593A3-CA93-4563-AFF6-B10413C18E64}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -28,6 +28,6 @@ using System.Runtime.InteropServices;
|
|||
// 生成号
|
||||
// 修订号
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.30")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.30")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.30")]
|
||||
[assembly: AssemblyVersion("1.0.0.31")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.31")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.31")]
|
Loading…
Reference in New Issue