Files
wg_cpso/vtkControl/vtkControl.csproj

150 lines
6.8 KiB
XML
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{125EEFAC-7731-4640-B731-1A32372FA76D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>vtkControl</RootNamespace>
<AssemblyName>vtkControl</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Kitware.mummy.Runtime, Version=1.0.2.599, Culture=neutral, PublicKeyToken=995c7fb9db2c1b44, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\ActiViz.NET 5.8.0 OpenSource Edition\bin\Kitware.mummy.Runtime.dll</HintPath>
</Reference>
<Reference Include="Kitware.VTK, Version=5.8.0.607, Culture=neutral, PublicKeyToken=995c7fb9db2c1b44, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\ActiViz.NET 5.8.0 OpenSource Edition\bin\Kitware.VTK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Enums\vtkAttributeType.cs" />
<Compile Include="Enums\vtkColorSpectrum.cs" />
<Compile Include="Enums\vtkColorSpectrumMinMaxType.cs" />
<Compile Include="Enums\vtkFieldAssociations.cs" />
<Compile Include="Enums\Selection\vtkSelectionContent.cs" />
<Compile Include="Enums\Selection\vtkSelectionField.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="Globals.cs" />
<Compile Include="Locator\vtkMaxLocator.cs" />
<Compile Include="SectionViewProperites.cs" />
<Compile Include="Tools\Extensions.cs" />
<Compile Include="Tools\QuaternionHelper.cs" />
<Compile Include="Enums\vtkCellType.cs" />
<Compile Include="vtkControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="vtkControl.Designer.cs">
<DependentUpon>vtkControl.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Enums\vtkEdgesVisibility.cs" />
<Compile Include="vtkInteractorStyleControl.cs" />
<Compile Include="Enums\vtkRendererLayer.cs" />
<Compile Include="vtkMax\Actor\vtkMaxActor.cs" />
<Compile Include="vtkMax\Actor\vtkMaxCaptionActor.cs" />
<Compile Include="vtkMax\Animation\vtkMaxAnimationFrameData.cs" />
<Compile Include="vtkMax\Actor\vtkMaxExtreemeNode.cs" />
<Compile Include="vtkMax\Animation\vtkMaxActorAnimationData.cs" />
<Compile Include="vtkMax\ColorSpectrum\vtkMaxColorSpectrum.cs" />
<Compile Include="vtkMax\Widget\02_vtkMaxScaleWidget.cs" />
<Compile Include="vtkMax\Widget\03_vtkMaxColorBarWidget.cs" />
<Compile Include="vtkMax\Widget\AnimationType.cs" />
<Compile Include="vtkMax\Widget\DataFieldType.cs" />
<Compile Include="vtkMax\Widget\01_vtkMaxBorderWidget.cs" />
<Compile Include="vtkMax\Actor\vtkMaxActorData.cs" />
<Compile Include="vtkMax\Widget\03_vtkMaxScalarBarWidget.cs" />
<Compile Include="vtkMax\Widget\03_vtkMaxStatusBlock.cs" />
<Compile Include="vtkMax\Widget\02_vtkMaxTextWidget.cs" />
<Compile Include="vtkMax\Widget\03_vtkMaxTextWithArrowWidget.cs" />
<Compile Include="vtkMax\Widget\vtkMaxWidgetTools.cs" />
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="vtkControl.resx">
<SubType>Designer</SubType>
<DependentUpon>vtkControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CaeGlobals\CaeGlobals.csproj">
<Project>{104caebc-0761-4850-a97d-3fc59116c5b6}</Project>
<Name>CaeGlobals</Name>
</ProjectReference>
<ProjectReference Include="..\CaeMesh\CaeMesh.csproj">
<Project>{69d01fc1-1bc1-4470-b371-84d22282be98}</Project>
<Name>CaeMesh</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>