217 lines
8.9 KiB
XML
217 lines
8.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{55B00DB1-BA55-47B7-BD44-35C0FCD05FD5}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DBCHM</RootNamespace>
|
|
<AssemblyName>DBCHM</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>CS7035</NoWarn>
|
|
</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>
|
|
<ApplicationIcon>ico\dbchm.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ComponentFactory.Krypton.Toolkit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>lib\ComponentFactory.Krypton.Toolkit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.TextEditor, Version=4.2.0.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ICSharpCode.TextEditor.Extended.4.2.4\lib\net45\ICSharpCode.TextEditor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.Linq" />
|
|
<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" />
|
|
<Reference Include="ZetaLongPaths, Version=1.0.0.38, Culture=neutral, PublicKeyToken=b764f59068f31f38, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ZetaLongPaths.1.0.0.38\lib\net452-full\ZetaLongPaths.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AboutBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AboutBox.Designer.cs">
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Common\CommonExtension.cs" />
|
|
<Compile Include="Common\DBCHMConfig.cs" />
|
|
<Compile Include="Common\DBUtils.cs" />
|
|
<Compile Include="Common\EnumExtension.cs" />
|
|
<Compile Include="Common\Enums.cs" />
|
|
<Compile Include="Common\FormUtils.cs" />
|
|
<Compile Include="Common\ConfigUtils.cs" />
|
|
<Compile Include="Common\ProgressArg.cs" />
|
|
<Compile Include="Common\XmlAnalyze.cs" />
|
|
<Compile Include="FrmProcessing.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmProcessing.Designer.cs">
|
|
<DependentUpon>FrmProcessing.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GridFormMgr.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GridFormMgr.Designer.cs">
|
|
<DependentUpon>GridFormMgr.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DBForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DBForm.Designer.cs">
|
|
<DependentUpon>DBForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ImportForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ImportForm.designer.cs">
|
|
<DependentUpon>ImportForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PdmModels\ColumnInfo.cs" />
|
|
<Compile Include="PdmModels\PdmKey.cs" />
|
|
<Compile Include="PdmModels\PdmModels.cs" />
|
|
<Compile Include="PdmModels\SelectedTables.cs" />
|
|
<Compile Include="PdmModels\TableInfo.cs" />
|
|
<Compile Include="PDM\PdmReader.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TreeViewEnhanced.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<EmbeddedResource Include="AboutBox.resx">
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmProcessing.resx">
|
|
<DependentUpon>FrmProcessing.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GridFormMgr.resx">
|
|
<DependentUpon>GridFormMgr.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DBForm.resx">
|
|
<DependentUpon>DBForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ImportForm.resx">
|
|
<DependentUpon>ImportForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="htmlhelp.exe">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ico\about.png" />
|
|
<Content Include="ico\connect.png" />
|
|
<Content Include="ico\DBCHM.ico" />
|
|
<Content Include="ico\empty.png" />
|
|
<Content Include="ico\excel.png" />
|
|
<Content Include="ico\exp.png" />
|
|
<Content Include="ico\html.png" />
|
|
<Content Include="ico\logo.png" />
|
|
<Content Include="ico\md.png" />
|
|
<Content Include="ico\pdf.png" />
|
|
<Content Include="ico\refresh_reload.png" />
|
|
<Content Include="ico\upload.png" />
|
|
<Content Include="ico\word.png" />
|
|
<Content Include="ico\xml.png" />
|
|
<Content Include="Images\DBCHM001.png" />
|
|
<Content Include="Images\DBCHM002.png" />
|
|
<Content Include="Images\DBCHM003.png" />
|
|
<Content Include="Images\DBCHM004.png" />
|
|
<Content Include="Images\DBCHM005.png" />
|
|
<EmbeddedResource Include="Resources\loading.gif" />
|
|
<EmbeddedResource Include="lib\ComponentFactory.Krypton.Toolkit.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DocTools\DocTools.csproj">
|
|
<Project>{130a8861-0c39-4933-9de8-aa9525488211}</Project>
|
|
<Name>DocTools</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MJTop.Data\MJTop.Data.csproj">
|
|
<Project>{3d36cdc9-e989-465b-a9f1-ad85dc42f242}</Project>
|
|
<Name>MJTop.Data</Name>
|
|
</ProjectReference>
|
|
</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>
|
|
-->
|
|
<Target Name="AfterBuild">
|
|
<ItemGroup>
|
|
<MoveToLibFolder Include="$(OutputPath)*.dll ; $(OutputPath)*.pdb ; $(OutputPath)*.xml" />
|
|
</ItemGroup>
|
|
</Target>
|
|
</Project> |