Files
wg_cpso/CaeResults/CaeResults.csproj

134 lines
7.3 KiB
XML
Raw Normal View History

2026-03-25 18:20:24 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{BCA7C65B-CC0B-48CA-B852-49255BD3851D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CaeResults</RootNamespace>
<AssemblyName>CaeResults</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<Optimize>false</Optimize>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="PriorityQueue, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5e136dbf0437dacd, processorArchitecture=MSIL">
<HintPath>..\packages\OptimizedPriorityQueue.5.1.0\lib\net45\PriorityQueue.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Enums\ComplexResultTypeEnum.cs" />
<Compile Include="Enums\DeformationScaleFactorTypeEnum.cs" />
<Compile Include="Enums\SlipWearResultsEnum.cs" />
<Compile Include="FeResults.cs" />
<Compile Include="FieldOutputNames.cs" />
<Compile Include="FieldOutput\ResultFieldOutput.cs" />
<Compile Include="FieldOutput\ResultFieldOutputCoordinateSystemTransform.cs" />
<Compile Include="FieldOutput\ResultFieldOutputEnvelope.cs" />
<Compile Include="FieldOutput\ResultFieldOutputLimit.cs" />
<Compile Include="FieldOutput\ResultFieldOutputEquation.cs" />
<Compile Include="FileInOut\Input\OpenFoam\OpenFoamFileReader.cs" />
<Compile Include="FileInOut\Input\CloudPoint\CloudPointReader.cs" />
<Compile Include="HistoryOutputNames.cs" />
<Compile Include="HistoryOutputs\HistoryResultFilter.cs" />
<Compile Include="HistoryOutputs\HistoryResultData.cs" />
<Compile Include="HistoryOutputs\HistoryResultComponent.cs" />
<Compile Include="HistoryOutputs\HistoryResultField.cs" />
<Compile Include="HistoryOutputs\HistoryResultSet.cs" />
<Compile Include="HistoryOutputs\HistoryResults.cs" />
<Compile Include="HistoryOutputs\HistoryResultEntries.cs" />
<Compile Include="FieldOutput\FieldComponent.cs" />
<Compile Include="FieldOutput\FieldData.cs" />
<Compile Include="FileInOut\Input\CalculiX\DatDataSet.cs" />
<Compile Include="FileInOut\Input\CalculiX\FrdFeDescriptorId.cs" />
<Compile Include="FileInOut\Input\CalculiX\DatFileReader.cs" />
<Compile Include="FileInOut\Input\CalculiX\FrdFileReader.cs" />
<Compile Include="HistoryOutputs\HistoryResultSetExporter.cs" />
<Compile Include="HistoryOutputs\ResultHistoryOutput.cs" />
<Compile Include="HistoryOutputs\ResultHistoryOutputFromEquation.cs" />
<Compile Include="HistoryOutputs\ResultHistoryOutputFromField.cs" />
<Compile Include="Interpolator\CloudBasedInterpolator\CloudPoint.cs" />
<Compile Include="Interpolator\CloudBasedInterpolator\CloudInterpolatorEnum.cs" />
<Compile Include="Interpolator\CloudBasedInterpolator\CloudInterpolator.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\InterpolatorEnum.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\ClosestPointTypeEnum.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\Plane.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\Edge3.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\Triangle.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="FieldOutput\Field.cs" />
<Compile Include="Interpolator\MeshBasedInterpolator\ResultsInterpolator.cs" />
<Compile Include="ResultsCollection.cs" />
<Compile Include="Transformations\CircularPattern.cs" />
<Compile Include="Transformations\LinearPattern.cs" />
<Compile Include="Transformations\Symmetry.cs" />
<Compile Include="Transformations\Transformation.cs" />
</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>
<ProjectReference Include="..\vtkControl\vtkControl.csproj">
<Project>{125eefac-7731-4640-b731-1a32372fa76d}</Project>
<Name>vtkControl</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>