2a861dca1b
- aggiunte versioni a 32bit solo per usi interni (test/debug).
669 lines
28 KiB
XML
669 lines
28 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>{BCDE0368-2C69-4948-8723-D0FE71417986}</ProjectGuid>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Icarus</RootNamespace>
|
|
<AssemblyName>Icarus</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<MyType>Custom</MyType>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</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|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DocumentationFile>Icarus.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DocumentationFile>Icarus.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resources\Icarus.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DocumentationFile>Icarus.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DocumentationFile>Icarus.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EgtUILib, Version=2.4.7.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\EgtProg\DllD32\EgtUILib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgtWPFLib5, Version=2.4.5.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\EgtProg\DllD32\EgtWPFLib5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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="System.Net.Http" />
|
|
<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="ChooseMachineWnd\ChooseMachineWndV.xaml.vb">
|
|
<DependentUpon>ChooseMachineWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChooseMachineWnd\ChooseMachineWndVM.vb" />
|
|
<Compile Include="ChooseReferenceWnd\ChooseReferenceWndV.xaml.vb">
|
|
<DependentUpon>ChooseReferenceWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChooseReferenceWnd\ChooseReferenceWndVM.vb" />
|
|
<Compile Include="Constants\Const3dPrint.vb" />
|
|
<Compile Include="Constants\ConstBeam.vb" />
|
|
<Compile Include="Constants\ConstColumns.vb" />
|
|
<Compile Include="Constants\ConstDataGridColumnsIni.vb" />
|
|
<Compile Include="Constants\ConstDims.vb" />
|
|
<Compile Include="Constants\ConstGen.vb" />
|
|
<Compile Include="Constants\ConstIni.vb" />
|
|
<Compile Include="Constants\ConstMachComm.vb" />
|
|
<Compile Include="Constants\ConstMachIni.vb" />
|
|
<Compile Include="Constants\ConstMsg.vb" />
|
|
<Compile Include="ControllerInputPanel\ControllerInputPanelV.xaml.vb">
|
|
<DependentUpon>ControllerInputPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ControllerInputPanel\ControllerInputPanelVM.vb" />
|
|
<Compile Include="CurrLayerSlider\CurrLayerSliderV.xaml.vb">
|
|
<DependentUpon>CurrLayerSliderV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CurrLayerSlider\CurrLayerSliderVM.vb" />
|
|
<Compile Include="DataGridMultiselectManaging\IListItemConverter.vb" />
|
|
<Compile Include="DataGridMultiselectManaging\MultiSelectorBehaviours.vb" />
|
|
<Compile Include="DataGridMultiselectManaging\TwoListSynchronizer.vb" />
|
|
<Compile Include="DispositionPanel\DispositionPanelV.xaml.vb">
|
|
<DependentUpon>DispositionPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DispositionPanel\DispositionPanelVM.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="MachinePanel\MachinePanelV.xaml.vb">
|
|
<DependentUpon>MachinePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MachinePanel\MachinePanelVM.vb" />
|
|
<Compile Include="MachiningDb\MachiningDbV.xaml.vb">
|
|
<DependentUpon>MachiningDbV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MachiningDb\MachiningDbVM.vb" />
|
|
<Compile Include="CurrMachiningPanel\CurrMachining.vb" />
|
|
<Compile Include="CurrMachiningPanel\CurrMachiningPanelV.xaml.vb">
|
|
<DependentUpon>CurrMachiningPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CurrMachiningPanel\CurrMachiningPanelVM.vb" />
|
|
<Compile Include="MachiningDb\Machining.vb" />
|
|
<Compile Include="MachSaveInDbWnd\MachSaveInDbWindowV.xaml.vb">
|
|
<DependentUpon>MachSaveInDbWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MachSaveInDbWnd\MachSaveInDbWndVM.vb" />
|
|
<Compile Include="ManagePartPanel\ManagePartPanelV.xaml.vb">
|
|
<DependentUpon>ManagePartPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ManagePartPanel\ManagePartPanelVM.vb" />
|
|
<Compile Include="ManagePartPanel\ManagePartUtility.vb" />
|
|
<Compile Include="MaterialDb\Material.vb" />
|
|
<Compile Include="MaterialDb\MaterialDbV.xaml.vb">
|
|
<DependentUpon>MaterialDbV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MaterialDb\MaterialDbVM.vb" />
|
|
<Compile Include="OptionsWindow\MachineBox.xaml.vb">
|
|
<DependentUpon>MachineBox.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OptionsWindow\OptionModule.vb" />
|
|
<Compile Include="OptionsWindow\OptionWindowV.xaml.vb">
|
|
<DependentUpon>OptionWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OptionsWindow\OptionWindowVM.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="ReferencePanel\ReferencePanelV.xaml.vb">
|
|
<DependentUpon>ReferencePanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ReferencePanel\ReferencePanelVM.vb" />
|
|
<Compile Include="RibPanel\RibPanelV.xaml.vb">
|
|
<DependentUpon>RibPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RibPanel\RibPanelVM.vb" />
|
|
<Compile Include="RibParamPanel\RibParamPanelV.xaml.vb">
|
|
<DependentUpon>RibParamPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RibParamPanel\RibParamPanelVM.vb" />
|
|
<Compile Include="RightPanel\RightPanelV.xaml.vb">
|
|
<DependentUpon>RightPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RightPanel\RightPanelVM.vb" />
|
|
<Compile Include="SceneHost\MySceneHostVM.vb" />
|
|
<Compile Include="SceneHost\SceneHostV.xaml.vb">
|
|
<DependentUpon>SceneHostV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SecondaryWindow\SecondaryWindowV.xaml.vb">
|
|
<DependentUpon>SecondaryWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SecondaryWindow\SecondaryWindowVM.vb" />
|
|
<Compile Include="ShellNumberPanel\ShellNumberPanelV.xaml.vb">
|
|
<DependentUpon>ShellNumberPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShellNumberPanel\ShellNumberPanelVM.vb" />
|
|
<Compile Include="ShellNumberParamPanel\ShellNumberParamPanelV.xaml.vb">
|
|
<DependentUpon>ShellNumberParamPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShellNumberParamPanel\ShellNumberParamPanelVM.vb" />
|
|
<Compile Include="ShowPanel\ShowPanelV.xaml.vb">
|
|
<DependentUpon>ShowPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShowValueSlider\ShowValueSlider.xaml.vb">
|
|
<DependentUpon>ShowValueSlider.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SimulationPanel\MachineAxis.vb" />
|
|
<Compile Include="SimulationPanel\MySimulation.vb" />
|
|
<Compile Include="SimulationPanel\SimulationPanelV.xaml.vb">
|
|
<DependentUpon>SimulationPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SimulationPanel\SimulationPanelVM.vb" />
|
|
<Compile Include="SliceManager\SliceManagerV.xaml.vb">
|
|
<DependentUpon>SliceManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SliceManager\SliceManagerVM.vb" />
|
|
<Compile Include="SliderManager\LayerAdvancementSliderV.xaml.vb">
|
|
<DependentUpon>LayerAdvancementSliderV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SliderManager\LayerIndexSliderV.xaml.vb">
|
|
<DependentUpon>LayerIndexSliderV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SliderManager\SliderManagerVM.vb" />
|
|
<Compile Include="Special-3dPrinting\Printing3DPanelV.xaml.vb">
|
|
<DependentUpon>Printing3DPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Special-3dPrinting\Printing3DPanelVM.vb" />
|
|
<Compile Include="Special-3dPrinting\Printing3DUtility.vb" />
|
|
<Compile Include="SplashScreen\SplashScreen.xaml.vb">
|
|
<DependentUpon>SplashScreen.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StartMachPanel\StartMachPanelV.xaml.vb">
|
|
<DependentUpon>StartMachPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StartMachPanel\StartMachPanelVM.vb" />
|
|
<Compile Include="StatusBar\MyStatusBarVM.vb" />
|
|
<Compile Include="StatusBar\StatusBarV.xaml.vb">
|
|
<DependentUpon>StatusBarV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TopPanel\TopPanelV.xaml.vb">
|
|
<DependentUpon>TopPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TopPanel\TopPanelVM.vb" />
|
|
<Compile Include="TSFEditor\TFSEditorVM.vb" />
|
|
<Compile Include="TSFEditor\TFSEditorV.xaml.vb">
|
|
<DependentUpon>TFSEditorV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\CurrentMachine.vb" />
|
|
<Compile Include="Utility\Dictionary.xaml.vb">
|
|
<DependentUpon>Dictionary.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\DisableModifiedMgr.vb" />
|
|
<Compile Include="Utility\EgwCrypto.vb" />
|
|
<Compile Include="Utility\GeomEntityColors.vb" />
|
|
<Compile Include="Utility\LuaExec.vb" />
|
|
<Compile Include="Utility\Map.vb" />
|
|
<Compile Include="Utility\MyMachine.vb" />
|
|
<Compile Include="ViewLayerManager\ViewLayerManagerV.xaml.vb">
|
|
<DependentUpon>ViewLayerManagerV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewLayerManager\ViewLayerManagerVM.vb" />
|
|
<Compile Include="ViewModel\MaterialVM.vb" />
|
|
<Compile Include="ViewModel\Print3dLayerVM.vb" />
|
|
<Compile Include="ViewModel\Print3dPartVM.vb" />
|
|
<Compile Include="ViewPanel\ViewPanelV.xaml.vb">
|
|
<DependentUpon>ViewPanelV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewPanel\ViewPanelVM.vb" />
|
|
<Page Include="AboutBoxWindow\AboutBoxV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ChooseMachineWnd\ChooseMachineWndV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ChooseReferenceWnd\ChooseReferenceWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ControllerInputPanel\ControllerInputPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="CurrLayerSlider\CurrLayerSliderV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="DispositionPanel\DispositionPanelV.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">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MachinePanel\MachinePanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MachiningDb\MachiningDbV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="CurrMachiningPanel\CurrMachiningPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MachSaveInDbWnd\MachSaveInDbWindowV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="Application.xaml.vb">
|
|
<DependentUpon>Application.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="MainWindow.xaml.vb">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="MainWindow\MainWindowV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ManagePartPanel\ManagePartPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MaterialDb\MaterialDbV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="OptionsWindow\MachineBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="OptionsWindow\OptionWindowV.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="ReferencePanel\ReferencePanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="RibPanel\RibPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="RibParamPanel\RibParamPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="RightPanel\RightPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SceneHost\SceneHostV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SecondaryWindow\SecondaryWindowV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ShellNumberPanel\ShellNumberPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ShellNumberParamPanel\ShellNumberParamPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
</Page>
|
|
<Page Include="ShowPanel\ShowPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ShowValueSlider\ShowValueSlider.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SimulationPanel\SimulationPanelV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
</Page>
|
|
<Page Include="SliceManager\SliceManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SliderManager\LayerAdvancementSliderV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SliderManager\LayerIndexSliderV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Special-3dPrinting\Printing3DPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SplashScreen\SplashScreen.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="StartMachPanel\StartMachPanelV.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">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="TSFEditor\TFSEditorV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Utility\Dictionary.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ViewLayerManager\ViewLayerManagerV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ViewPanel\ViewPanelV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="System.Threading.Tasks" />
|
|
<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.manifest" />
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<Resource Include="Resources\Fonts\Roboto-Regular.ttf" />
|
|
<Resource Include="Resources\Fonts\Roboto-Light.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Icarus.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\ExportProject.png" />
|
|
<Resource Include="Resources\ProjectManager\GoToProd.png" />
|
|
<Resource Include="Resources\ProjectManager\GoToProj.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\ProjectManager\UpdateBTL.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\Import.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\ProjectManager\Send.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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\ShowPanel\CurveDir.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingHL.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingSH.png" />
|
|
<Resource Include="Resources\ShowPanel\RenderingWF.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\InstrumentPanel\Analyze.png" />
|
|
<Resource Include="Resources\InstrumentPanel\ChangeParam.png" />
|
|
<Resource Include="Resources\InstrumentPanel\GetDist.png" />
|
|
<Resource Include="Resources\InstrumentPanel\Statistics.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TreeView\Folder.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Point.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Line2P.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\GridViewPanel\Cplane3POINTS.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneBACK.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneBOTTOM.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneELEVATION.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneFRONT.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneLEFT.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneOBJECT.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneORIGIN.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplanePERPCURVE.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneRIGHT.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneROTATE.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneTOP.png" />
|
|
<Resource Include="Resources\GridViewPanel\CplaneView.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Delete.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\ModifyCurve.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\AddPointCurve.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\RemovePointCurve.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Move.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Rotate.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DrawPanel\Extrude.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SimulationPanel\Play.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SimulationPanel\Pause.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SimulationPanel\PlayStep.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SimulationPanel\Stop.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SimulTab\Pause.png" />
|
|
<Resource Include="Resources\SimulTab\Play.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\AboutBoxImage.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\TopPanel\Edit.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SplashScreen\GoldSplashscreen.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\SplashScreen\LogoEgalware.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\Icarus\IcarusR32.exe
|
|
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\Icarus\IcarusD32.exe
|
|
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\Icarus\IcarusR64.exe
|
|
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\Icarus\IcarusD64.exe</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |