| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.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>{898F439B-72EA-43E2-8213-C8D173EE9B0B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Dongke.IBOSS.Basics.FlowSetting</RootNamespace>
- <AssemblyName>FlowSetting</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Release\FlowSetting.XML</DocumentationFile>
- <RegisterForComInterop>false</RegisterForComInterop>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>false</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>bin\Release\FlowSetting.XML</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="Common\Converter.cs" />
- <Compile Include="Common\ItemManager.cs" />
- <Compile Include="Common\ItemCursor.cs" />
- <Compile Include="Controls\Canvas.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Controls\Canvas.Designer.cs">
- <DependentUpon>Canvas.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\Canvas1.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\Canvas1.Designer.cs">
- <DependentUpon>Canvas1.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\CanvasBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\CanvasBox.Designer.cs">
- <DependentUpon>CanvasBox.cs</DependentUpon>
- </Compile>
- <Compile Include="DataModel\Delegates.cs" />
- <Compile Include="DataModel\EventArg\NodeEventArgs.cs" />
- <Compile Include="DataModel\Types.cs" />
- <Compile Include="DataModel\Consts.cs" />
- <Compile Include="FlowBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="FlowBox.Designer.cs">
- <DependentUpon>FlowBox.cs</DependentUpon>
- </Compile>
- <Compile Include="Items\FlowItemEx.cs" />
- <Compile Include="Items\FlowLine.cs" />
- <Compile Include="Items\FlowNode.cs" />
- <Compile Include="Items\FlowPolyline.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Items\FlowItem.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Controls\Canvas.resx">
- <DependentUpon>Canvas.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\Canvas1.resx">
- <DependentUpon>Canvas1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Cursors\Asunder.cur" />
- <EmbeddedResource Include="Cursors\Converge.cur" />
- <EmbeddedResource Include="Cursors\Data.cur" />
- <EmbeddedResource Include="Cursors\Ellipse.cur" />
- <EmbeddedResource Include="Cursors\end.cur" />
- <EmbeddedResource Include="Cursors\FlodLine.cur" />
- <EmbeddedResource Include="Cursors\Gather.cur" />
- <EmbeddedResource Include="Cursors\General.cur" />
- <EmbeddedResource Include="Cursors\Gradation.cur" />
- <EmbeddedResource Include="Cursors\Judgement.cur" />
- <EmbeddedResource Include="Cursors\Line.cur" />
- <EmbeddedResource Include="Cursors\Pencil.cur" />
- <EmbeddedResource Include="Cursors\PolyHandle.cur" />
- <EmbeddedResource Include="Cursors\Rectangle.cur" />
- <EmbeddedResource Include="Cursors\SpecificallyOperation.cur" />
- <EmbeddedResource Include="Cursors\Start.cur" />
- <EmbeddedResource Include="Cursors\Synchronization.cur" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Controls\CanvasBox.resx">
- <DependentUpon>CanvasBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FlowBox.resx">
- <DependentUpon>FlowBox.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Images\backImage1.gif" />
- </ItemGroup>
- <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>
|