RoadFlow2.1 临时演示

RoadFlow.Data.MSSQL.csproj 3.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EFCD6A7C-C598-4BBD-BDC6-3016AAABD26C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>RoadFlow.Data.MSSQL</RootNamespace>
  12. <AssemblyName>RoadFlow.Data.MSSQL</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.configuration" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Web" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="AppLibrary.cs" />
  50. <Compile Include="DBConnection.cs" />
  51. <Compile Include="DBHelper.cs" />
  52. <Compile Include="Dictionary.cs" />
  53. <Compile Include="Log.cs" />
  54. <Compile Include="Organize.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="Role.cs" />
  57. <Compile Include="RoleApp.cs" />
  58. <Compile Include="Users.cs" />
  59. <Compile Include="UsersApp.cs" />
  60. <Compile Include="UsersInfo.cs" />
  61. <Compile Include="UsersRelation.cs" />
  62. <Compile Include="UsersRole.cs" />
  63. <Compile Include="WorkFlow.cs" />
  64. <Compile Include="WorkFlowArchives.cs" />
  65. <Compile Include="WorkFlowButtons.cs" />
  66. <Compile Include="WorkFlowComment.cs" />
  67. <Compile Include="WorkFlowData.cs" />
  68. <Compile Include="WorkFlowDelegation.cs" />
  69. <Compile Include="WorkFlowForm.cs" />
  70. <Compile Include="WorkFlowTask.cs" />
  71. <Compile Include="WorkGroup.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\RoadFlow.Data.Interface\RoadFlow.Data.Interface.csproj">
  75. <Project>{7F7EC855-EE2F-4EF5-861B-DA945961C1A2}</Project>
  76. <Name>RoadFlow.Data.Interface</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\RoadFlow.Data.Model\RoadFlow.Data.Model.csproj">
  79. <Project>{75FB2C86-F7D3-4E94-82E9-46DD9787B39D}</Project>
  80. <Name>RoadFlow.Data.Model</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\RoadFlow.Utility\RoadFlow.Utility.csproj">
  83. <Project>{CE3B0ADB-736E-4A7B-BEDE-801C9104F95E}</Project>
  84. <Name>RoadFlow.Utility</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>