AIMS/DrawGraphManagement/DrawGraphManagement.csproj
2023-08-15 23:33:21 +08:00

220 lines
8.9 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>{DEDBB662-32CB-4F0C-BD82-AEEBFD9CF6FB}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DrawGraphManagement</RootNamespace>
<AssemblyName>DrawGraphManagement</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>D:\公司程序\文书工具\文书工具\</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>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>B84656DAB3E7E02F2D2EF30F5D602ACD1B640E77</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>KHD_BOARD_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>aims.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DCSoft.ORM">
<HintPath>..\AIMS\Extensions\DCSoft.ORM.dll</HintPath>
</Reference>
<Reference Include="DCSoft.Writer">
<HintPath>..\AIMS\Extensions\DCSoft.Writer.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\AIMS\Extensions\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\AIMS\Extensions\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="ReachFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Printing" />
<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="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="AreaManageForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AreaManageForm.Designer.cs">
<DependentUpon>AreaManageForm.cs</DependentUpon>
</Compile>
<Compile Include="DocumentParent.cs" />
<Compile Include="frmPrintDocument.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPrintDocument.designer.cs">
<DependentUpon>frmPrintDocument.cs</DependentUpon>
</Compile>
<Compile Include="frmTemplateD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTemplateD.designer.cs">
<DependentUpon>frmTemplateD.cs</DependentUpon>
</Compile>
<Compile Include="MainUp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainUp.Designer.cs">
<DependentUpon>MainUp.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="MyUserControl\ConvertModeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MyUserControl\ConvertModeForm.Designer.cs">
<DependentUpon>ConvertModeForm.cs</DependentUpon>
</Compile>
<Compile Include="MyUserControl\UCAttrib.cs" />
<Compile Include="MyUserControl\UCBase.cs" />
<Compile Include="MyUserControl\UCColor.cs" />
<Compile Include="MyUserControl\UCSelect.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="AreaManageForm.resx">
<DependentUpon>AreaManageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPrintDocument.resx">
<DependentUpon>frmPrintDocument.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTemplateD.resx">
<DependentUpon>frmTemplateD.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainUp.resx">
<DependentUpon>MainUp.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MyUserControl\ConvertModeForm.resx">
<DependentUpon>ConvertModeForm.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="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>
<Content Include="aims.ico" />
<Content Include="AIMS.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AIMSEntity\AIMSEntity.csproj">
<Project>{e7e04b19-8dac-41b1-b1aa-a9fea1d5d9fb}</Project>
<Name>AIMSEntity</Name>
</ProjectReference>
<ProjectReference Include="..\AIMSExtension\AIMSExtension.csproj">
<Project>{5238713c-29c6-4e22-be4c-6e568fe87fa8}</Project>
<Name>AIMSExtension</Name>
</ProjectReference>
<ProjectReference Include="..\DocumentManagement\DocumentManagement.csproj">
<Project>{80e69d05-8436-4342-b0b1-5adaa8e83d41}</Project>
<Name>DocumentManagement</Name>
</ProjectReference>
<ProjectReference Include="..\DrawGraph\DrawGraph.csproj">
<Project>{6e0e5eaf-4814-46c9-add9-0c9462e2a147}</Project>
<Name>DrawGraph</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>
-->
</Project>