You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/SigmaDrawerElement/SigmaDrawerElement.csproj

174 lines
8.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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>{0CDD53C3-AA2A-4500-9E45-5299D792A52D}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>GeoSigma.SigmaDrawerElement</RootNamespace>
<AssemblyName>SigmaDrawerElement</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</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>
<LangVersion>7.1</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.1</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Utils.v20.1.UI, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SigmaDrawerStyle, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BinaryBlock.cs" />
<Compile Include="Constants.cs" />
<Compile Include="Converter\ArcStyleConverter.cs" />
<Compile Include="Converter\CurveLocationTypeConverter.cs" />
<Compile Include="Converter\EllipseStyleConverter.cs" />
<Compile Include="Converter\MeshRulerIdeaConverter.cs" />
<Compile Include="Converter\ProportionStyleConverter.cs" />
<Compile Include="Converter\ProportionUnitConverter.cs" />
<Compile Include="Converter\SectionDisplayTypeConvert.cs" />
<Compile Include="Descriptor\DrawerArcDescriptor.cs" />
<Compile Include="Descriptor\DrawerEllipseDescriptor.cs" />
<Compile Include="DrawerArc.cs" />
<Compile Include="DrawerCircle.cs" />
<Compile Include="DrawerData.cs" />
<Compile Include="DrawerDonut.cs" />
<Compile Include="DrawerElementHelp.cs" />
<Compile Include="DrawerEllipse.cs" />
<Compile Include="DrawerFrame.cs" />
<Compile Include="DrawerGroup.cs" />
<Compile Include="DrawerLayer.cs" />
<Compile Include="DrawerProportion.cs" />
<Compile Include="DrawerSurface.cs" />
<Compile Include="DrawerPline.cs" />
<Compile Include="DrawerPoint.cs" />
<Compile Include="DrawerText.cs" />
<Compile Include="DrawerWellGroup.cs" />
<Compile Include="DrawerXyz.cs" />
<Compile Include="ElementBase.cs" />
<Compile Include="DrawerElementProperty.cs" />
<Compile Include="DrawerCommon.cs" />
<Compile Include="DrawerPointCrossName.cs" />
<Compile Include="DrawerPointTwoName.cs" />
<Compile Include="DrawerFrameGrid.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Descriptor\BaseTypeDescriptor.cs" />
<Compile Include="DrawerSeismicSection.cs" />
<Compile Include="VtkScene.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj">
<Project>{de7a91f6-260b-4c8f-a2c0-4f080ee09bfe}</Project>
<Name>ColorPicker</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{b13c222d-81c0-4ecc-aa24-26713bff6050}</Project>
<Name>GeoSigmaDrawLib</Name>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj">
<Project>{9a9ebfa1-819d-4a2f-9dbd-cf01c7994951}</Project>
<Name>SigmaDrawerUtil</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="CustomClean" AfterTargets="Clean">
<RemoveDir Directories="$(BaseIntermediateOutputPath)"/>
<!-- 删除obj -->
</Target>
</Project>