1385 lines
59 KiB
XML
1385 lines
59 KiB
XML
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{57291955-F9C4-4466-8D53-476D43BA3659}</ProjectGuid>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>EgtBEAMWALL.ViewerOptimizer</RootNamespace>
|
|
<AssemblyName>EgtBEAMWALL.ViewerOptimizer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<MyType>Custom</MyType>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DocumentationFile>EgtBEAMWALL.ViewerOptimizer.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DocumentationFile>EgtBEAMWALL.ViewerOptimizer.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resources\EgtBEAMWALL.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RemoteDebug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\RemoteDebug\</OutputPath>
|
|
<DocumentationFile>EgtBEAMWALL.ViewerOptimizer.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EgtUILib, Version=2.4.3.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\ExtLibs\EgtUILib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgtWPFLib5, Version=2.4.2.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\ExtLibs\EgtWPFLib5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="PresentationFramework.Aero2" />
|
|
<Reference Include="System.ComponentModel" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing.Design" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="Application.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="AboutBoxWindow\AboutBoxV.xaml.vb">
|
|
<DependentUpon>AboutBoxV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddFeatureWnd\NewAddFeatureWndV.xaml.vb">
|
|
<DependentUpon>NewAddFeatureWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddPartWnd\OnlyProdAddPartWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdAddPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddRawPartWnd\OnlyProdAddRawPartWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdAddRawPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BTLPartManager\BTLPartManagerV.xaml.vb">
|
|
<DependentUpon>BTLPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BTLPartManager\BTLPartManagerVM.vb" />
|
|
<Compile Include="BTLPartManager\OnlyProdBTLPartManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdBTLPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CALCPanel\OnlyProdCalcPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdCalcPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChangeMaterialWnd\ChangeMaterialWndV.xaml.vb">
|
|
<DependentUpon>ChangeMaterialWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChangeMaterialWnd\ChangeMaterialWndVM.vb" />
|
|
<Compile Include="ConfigurationPage\OnlyProdCheckVersionV.xaml.vb">
|
|
<DependentUpon>OnlyProdCheckVersionV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ConfigurationPage\OnlyProdConfigurationPageV.xaml.vb">
|
|
<DependentUpon>OnlyProdConfigurationPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DataGridMultiselectManaging\IListItemConverter.vb" />
|
|
<Compile Include="DataGridMultiselectManaging\MultiSelectorBehaviours.vb" />
|
|
<Compile Include="DataGridMultiselectManaging\TwoListSynchronizer.vb" />
|
|
<Compile Include="FeatureListManager\FeatureListManagerV.xaml.vb">
|
|
<DependentUpon>FeatureListManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FeatureListManager\FeatureListManagerVM.vb" />
|
|
<Compile Include="FeatureListManager\OnlyProdFeatureListManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdFeatureListManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FeatureManager\OnlyProdFeatureManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdFeatureManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FreeContourInput\OnlyProdFreeContourInputV.xaml.vb">
|
|
<DependentUpon>OnlyProdFreeContourInputV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FreeContourManager\OnlyProdFreeContourManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdFreeContourManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InputPwdWnd\OnlyProdInputPwdWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdInputPwdWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InstrumentPanel\OnlyProdInstrumentPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdInstrumentPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdBTLPartListV.xaml.vb">
|
|
<DependentUpon>OnlyProdBTLPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdFeatureInPartInRawPartListV.xaml.vb">
|
|
<DependentUpon>OnlyProdFeatureInPartInRawPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdPartInRawPartListV.xaml.vb">
|
|
<DependentUpon>OnlyProdPartInRawPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdQParameterListProdV.xaml.vb">
|
|
<DependentUpon>OnlyProdQParameterListProdV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdRawPartListV.xaml.vb">
|
|
<DependentUpon>OnlyProdRawPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MachinePanel\MachinePanelVM.vb" />
|
|
<Compile Include="MacroFeatureWnd\NewMacroFeatureWnd.xaml.vb">
|
|
<DependentUpon>NewMacroFeatureWnd.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainMenu\OnlyProdMainMenuV.xaml.vb">
|
|
<DependentUpon>OnlyProdMainMenuV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainWindow\OnlyProdMainWindowV.xaml.vb">
|
|
<DependentUpon>OnlyProdMainWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MovePartInRawPartWnd\OnlyProdMovePartInRawPartWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdMovePartInRawPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NestingRunningWnd\OnlyProdNestingRunningWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdNestingRunningWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartInRawPartManager\OnlyProdPartInRawPartManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdPartInRawPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartInRawPartManager\PartInRawPartManagerWndV.xaml.vb">
|
|
<DependentUpon>PartInRawPartManagerWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartManager\OnlyProdPartManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PdfViewer\PDFViewerVM.vb" />
|
|
<Compile Include="ProjectTypeWnd\OnlyProdProjectTypeWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdProjectTypeWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RawPartManager\OnlyProdRawPartManagerV.xaml.vb">
|
|
<DependentUpon>OnlyProdRawPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RawPartManager\RawPartManagerWndV.xaml.vb">
|
|
<DependentUpon>RawPartManagerWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShowBeamPanel\OnlyProdShowBeamPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdShowBeamPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShowPanel\OnlyProdShowPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdShowPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SpecialPanel\OnlyProdSpecialPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdSpecialPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatisticsTimePanel\OnlyProdStatisticsTimePanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdStatisticsTimePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\OnlyProdOptimizerStatisticsV.xaml.vb">
|
|
<DependentUpon>OnlyProdOptimizerStatisticsV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\OnlyProdPDFEditorV.xaml.vb">
|
|
<DependentUpon>OnlyProdPDFEditorV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\OnlyProdStatisticsV.xaml.vb">
|
|
<DependentUpon>OnlyProdStatisticsV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TabWnd\ProdWndV.xaml.vb">
|
|
<DependentUpon>ProdWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TabWnd\ProjWndV.xaml.vb">
|
|
<DependentUpon>ProjWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdFeatureListV.xaml.vb">
|
|
<DependentUpon>OnlyProdFeatureListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdPParameterListV.xaml.vb">
|
|
<DependentUpon>OnlyProdPParameterListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\OnlyProdQParameterListV.xaml.vb">
|
|
<DependentUpon>OnlyProdQParameterListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LeftPanel\OnlyProdLeftPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdLeftPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OnlyProdManager\OnlyProdManagerV.vb">
|
|
<DependentUpon>OnlyProdManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OnlyProdManager\OnlyProdManagerVM.vb" />
|
|
<Compile Include="MovePartInRawPartWnd\MovePartInRawPartWndV.xaml.vb">
|
|
<DependentUpon>MovePartInRawPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MovePartInRawPartWnd\MovePartInRawPartWndVM.vb" />
|
|
<Compile Include="InputPwdWnd\InputPwdWndV.xaml.vb">
|
|
<DependentUpon>InputPwdWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InputPwdWnd\InputPwdWndVM.vb" />
|
|
<Compile Include="ItemParamList\DuploQParameterListVM.vb" />
|
|
<Compile Include="MultiCopyRawPartWnd\MultiCopyRawPartWndV.xaml.vb">
|
|
<DependentUpon>MultiCopyRawPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MultiCopyRawPartWnd\MultiCopyRawPartWndVM.vb" />
|
|
<Compile Include="AddSectionXMaterialWnd\AddSectionXMaterialWndV.xaml.vb">
|
|
<DependentUpon>AddSectionXMaterialWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddSectionXMaterialWnd\AddSectionXMaterialWndVM.vb" />
|
|
<Compile Include="BlockedWnd\BlockedWndV.xaml.vb">
|
|
<DependentUpon>BlockedWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BlockedWnd\BlockedWndVM.vb" />
|
|
<Compile Include="ItemParamList\BTLDataV.xaml.vb">
|
|
<DependentUpon>BTLDataV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BTLViewModel\BTLFeatureVM.vb" />
|
|
<Compile Include="ItemParamList\QParameterListVM.vb" />
|
|
<Compile Include="ItemParamList\QBTLParamVM.vb" />
|
|
<Compile Include="BTLViewModel\BTLParamVM.vb" />
|
|
<Compile Include="BTLViewModel\BTLPartVM.vb" />
|
|
<Compile Include="ItemParamList\FeatureInPartInRawPartListVM.vb" />
|
|
<Compile Include="ItemParamList\FeatureListVM.vb" />
|
|
<Compile Include="ItemParamList\PParameterListVM.vb" />
|
|
<Compile Include="ItemParamList\QParameterListV.xaml.vb">
|
|
<DependentUpon>QParameterListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\QParamListV.xaml.vb">
|
|
<DependentUpon>QParamListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\PartInRawPartListVM.vb" />
|
|
<Compile Include="ItemParamList\BTLPartListVM.vb" />
|
|
<Compile Include="CALCPanel\CalcPanelV.xaml.vb">
|
|
<DependentUpon>CalcPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CALCPanel\CALCPanelVM.vb" />
|
|
<Compile Include="Constants\ConstWarehouseIni.vb" />
|
|
<Compile Include="FreeContourManager\FreeContourManagerV.xaml.vb">
|
|
<DependentUpon>FreeContourManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FreeContourManager\FreeContourManagerVM.vb" />
|
|
<Compile Include="FreeContourInput\FreeContourInputV.xaml.vb">
|
|
<DependentUpon>FreeContourInputV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FreeContourInput\FreeContourInputVM.vb" />
|
|
<Compile Include="MachGroupPanel\MyMachGroupPanelVM.vb" />
|
|
<Compile Include="MachGroupPanel\MyMachGroupVM.vb" />
|
|
<Compile Include="MachGroupPanel\PartVM.vb" />
|
|
<Compile Include="NestingRunningWnd\NestingRunningWndV.xaml.vb">
|
|
<DependentUpon>NestingRunningWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NestingRunningWnd\NestingRunningWndVM.vb" />
|
|
<Compile Include="NewOpenProjectFileDialog\NewOpenProjectFileDialogVM.vb" />
|
|
<Compile Include="OnlyProdProject\OnlyProdProjectV.xaml.vb">
|
|
<DependentUpon>OnlyProdProjectV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OptimizePanel\OnlyProdOptimizePanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdOptimizePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartInRawPartManager\PartInRawPartManagerV.xaml.vb">
|
|
<DependentUpon>PartInRawPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartInRawPartManager\PartInRawPartManagerVM.vb" />
|
|
<Compile Include="PartParametersWnd\PartParametersWndV.xaml.vb">
|
|
<DependentUpon>PartParametersWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartParametersWnd\PartParametersWndVM.vb" />
|
|
<Compile Include="ProdProjManager\ProdProjManagerV.xaml.vb">
|
|
<DependentUpon>ProdProjManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProdProjManager\ProdProjManagerVM.vb" />
|
|
<Compile Include="ProjectManager\ProjectManagerVM.vb" />
|
|
<Compile Include="PdfViewer\PdfViewer.xaml.vb">
|
|
<DependentUpon>PdfViewer.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProjectTypeWnd\ProjectTypeWndV.xaml.vb">
|
|
<DependentUpon>ProjectTypeWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProjectTypeWnd\ProjectTypeWndVM.vb" />
|
|
<Compile Include="ProjectFileVM\ProdFileVM.vb" />
|
|
<Compile Include="RawPartManager\RawPartManagerV.xaml.vb">
|
|
<DependentUpon>RawPartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RawPartManager\RawPartManagerVM.vb" />
|
|
<Compile Include="SetUp\SetUpSupportClass.vb" />
|
|
<Compile Include="SetUp\SetUpV.xaml.vb">
|
|
<DependentUpon>SetUpV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SetUp\SetUpVM.vb" />
|
|
<Compile Include="SpecialPanel\SpecialPanelV.xaml.vb">
|
|
<DependentUpon>SpecialPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SpecialPanel\SpecialPanelVM.vb" />
|
|
<Compile Include="StatisticsTimePanel\StatisticsTimePanelV.xaml.vb">
|
|
<DependentUpon>StatisticsTimePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatisticsTimePanel\StatisticsTimePanelVM.vb" />
|
|
<Compile Include="StatisticsWnd\OptimizerStatisticsWndV.xaml.vb">
|
|
<DependentUpon>OptimizerStatisticsWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatisticsWnd\StatisticsWndV.xaml.vb">
|
|
<DependentUpon>StatisticsWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\OptimizerStatisticsV.xaml.vb">
|
|
<DependentUpon>OptimizerStatisticsV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\PDFEditorV.xaml.vb">
|
|
<DependentUpon>PDFEditorV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\PDFEditorVM.vb" />
|
|
<Compile Include="Statistics\PDFHelper.vb" />
|
|
<Compile Include="Statistics\StatisticsV.xaml.vb">
|
|
<DependentUpon>StatisticsV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Statistics\StatisticsVM.vb" />
|
|
<Compile Include="Statistics\StatisticsUtility.vb" />
|
|
<Compile Include="SupervisorCommThread\SupervisorComm.vb" />
|
|
<Compile Include="SupervisorCommThread\SupervisorCommThread.vb" />
|
|
<Compile Include="TabWnd\ProjWndVM.vb" />
|
|
<Compile Include="ToolsDbWindow\MyToolDbWindowVM.vb" />
|
|
<Compile Include="ToolsDbWindow\ToolsUpdate.vb" />
|
|
<Compile Include="UpdateBTLWnd\OnlyProdUpdateBTLWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdUpdateBTLWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateBTLWnd\OnlyProdUpdateOrAppendWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdUpdateOrAppendWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateBTLWnd\UpdateOrAppendWndVM.vb" />
|
|
<Compile Include="UpdateBTLWnd\UpdateBTLWndV.xaml.vb">
|
|
<DependentUpon>UpdateBTLWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateBTLWnd\UpdateBTLWndVM.vb" />
|
|
<Compile Include="UpdateBTLWnd\UpdateOrAppendWndV.xaml.vb">
|
|
<DependentUpon>UpdateOrAppendWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\Configuration.vb" />
|
|
<Compile Include="Utility\DbControllers.vb" />
|
|
<Compile Include="Utility\DisableModifiedMgr.vb" />
|
|
<Compile Include="Utility\LuaExec.vb" />
|
|
<Compile Include="Utility\PartsObservableCollection.vb" />
|
|
<Compile Include="Utility\SectionXMaterialToBeAdded.vb" />
|
|
<Compile Include="Utility\Statistic_Messages.vb" />
|
|
<Compile Include="Utility\TextBlockUtils.vb" />
|
|
<Compile Include="Utility\TreeViewItemBase.vb" />
|
|
<Compile Include="ViewPanel\OnlyProdViewPanelV.xaml.vb">
|
|
<DependentUpon>OnlyProdViewPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WarehouseWnd\OnlyProdWarehouseWndV.xaml.vb">
|
|
<DependentUpon>OnlyProdWarehouseWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WarehouseWnd\WarehouseHelper.vb" />
|
|
<Compile Include="WarehouseWnd\WarehouseWndV.xaml.vb">
|
|
<DependentUpon>WarehouseWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WarehouseWnd\WarehouseWndVM.vb" />
|
|
<Compile Include="ItemParamList\RawPartListVM.vb" />
|
|
<Compile Include="MacroFeatureWnd\MacroFeatureWndV.xaml.vb">
|
|
<DependentUpon>MacroFeatureWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MacroFeatureWnd\MacroFeatureWndVM.vb" />
|
|
<Compile Include="AddFeatureWnd\AddFeatureWndV.vb">
|
|
<DependentUpon>AddFeatureWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddFeatureWnd\AddFeatureWndVM.vb" />
|
|
<Compile Include="AddPartWnd\AddPartWndV.xaml.vb">
|
|
<DependentUpon>AddPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddPartWnd\AddPartWndVM.vb" />
|
|
<Compile Include="AddRawPartWnd\AddRawPartWndV.xaml.vb">
|
|
<DependentUpon>AddRawPartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddRawPartWnd\AddRawPartWndVM.vb" />
|
|
<Compile Include="BTLDataWnd\BTLDataWndV.xaml.vb">
|
|
<DependentUpon>BTLDataWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BTLDataWnd\BTLDataWndVM.vb" />
|
|
<Compile Include="ItemParamList\PartParametersV.xaml.vb">
|
|
<DependentUpon>PartParametersV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\PartParametersVM.vb" />
|
|
<Compile Include="ChangeParameterWnd\ChangeParameterWndV.xaml.vb">
|
|
<DependentUpon>ChangeParameterWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChangeParameterWnd\ChangeParameterWndVM.vb" />
|
|
<Compile Include="ConfigurationPage\ConfigurationPageV.xaml.vb">
|
|
<DependentUpon>ConfigurationPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ConfigurationPage\ConfigurationPageVM.vb" />
|
|
<Compile Include="OpenProjectFileDialog\OpenProjectFileDialogVM.vb" />
|
|
<Compile Include="OptimizePanel\OptimizePanelV.xaml.vb">
|
|
<DependentUpon>OptimizePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OptimizePanel\OptimizePanelVM.vb" />
|
|
<Compile Include="PartManager\PartManagerV.xaml.vb">
|
|
<DependentUpon>PartManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PartManager\PartManagerVM.vb" />
|
|
<Compile Include="ProdManager\ProdManagerV.xaml.vb">
|
|
<DependentUpon>ProdManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProdManager\ProdManagerVM.vb" />
|
|
<Compile Include="ProjectFileVM\ProjFileVM.vb" />
|
|
<Compile Include="Project\ProjectV.xaml.vb">
|
|
<DependentUpon>ProjectV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Project\ProjectVM.vb" />
|
|
<Compile Include="ProjManager\ProjManagerV.xaml.vb">
|
|
<DependentUpon>ProjManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProjManager\ProjManagerVM.vb" />
|
|
<Compile Include="SceneHost\MySceneHostVM.vb" />
|
|
<Compile Include="SceneHost\SceneHostV.xaml.vb">
|
|
<DependentUpon>SceneHostV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShowBeamPanel\ShowBeamPanelV.xaml.vb" />
|
|
<Compile Include="ShowBeamPanel\ShowBeamPanelVM.vb" />
|
|
<Compile Include="ShowPanel\ShowPanelV.xaml.vb">
|
|
<DependentUpon>ShowPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatusBar\StatusBarV.xaml.vb">
|
|
<DependentUpon>StatusBarV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatusBar\MyStatusBarVM.vb" />
|
|
<Compile Include="TopPanel\TopPanelV.xaml.vb">
|
|
<DependentUpon>TopPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TopPanel\TopPanelVM.vb" />
|
|
<Compile Include="Utility\CurrentMachine.vb" />
|
|
<Compile Include="Utility\Dictionary.xaml.vb">
|
|
<DependentUpon>Dictionary.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\MachParamIniFile.vb" />
|
|
<Compile Include="Utility\Map.vb" />
|
|
<Compile Include="ViewPanel\ViewPanelV.xaml.vb">
|
|
<DependentUpon>ViewPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Page Include="AboutBoxWindow\AboutBoxV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="AddFeatureWnd\AddFeatureWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="AddFeatureWnd\NewAddFeatureWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="AddPartWnd\OnlyProdAddPartWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="AddRawPartWnd\OnlyProdAddRawPartWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="BTLPartManager\BTLPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="BTLPartManager\OnlyProdBTLPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="CALCPanel\OnlyProdCalcPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ChangeMaterialWnd\ChangeMaterialWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ConfigurationPage\OnlyProdCheckVersionV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ConfigurationPage\OnlyProdConfigurationPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FeatureListManager\FeatureListManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FeatureListManager\OnlyProdFeatureListManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FeatureManager\OnlyProdFeatureManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FreeContourInput\OnlyProdFreeContourInputV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FreeContourManager\OnlyProdFreeContourManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="InputPwdWnd\OnlyProdInputPwdWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="InstrumentPanel\OnlyProdInstrumentPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdBTLPartListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdFeatureInPartInRawPartListV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdPartInRawPartListV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdQParameterListProdV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdRawPartListV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainMenu\OnlyProdMainMenuV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow\OnlyProdMainWindowV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MovePartInRawPartWnd\OnlyProdMovePartInRawPartWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NestingRunningWnd\OnlyProdNestingRunningWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="OnlyProdProject\OnlyProdProjectV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="OptimizePanel\OnlyProdOptimizePanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="PartInRawPartManager\OnlyProdPartInRawPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="PartInRawPartManager\PartInRawPartManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MacroFeatureWnd\NewMacroFeatureWnd.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="PartInRawPartManager\PartInRawPartManagerWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="PartManager\OnlyProdPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="PartParametersWnd\PartParametersWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="PdfViewer\PdfViewer.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ProdProjManager\ProdProjManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ProjectTypeWnd\OnlyProdProjectTypeWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="RawPartManager\OnlyProdRawPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="RawPartManager\RawPartManagerWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ShowBeamPanel\OnlyProdShowBeamPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ShowPanel\OnlyProdShowPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SpecialPanel\OnlyProdSpecialPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="StatisticsTimePanel\OnlyProdStatisticsTimePanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Statistics\OnlyProdOptimizerStatisticsV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Statistics\OnlyProdPDFEditorV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Statistics\OnlyProdStatisticsV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="TabWnd\ProdWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="TabWnd\ProjWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdFeatureListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdPParameterListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\OnlyProdQParameterListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="LeftPanel\OnlyProdLeftPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="OnlyProdManager\OnlyProdManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MovePartInRawPartWnd\MovePartInRawPartWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="InputPwdWnd\InputPwdWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MultiCopyRawPartWnd\MultiCopyRawPartWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="AddSectionXMaterialWnd\AddSectionXMaterialWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="AddPartWnd\AddPartWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="AddRawPartWnd\AddRawPartWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="BlockedWnd\BlockedWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="BottomPanel\BottomPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\BTLDataV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\QParameterListV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\QParamListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="CALCPanel\CalcPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FreeContourManager\FreeContourManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FreeContourInput\FreeContourInputV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="NestingRunningWnd\NestingRunningWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ProjectTypeWnd\ProjectTypeWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="RawPartManager\RawPartManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SetUp\SetUpV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SpecialPanel\SpecialPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="StatisticsTimePanel\StatisticsTimePanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="StatisticsWnd\OptimizerStatisticsWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="StatisticsWnd\StatisticsWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Statistics\OptimizerStatisticsV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Statistics\PDFEditorV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Statistics\StatisticsV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateBTLWnd\OnlyProdUpdateBTLWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateBTLWnd\OnlyProdUpdateOrAppendWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateBTLWnd\UpdateBTLWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="UpdateBTLWnd\UpdateOrAppendWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ViewPanel\OnlyProdViewPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="WarehouseWnd\OnlyProdWarehouseWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="WarehouseWnd\WarehouseWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="BTLDataWnd\BTLDataWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\FeatureInPartInRawPartListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\FeatureListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\PParameterListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\PartInRawPartListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\BTLPartListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ItemParamList\PartParametersV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ItemParamList\RawPartListV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ChangeParameterWnd\ChangeParameterWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ConfigurationPage\ConfigurationPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FeatureManager\FeatureManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="InstrumentPanel\InstrumentPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="LeftPanel\LeftPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MacroFeatureWnd\MacroFeatureWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainMenu\MainMenuV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="Application.xaml.vb">
|
|
<DependentUpon>Application.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="BottomPanel\BottomPanelV.xaml.vb">
|
|
<DependentUpon>BottomPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BottomPanel\BottomPanelVM.vb" />
|
|
<Compile Include="BTLViewModel\BTLStructureVM.vb" />
|
|
<Compile Include="ItemParamList\FeatureInPartInRawPartListV.xaml.vb" />
|
|
<Compile Include="ItemParamList\FeatureListV.xaml.vb">
|
|
<DependentUpon>FeatureListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\PParameterListV.xaml.vb">
|
|
<DependentUpon>PParameterListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\PartInRawPartListV.xaml.vb">
|
|
<DependentUpon>PartInRawPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\BTLPartListV.xaml.vb">
|
|
<DependentUpon>BTLPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemParamList\RawPartListV.xaml.vb">
|
|
<DependentUpon>RawPartListV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FeatureManager\FeatureManagerV.xaml.vb">
|
|
<DependentUpon>FeatureManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FeatureManager\FeatureManagerVM.vb" />
|
|
<Compile Include="InstrumentPanel\InstrumentPanelV.xaml.vb">
|
|
<DependentUpon>InstrumentPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InstrumentPanel\MyInstrumentPanelVM.vb" />
|
|
<Compile Include="LeftPanel\LeftPanelV.xaml.vb">
|
|
<DependentUpon>LeftPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LeftPanel\LeftPanelVM.vb" />
|
|
<Compile Include="MainMenu\MainMenuV.xaml.vb">
|
|
<DependentUpon>MainMenuV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainMenu\MainMenuVM.vb" />
|
|
<Page Include="MainWindow\MainWindowV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="OptimizePanel\OptimizePanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="PartManager\PartManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ProdManager\ProdManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Project\ProjectV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ProjManager\ProjManagerV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SceneHost\SceneHostV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ShowBeamPanel\ShowBeamPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ShowPanel\ShowPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="StatusBar\StatusBarV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="TopPanel\TopPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Utility\Dictionary.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ViewPanel\ViewPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows" />
|
|
<Import Include="System.Windows.Controls" />
|
|
<Import Include="System.Windows.Data" />
|
|
<Import Include="System.Windows.Documents" />
|
|
<Import Include="System.Windows.Input" />
|
|
<Import Include="System.Windows.Shapes" />
|
|
<Import Include="System.Windows.Media" />
|
|
<Import Include="System.Windows.Media.Imaging" />
|
|
<Import Include="System.Windows.Navigation" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindow\MainWindowM.vb" />
|
|
<Compile Include="MainWindow\MainWindowV.xaml.vb">
|
|
<DependentUpon>MainWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainWindow\MainWindowVM.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
|
|
<VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
|
|
<VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
</EmbeddedResource>
|
|
<None Include="App.config" />
|
|
<None Include="app.manifest" />
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtBEAMWALL.ico" />
|
|
<Resource Include="Resources\InstrumentPanel\GetDist.png" />
|
|
<Resource Include="Resources\ProjectManager\ExportProject.png" />
|
|
<Resource Include="Resources\ProjectManager\ImportBTL.png" />
|
|
<Resource Include="Resources\ProjectManager\ImportProject.png" />
|
|
<Resource Include="Resources\ProjectManager\New.png" />
|
|
<Resource Include="Resources\ProjectManager\Open.png" />
|
|
<Resource Include="Resources\ProjectManager\Options.png" />
|
|
<Resource Include="Resources\ProjectManager\Save.png" />
|
|
<Resource Include="Resources\ProjectManager\SaveAs.png" />
|
|
<Resource Include="Resources\MainMenu\Send.png" />
|
|
<Resource Include="Resources\ShowBeamPanel\ShowAll.png" />
|
|
<Resource Include="Resources\ShowBeamPanel\ShowBuilding.png" />
|
|
<Resource Include="Resources\ShowBeamPanel\ShowSolid.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingHL.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingSH.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingWF.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromBACK.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromBOTTOM.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromFRONT.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromISO_NE.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromISO_NW.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromISO_SE.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromISO_SW.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromLEFT.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromRIGHT.png" />
|
|
<Resource Include="Resources\ViewPanel\LookFromTOP.png" />
|
|
<Resource Include="Resources\ViewPanel\ZoomAll.png" />
|
|
<Resource Include="Resources\ViewPanel\ZoomIn.png" />
|
|
<Resource Include="Resources\ViewPanel\ZoomOut.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\Analyze.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EgtBEAMWALL.Core\EgtBEAMWALL.Core.vbproj">
|
|
<Project>{f22835a1-83d8-4334-91bb-baaeb9cf59b1}</Project>
|
|
<Name>EgtBEAMWALL.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\EgtBEAMWALL.DataLayer\EgtBEAMWALL.DataLayer.csproj">
|
|
<Project>{24d7760e-662a-47e4-b729-b70126c24a31}</Project>
|
|
<Name>EgtBEAMWALL.DataLayer</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TreeView\Folder.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Behavior\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\AboutBoxImage.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\AddPointCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\ApproxCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\Arc3P.png" />
|
|
<Resource Include="Resources\DrawPanel\ArcCSE.png" />
|
|
<Resource Include="Resources\DrawPanel\ArcFlip.png" />
|
|
<Resource Include="Resources\DrawPanel\ArcPDP.png" />
|
|
<Resource Include="Resources\DrawPanel\BreakCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\Chamfer.png" />
|
|
<Resource Include="Resources\DrawPanel\ChangeColor.png" />
|
|
<Resource Include="Resources\DrawPanel\ChangeColorAlpha.png" />
|
|
<Resource Include="Resources\DrawPanel\ChangeLayer.png" />
|
|
<Resource Include="Resources\DrawPanel\ChangeStart.png" />
|
|
<Resource Include="Resources\DrawPanel\Circle3P.png" />
|
|
<Resource Include="Resources\DrawPanel\CircleCD.png" />
|
|
<Resource Include="Resources\DrawPanel\CircleCP.png" />
|
|
<Resource Include="Resources\DrawPanel\Delete.png" />
|
|
<Resource Include="Resources\DrawPanel\ExplodeCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\ExplodeSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\ExtendCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\ExtractFacetLoops.png" />
|
|
<Resource Include="Resources\DrawPanel\ExtractLoops.png" />
|
|
<Resource Include="Resources\DrawPanel\ExtractSurfFacet.png" />
|
|
<Resource Include="Resources\DrawPanel\Extrude.png" />
|
|
<Resource Include="Resources\DrawPanel\Fillet.png" />
|
|
<Resource Include="Resources\DrawPanel\IntersectSurfSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\InvertCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\InvertSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\JoinCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\Line2P.png" />
|
|
<Resource Include="Resources\DrawPanel\LinearDimension.png" />
|
|
<Resource Include="Resources\DrawPanel\LinePDL.png" />
|
|
<Resource Include="Resources\DrawPanel\MergeSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\Mirror.png" />
|
|
<Resource Include="Resources\DrawPanel\Mirror3D.png" />
|
|
<Resource Include="Resources\DrawPanel\ModifyCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\ModifyText.png" />
|
|
<Resource Include="Resources\DrawPanel\Move.png" />
|
|
<Resource Include="Resources\DrawPanel\Offset.png" />
|
|
<Resource Include="Resources\DrawPanel\Plane.png" />
|
|
<Resource Include="Resources\DrawPanel\Point.png" />
|
|
<Resource Include="Resources\DrawPanel\Polygon.png" />
|
|
<Resource Include="Resources\DrawPanel\PolygonSide.png" />
|
|
<Resource Include="Resources\DrawPanel\Rectangle2P.png" />
|
|
<Resource Include="Resources\DrawPanel\RemoveColor.png" />
|
|
<Resource Include="Resources\DrawPanel\RemovePointCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\Revolve.png" />
|
|
<Resource Include="Resources\DrawPanel\Rotate.png" />
|
|
<Resource Include="Resources\DrawPanel\Rotate3D.png" />
|
|
<Resource Include="Resources\DrawPanel\Ruled.png" />
|
|
<Resource Include="Resources\DrawPanel\Scale.png" />
|
|
<Resource Include="Resources\DrawPanel\Scale3D.png" />
|
|
<Resource Include="Resources\DrawPanel\Screw.png" />
|
|
<Resource Include="Resources\DrawPanel\SolidAddSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\SolidIntersectSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\SolidSubtractSurf.png" />
|
|
<Resource Include="Resources\DrawPanel\SplitCurve.png" />
|
|
<Resource Include="Resources\DrawPanel\Swept.png" />
|
|
<Resource Include="Resources\DrawPanel\Text.png" />
|
|
<Resource Include="Resources\DrawPanel\ThickCurve.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Configuration\MachiningsTable.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\GoToProd.png" />
|
|
<Resource Include="Resources\ProjectManager\GoToProj.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PartManager\LeftInvert.png" />
|
|
<Resource Include="Resources\PartManager\LeftRotate.png" />
|
|
<Resource Include="Resources\PartManager\RightInvert.png" />
|
|
<Resource Include="Resources\PartManager\RightRotate.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\OptimizePanel\Warehouse.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\LeftPanel\AddFeature.png" />
|
|
<Resource Include="Resources\LeftPanel\AddPart.png" />
|
|
<Resource Include="Resources\LeftPanel\AddToRawPart.png" />
|
|
<Resource Include="Resources\LeftPanel\CopyFeature.png" />
|
|
<Resource Include="Resources\LeftPanel\CopyPart.png" />
|
|
<Resource Include="Resources\LeftPanel\MacroFeature.png" />
|
|
<Resource Include="Resources\LeftPanel\NewRawPart.png" />
|
|
<Resource Include="Resources\LeftPanel\RemoveFeature.png" />
|
|
<Resource Include="Resources\LeftPanel\RemovePart.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Statistics\CopyToClipboard.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TopPanel\CopyRawPart.png" />
|
|
<Resource Include="Resources\TopPanel\MoveDownPart.png" />
|
|
<Resource Include="Resources\TopPanel\MoveUpPart.png" />
|
|
<Resource Include="Resources\TopPanel\ProduceAllRawPart.png" />
|
|
<Resource Include="Resources\TopPanel\ProduceRawPart.png" />
|
|
<Resource Include="Resources\TopPanel\RemovePart.png" />
|
|
<Resource Include="Resources\TopPanel\RemoveRawPart.png" />
|
|
<Resource Include="Resources\TopPanel\ReorderPart.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\ChangeParam.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\Statistics.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\CALCPanel\Simulate.png" />
|
|
<Resource Include="Resources\CALCPanel\Verify.png" />
|
|
<Resource Include="Resources\CALCPanel\VerifyAll.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\CALCPanel\ChooseMachine.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\UpdateBTL.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Statistics\PrintPDF.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\OptimizePanel\FlipRot.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\CALCPanel\ResetCalc.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PartManager\Locked.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PartManager\Unlocked.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\CALCPanel\Edit.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\OptimizePanel\UnlockFlip.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\OptimizePanel\UnlockRotation.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\MovePartInRawPart\MoveLeftParts.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\MovePartInRawPart\MoveRightParts.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TopPanel\MovePartInRawPart.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PartManager\Clock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\LeftPanel\NewRawPartAuto.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TopPanel\RemoveAllRawPart.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\AddProj.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PDFEditor\MoveUp.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PDFEditor\MoveDown.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PDFEditor\PrintPDF.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PDFEditor\Delete.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\OpenProjectFileDialog\Archived.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="BouncyCastle">
|
|
<Version>1.8.5</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="DotNetZip">
|
|
<Version>1.16.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="EgwProxy.LiMan">
|
|
<Version>1.0.2408.817</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="EntityFramework">
|
|
<Version>6.4.4</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Google.Protobuf">
|
|
<Version>3.21.9</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="K4os.Compression.LZ4.Streams">
|
|
<Version>1.3.5</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Web.WebView2">
|
|
<Version>1.0.2592.51</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
|
|
<Version>10.0.22621.2428</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="MySql.Data.EntityFramework">
|
|
<Version>8.0.21</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="NLog">
|
|
<Version>5.0.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="PDFsharp-MigraDoc-wpf">
|
|
<Version>1.50.5147</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Portable.BouncyCastle">
|
|
<Version>1.9.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.IO.Pipelines">
|
|
<Version>6.0.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\Ott.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\Vis.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\PDFEditor\PDFPreview.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtDialog\Folder.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtDialog\New.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtDialog\Restore.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtDialog\Root.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Asterisk.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Error.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Exclamation.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Hand.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Information.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Question.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EgtMessageBox\Warning.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\AboutBox\EgalwareLogo.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Egalware.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\EgtBEAMWALL\EgtBEAMWALL.ViewerOptimizerR32.exe
|
|
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\EgtBEAMWALL\EgtBEAMWALL.ViewerOptimizerD32.exe
|
|
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\EgtBEAMWALL\EgtBEAMWALL.ViewerOptimizerR64.exe
|
|
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\EgtBEAMWALL\EgtBEAMWALL.ViewerOptimizerD64.exe</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |