6d324ba067
- aggiunta lavorazione di mortasatura - aggiunt agestione angolo indeterminato su secondo asse rotante.
340 lines
17 KiB
XML
340 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{0BD58222-92F3-48B2-B656-4497D1956874}</ProjectGuid>
|
|
<RootNamespace>EgtMachKernel</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)D$(PlatformArchitecture)</TargetName>
|
|
<TargetExt>.dll</TargetExt>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<TargetName>$(ProjectName)D$(PlatformArchitecture)</TargetName>
|
|
<TargetExt>.dll</TargetExt>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)R$(PlatformArchitecture)</TargetName>
|
|
<TargetExt>.dll</TargetExt>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<TargetName>$(ProjectName)R$(PlatformArchitecture)</TargetName>
|
|
<TargetExt>.dll</TargetExt>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;I_AM_EMK;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<AdditionalDependencies>C:\EgtDev\Extern\OxySec\Lib\x32\xnodus32.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Lib\
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\
|
|
copy $(TargetPath) \EgtProg\DllD32</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;_DEB32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;I_AM_EMK;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<AdditionalDependencies>C:\EgtDev\Extern\OxySec\Lib\x64\xnodus.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Lib\
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\
|
|
copy $(TargetPath) \EgtProg\DllD64</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;_DEB64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;I_AM_EMK;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<SubSystem>Windows</SubSystem>
|
|
<AdditionalDependencies>C:\EgtDev\Extern\OxySec\Lib\x32\xnodus32.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\
|
|
copy $(TargetPath) \EgtProg\Dll32</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;NDEB32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;I_AM_EMK;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<SubSystem>Windows</SubSystem>
|
|
<AdditionalDependencies>C:\EgtDev\Extern\OxySec\Lib\x64\xnodus.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\
|
|
copy $(TargetPath) \EgtProg\Dll64</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;NDEB64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Axis.cpp" />
|
|
<ClCompile Include="CamData.cpp" />
|
|
<ClCompile Include="ChiselingData.cpp" />
|
|
<ClCompile Include="Chiseling.cpp" />
|
|
<ClCompile Include="Disposition.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="Drilling.cpp" />
|
|
<ClCompile Include="DrillingData.cpp" />
|
|
<ClCompile Include="EMkDllMain.cpp" />
|
|
<ClCompile Include="Exit.cpp" />
|
|
<ClCompile Include="Generator.cpp" />
|
|
<ClCompile Include="GenMachining.cpp" />
|
|
<ClCompile Include="GenMachiningData.cpp" />
|
|
<ClCompile Include="GeoCalc.cpp" />
|
|
<ClCompile Include="Machine.cpp" />
|
|
<ClCompile Include="MachineAxes.cpp" />
|
|
<ClCompile Include="MachineCalc.cpp" />
|
|
<ClCompile Include="MachineLua.cpp" />
|
|
<ClCompile Include="MachineHeads.cpp" />
|
|
<ClCompile Include="MachineLuaCL.cpp" />
|
|
<ClCompile Include="MachineTables.cpp" />
|
|
<ClCompile Include="MachineWriter.cpp" />
|
|
<ClCompile Include="Machining.cpp" />
|
|
<ClCompile Include="MachiningsMgr.cpp" />
|
|
<ClCompile Include="MachMgrBasic.cpp" />
|
|
<ClCompile Include="MachMgrDBMachinings.cpp" />
|
|
<ClCompile Include="MachMgrFixtures.cpp" />
|
|
<ClCompile Include="MachMgrGeneration.cpp" />
|
|
<ClCompile Include="MachMgrMachGroups.cpp" />
|
|
<ClCompile Include="MachMgrMachines.cpp" />
|
|
<ClCompile Include="MachMgrOperations.cpp" />
|
|
<ClCompile Include="MachMgrParts.cpp" />
|
|
<ClCompile Include="MachMgrPhases.cpp" />
|
|
<ClCompile Include="MachMgrRawParts.cpp" />
|
|
<ClCompile Include="MachMgrSetup.cpp" />
|
|
<ClCompile Include="MachMgrSimulation.cpp" />
|
|
<ClCompile Include="MachMgrDBTools.cpp" />
|
|
<ClCompile Include="Milling.cpp" />
|
|
<ClCompile Include="MillingData.cpp" />
|
|
<ClCompile Include="Mortising.cpp" />
|
|
<ClCompile Include="MortisingData.cpp" />
|
|
<ClCompile Include="Operation.cpp" />
|
|
<ClCompile Include="OperationCL.cpp" />
|
|
<ClCompile Include="Pocketing.cpp" />
|
|
<ClCompile Include="PocketingData.cpp" />
|
|
<ClCompile Include="SawFinishing.cpp" />
|
|
<ClCompile Include="SawFinishingData.cpp" />
|
|
<ClCompile Include="Sawing.cpp" />
|
|
<ClCompile Include="SawingData.cpp" />
|
|
<ClCompile Include="SawRoughing.cpp" />
|
|
<ClCompile Include="SawRoughingData.cpp" />
|
|
<ClCompile Include="SetupMgr.cpp" />
|
|
<ClCompile Include="Simulator.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Head.cpp" />
|
|
<ClCompile Include="Table.cpp" />
|
|
<ClCompile Include="ToolData.cpp" />
|
|
<ClCompile Include="ToolsMgr.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\Include\EGkSelection.h" />
|
|
<ClInclude Include="..\Include\EMkDispositionConst.h" />
|
|
<ClInclude Include="..\Include\EMkDllMain.h" />
|
|
<ClInclude Include="..\Include\EMkMachiningConst.h" />
|
|
<ClInclude Include="..\Include\EMkMachMgr.h" />
|
|
<ClInclude Include="Axis.h" />
|
|
<ClInclude Include="CamData.h" />
|
|
<ClInclude Include="Chiseling.h" />
|
|
<ClInclude Include="ChiselingData.h" />
|
|
<ClInclude Include="Disposition.h" />
|
|
<ClInclude Include="DllMain.h" />
|
|
<ClInclude Include="Drilling.h" />
|
|
<ClInclude Include="DrillingData.h" />
|
|
<ClInclude Include="Exit.h" />
|
|
<ClInclude Include="Generator.h" />
|
|
<ClInclude Include="GenMachining.h" />
|
|
<ClInclude Include="GenMachiningData.h" />
|
|
<ClInclude Include="GeoCalc.h" />
|
|
<ClInclude Include="MachConst.h" />
|
|
<ClInclude Include="Machine.h" />
|
|
<ClInclude Include="MachineStruConst.h" />
|
|
<ClInclude Include="Machining.h" />
|
|
<ClInclude Include="MachiningConst.h" />
|
|
<ClInclude Include="MachiningData.h" />
|
|
<ClInclude Include="MachiningDataFactory.h" />
|
|
<ClInclude Include="MachiningCreate.h" />
|
|
<ClInclude Include="MachiningsMgr.h" />
|
|
<ClInclude Include="MachMgr.h" />
|
|
<ClInclude Include="Milling.h" />
|
|
<ClInclude Include="MillingData.h" />
|
|
<ClInclude Include="Mortising.h" />
|
|
<ClInclude Include="MortisingData.h" />
|
|
<ClInclude Include="Operation.h" />
|
|
<ClInclude Include="OperationConst.h" />
|
|
<ClInclude Include="OutputConst.h" />
|
|
<ClInclude Include="Pocketing.h" />
|
|
<ClInclude Include="PocketingData.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="SawFinishing.h" />
|
|
<ClInclude Include="SawFinishingData.h" />
|
|
<ClInclude Include="Sawing.h" />
|
|
<ClInclude Include="SawingData.h" />
|
|
<ClInclude Include="SawRoughing.h" />
|
|
<ClInclude Include="SawRoughingData.h" />
|
|
<ClInclude Include="SetTempMachLook.h" />
|
|
<ClInclude Include="SetTempPhase.h" />
|
|
<ClInclude Include="SetupMgr.h" />
|
|
<ClInclude Include="Simulator.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
<ClInclude Include="Head.h" />
|
|
<ClInclude Include="Table.h" />
|
|
<ClInclude Include="ToolData.h" />
|
|
<ClInclude Include="ToolsMgr.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="EgtMachKernel.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |