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

228 lines
8.4 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>{6815019D-1F1A-4EF5-98FC-012596997BB7}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SymbolLibManager</RootNamespace>
<AssemblyName>SymbolLibManager</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>
<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</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<CodeAnalysisRuleSet />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Docking">
<HintPath>..\bin\Debug\ComponentFactory.Krypton.Docking.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Navigator">
<HintPath>..\bin\Debug\ComponentFactory.Krypton.Navigator.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Ribbon">
<HintPath>..\bin\Debug\ComponentFactory.Krypton.Ribbon.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Toolkit">
<HintPath>..\bin\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Workspace">
<HintPath>..\bin\Debug\ComponentFactory.Krypton.Workspace.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Web" />
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="FrmMarkMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMarkMain.Designer.cs">
<DependentUpon>FrmMarkMain.cs</DependentUpon>
</Compile>
<Compile Include="FrmSymbolSelect.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmSymbolSelect.Designer.cs">
<DependentUpon>FrmSymbolSelect.cs</DependentUpon>
</Compile>
<Compile Include="FrmTest.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmTest.Designer.cs">
<DependentUpon>FrmTest.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QuickListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SymbolManager.cs" />
<EmbeddedResource Include="FrmMarkMain.resx">
<DependentUpon>FrmMarkMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmSymbolSelect.resx">
<DependentUpon>FrmSymbolSelect.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="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="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{b13c222d-81c0-4ecc-aa24-26713bff6050}</Project>
<Name>GeoSigmaDrawLib</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj">
<Project>{0d09e4bc-1818-4501-9b18-49d489889d95}</Project>
<Name>SymbolLibInterface</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\UCDraw\UCDraw.csproj">
<Project>{084a0a22-a559-4d50-a0a0-b389db21d71d}</Project>
<Name>UCDraw</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\CheckBox_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ViewMergedData_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\SaveAndClose_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\InsertGroupFooter_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Error_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Issue_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Edit_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Add_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Cancel_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\EditName_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Remove_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Copy_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Paste_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Delete_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AddFile_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\RemoveItem_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\DeleteList_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Outbox_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Inbox_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\DeleteNorma16x16l.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="CustomClean" AfterTargets="Clean">
<RemoveDir Directories="$(BaseIntermediateOutputPath)"/>
<!-- 删除obj -->
</Target>
</Project>