Winsoft.GOV.Framework.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B81DC5EA-D69A-4943-B4E0-1A4817A27370}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Winsoft.GOV.Framework</RootNamespace>
  11. <AssemblyName>Winsoft.GOV.Framework</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Dapper.1.50.2\lib\net40\Dapper.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  41. <HintPath>..\packages\MySql.Data.6.9.9\lib\net40\MySql.Data.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.configuration" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Net" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Model\ApplyType.cs" />
  57. <Compile Include="Model\Branch.cs" />
  58. <Compile Include="Model\PowerMattersBase.cs" />
  59. <Compile Include="Model\PowerMattersDetail.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="Provider\BaseProvider.cs" />
  62. <Compile Include="Provider\BranchProvider.cs" />
  63. <Compile Include="Provider\OnceRunPowerMattersProvider.cs" />
  64. <Compile Include="Provider\PowerMatterTypeProvider.cs" />
  65. <Compile Include="Provider\PowerMettersBaseProvider.cs" />
  66. <Compile Include="Provider\PowerMettersDetailProvider.cs" />
  67. <Compile Include="Provider\QLSXProvider.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="app.config">
  71. <SubType>Designer</SubType>
  72. </None>
  73. <None Include="ClassDiagram1.cd" />
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="BranchPosition.sql" />
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. </Project>