123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?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>{B81DC5EA-D69A-4943-B4E0-1A4817A27370}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Winsoft.GOV.Framework</RootNamespace>
- <AssemblyName>Winsoft.GOV.Framework</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Dapper.1.50.2\lib\net40\Dapper.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
- <HintPath>..\packages\MySql.Data.6.9.9\lib\net40\MySql.Data.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FunLib.cs" />
- <Compile Include="Model\ApplyType.cs" />
- <Compile Include="Model\Branch.cs" />
- <Compile Include="Model\County.cs" />
- <Compile Include="Model\NotificationOfAction.cs" />
- <Compile Include="Model\PagedResult.cs" />
- <Compile Include="Model\PowerMattersBase.cs" />
- <Compile Include="Model\PowerMattersDetail.cs" />
- <Compile Include="Provider\JN\JNNotificationOfActionProvider.cs" />
- <Compile Include="Provider\JY\JYNotificationOfActionProvider.cs" />
- <Compile Include="Provider\KFQ\KFQNotificationOfActionProvider.cs" />
- <Compile Include="Provider\LD\LDNotificationOfActionProvider.cs" />
- <Compile Include="Provider\LQ\LQNotificationOfActionProvider.cs" />
- <Compile Include="Provider\LS\LSNotificationOfActionProvider.cs" />
- <Compile Include="Provider\NotificationOfActionProvider.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Provider\BaseProvider.cs" />
- <Compile Include="Provider\BranchProvider.cs" />
- <Compile Include="Provider\JN\JNBranchProvider.cs" />
- <Compile Include="Provider\JN\JNOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\JN\JNPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\JN\JNPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\JN\JNPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\JN\JNQLSXProvider.cs" />
- <Compile Include="Provider\JY\JYBranchProvider.cs" />
- <Compile Include="Provider\JY\JYOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\JY\JYPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\JY\JYPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\JY\JYPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\JY\JYQLSXProvider.cs" />
- <Compile Include="Provider\KFQ\KFQBranchProvider.cs" />
- <Compile Include="Provider\KFQ\KFQOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\KFQ\KFQPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\KFQ\KFQPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\KFQ\KFQPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\KFQ\KFQQLSXProvider.cs" />
- <Compile Include="Provider\LD\LDBranchProvider.cs" />
- <Compile Include="Provider\LD\LDOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\LD\LDPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\LD\LDPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\LD\LDPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\LD\LDQLSXProvider.cs" />
- <Compile Include="Provider\LQ\LQBranchProvider.cs" />
- <Compile Include="Provider\LQ\LQOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\LQ\LQPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\LQ\LQPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\LQ\LQPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\LQ\LQQLSXProvider.cs" />
- <Compile Include="Provider\LS\LSBranchProvider.cs" />
- <Compile Include="Provider\LS\LSOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\LS\LSPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\LS\LSPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\LS\LSPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\LS\LSQLSXProvider.cs" />
- <Compile Include="Provider\OnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\PowerMatterTypeProvider.cs" />
- <Compile Include="Provider\PowerMettersBaseProvider.cs" />
- <Compile Include="Provider\PowerMettersDetailProvider.cs" />
- <Compile Include="Provider\ProvidersFactory.cs" />
- <Compile Include="Provider\QLSXProvider.cs" />
- <Compile Include="Provider\QT\QTNotificationOfActionProvider.cs" />
- <Compile Include="Provider\QT\QTBranchProvider.cs" />
- <Compile Include="Provider\QT\QTOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\QT\QTPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\QT\QTPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\QT\QTPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\QT\QTQLSXProvider.cs" />
- <Compile Include="Provider\QY\QYNotificationOfActionProvider.cs" />
- <Compile Include="Provider\QY\QYBranchProvider.cs" />
- <Compile Include="Provider\QY\QYOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\QY\QYPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\QY\QYPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\QY\QYPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\QY\QYQLSXProvider.cs" />
- <Compile Include="Provider\SC\SCNotificationOfActionProvider.cs" />
- <Compile Include="Provider\SC\SCBranchProvider.cs" />
- <Compile Include="Provider\SC\SCOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\SC\SCPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\SC\SCPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\SC\SCPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\SC\SCQLSXProvider.cs" />
- <Compile Include="Provider\SY\SYNotificationOfActionProvider.cs" />
- <Compile Include="Provider\SY\SYBranchProvider.cs" />
- <Compile Include="Provider\SY\SYOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\SY\SYPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\SY\SYPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\SY\SYPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\SY\SYQLSXProvider.cs" />
- <Compile Include="Provider\YH\YHNotificationOfActionProvider.cs" />
- <Compile Include="Provider\YH\YHBranchProvider.cs" />
- <Compile Include="Provider\YH\YHOnceRunPowerMattersProvider.cs" />
- <Compile Include="Provider\YH\YHPowerMatterTypeProvider.cs" />
- <Compile Include="Provider\YH\YHPowerMettersBaseProvider.cs" />
- <Compile Include="Provider\YH\YHPowerMettersDetailProvider.cs" />
- <Compile Include="Provider\YH\YHQLSXProvider.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="ClassDiagram1.cd" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="BranchPosition.sql" />
- <Content Include="UPDATE_20170908.sql" />
- </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>
|