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

198 lines
8.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{51F50D09-4696-4A2E-A53B-FC940262E67E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KepGridEditor</RootNamespace>
<AssemblyName>KepGridEditor</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
</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>
<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</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v20.1" />
<Reference Include="DevExpress.Data.v20.1" />
<Reference Include="DevExpress.Data.Desktop.v20.1" />
<Reference Include="DevExpress.Utils.v20.1" />
<Reference Include="DevExpress.XtraBars.v20.1" />
<Reference Include="DevExpress.Sparkline.v20.1.Core" />
<Reference Include="DevExpress.XtraEditors.v20.1" />
<Reference Include="DevExpress.Printing.v20.1.Core" />
<Reference Include="DevExpress.XtraLayout.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraPrinting.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraTreeList.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraVerticalGrid.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="MeshProcess">
<HintPath>..\..\bin\Debug\MeshProcess.exe</HintPath>
<Private>False</Private>
</Reference>
<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.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CalculateZDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CalculateZDialog.Designer.cs">
<DependentUpon>CalculateZDialog.cs</DependentUpon>
</Compile>
<Compile Include="ExpressionZDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ExpressionZDialog.Designer.cs">
<DependentUpon>ExpressionZDialog.cs</DependentUpon>
</Compile>
<Compile Include="FormFilterMeshSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormFilterMeshSetting.Designer.cs">
<DependentUpon>FormFilterMeshSetting.cs</DependentUpon>
</Compile>
<Compile Include="FormMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="FrmRectificationProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmRectificationProgress.designer.cs">
<DependentUpon>FrmRectificationProgress.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="FormWellAdjustSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormWellAdjustSetting.Designer.cs">
<DependentUpon>FormWellAdjustSetting.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="CalculateZDialog.resx">
<DependentUpon>CalculateZDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ExpressionZDialog.resx">
<DependentUpon>ExpressionZDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormFilterMeshSetting.resx">
<DependentUpon>FormFilterMeshSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormWellAdjustSetting.resx">
<DependentUpon>FormWellAdjustSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmRectificationProgress.resx">
<DependentUpon>FrmRectificationProgress.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>
<None Include="App.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>
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj">
<Project>{de7a91f6-260b-4c8f-a2c0-4f080ee09bfe}</Project>
<Name>ColorPicker</Name>
</ProjectReference>
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{B13C222D-81C0-4ECC-AA24-26713BFF6050}</Project>
<Name>GeoSigmaDrawLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\guolvdengzhixian.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\jingdianpipei.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\loading.gif" />
</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>