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/PcgDrawSection/PcgDrawSection.csproj

174 lines
7.0 KiB
XML

1 month ago
<?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>{3A506E89-166C-426E-9171-CDC310B3BD05}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GeoSigma.PcgDrawSection</RootNamespace>
<AssemblyName>PcgDrawSection</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<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>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<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.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Unplugged.IbmBits.Desktop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Release\Unplugged.IbmBits.Desktop.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="FormParseHeader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormParseHeader.Designer.cs">
<DependentUpon>FormParseHeader.cs</DependentUpon>
</Compile>
<Compile Include="FormSegYParse.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormSegYParse.Designer.cs">
<DependentUpon>FormSegYParse.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UcSectionViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UcSectionViewer.Designer.cs">
<DependentUpon>UcSectionViewer.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="FormParseHeader.resx">
<DependentUpon>FormParseHeader.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormSegYParse.resx">
<DependentUpon>FormSegYParse.cs</DependentUpon>
</EmbeddedResource>
<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>
<EmbeddedResource Include="UcSectionViewer.resx">
<DependentUpon>UcSectionViewer.cs</DependentUpon>
</EmbeddedResource>
<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>
<None Include="Resources\Open_16x16.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{b13c222d-81c0-4ecc-aa24-26713bff6050}</Project>
<Name>GeoSigmaDrawLib</Name>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerElement\SigmaDrawerElement.csproj">
<Project>{0cdd53c3-aa2a-4500-9e45-5299d792a52d}</Project>
<Name>SigmaDrawerElement</Name>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerStyle\SigmaDrawerStyle.csproj">
<Project>{EEB9111D-BE72-4B3D-9288-61CC8329BA07}</Project>
<Name>SigmaDrawerStyle</Name>
</ProjectReference>
<ProjectReference Include="..\UCDraw\UCDraw.csproj">
<Project>{084a0a22-a559-4d50-a0a0-b389db21d71d}</Project>
<Name>UCDraw</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Apply_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\GridCerticalLines_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\GridHorizontalLines_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\SnapHeader_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\SectionBreaksList_NextPage_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Technology_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Save_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\地震数据.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>