RoadFlow2.1 临时演示

RoadFlow.Platform.csproj 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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>{4853EEE1-204A-4501-A2A6-7D14CA7DCD0E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>RoadFlow.Platform</RootNamespace>
  12. <AssemblyName>RoadFlow.Platform</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. <PlatformTarget>AnyCPU</PlatformTarget>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>E:\Soft\Oracle\ODP.NET_Managed121012\odp.net\managed\common\Oracle.ManagedDataAccess.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Data.OracleClient" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Transactions" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AppLibrary.cs" />
  58. <Compile Include="DBConnection.cs" />
  59. <Compile Include="Dictionary.cs" />
  60. <Compile Include="Log.cs" />
  61. <Compile Include="OnlineUsers.cs" />
  62. <Compile Include="Organize.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="Role.cs" />
  65. <Compile Include="RoleApp.cs" />
  66. <Compile Include="Users.cs" />
  67. <Compile Include="UsersApp.cs" />
  68. <Compile Include="UsersInfo.cs" />
  69. <Compile Include="UsersRelation.cs" />
  70. <Compile Include="UsersRole.cs" />
  71. <Compile Include="WorkFlow.cs" />
  72. <Compile Include="WorkFlowArchives.cs" />
  73. <Compile Include="WorkFlowButtons.cs" />
  74. <Compile Include="WorkFlowComment.cs" />
  75. <Compile Include="WorkFlowData.cs" />
  76. <Compile Include="WorkFlowDelegation.cs" />
  77. <Compile Include="WorkFlowForm.cs" />
  78. <Compile Include="WorkFlowTask.cs" />
  79. <Compile Include="WorkGroup.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\LitJSON\LitJSON.csproj">
  83. <Project>{28d9f7ba-2923-4364-9bea-9e1ccd70dd22}</Project>
  84. <Name>LitJSON</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\RoadFlow.Cache.Factory\RoadFlow.Cache.Factory.csproj">
  87. <Project>{1E605362-7767-45F9-9BC1-F8E495FA3F4E}</Project>
  88. <Name>RoadFlow.Cache.Factory</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\RoadFlow.Cache.InProc\RoadFlow.Cache.InProc.csproj">
  91. <Project>{85CE9C4B-0E05-4951-83C0-BBB65F43DF28}</Project>
  92. <Name>RoadFlow.Cache.InProc</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\RoadFlow.Cache.Interface\RoadFlow.Cache.Interface.csproj">
  95. <Project>{C3F609A8-6A7B-4BFF-9E21-02B785AD4F20}</Project>
  96. <Name>RoadFlow.Cache.Interface</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\RoadFlow.Cache.IO\RoadFlow.Cache.IO.csproj">
  99. <Project>{41C4C5A0-0CF3-4E8F-9339-1F557C6D5A0F}</Project>
  100. <Name>RoadFlow.Cache.IO</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\RoadFlow.Data.Factory\RoadFlow.Data.Factory.csproj">
  103. <Project>{C34A6499-929A-4F0E-B1BA-2A6A9734888E}</Project>
  104. <Name>RoadFlow.Data.Factory</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\RoadFlow.Data.Interface\RoadFlow.Data.Interface.csproj">
  107. <Project>{7F7EC855-EE2F-4EF5-861B-DA945961C1A2}</Project>
  108. <Name>RoadFlow.Data.Interface</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\RoadFlow.Data.Model\RoadFlow.Data.Model.csproj">
  111. <Project>{75FB2C86-F7D3-4E94-82E9-46DD9787B39D}</Project>
  112. <Name>RoadFlow.Data.Model</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\RoadFlow.Data.MSSQL\RoadFlow.Data.MSSQL.csproj">
  115. <Project>{EFCD6A7C-C598-4BBD-BDC6-3016AAABD26C}</Project>
  116. <Name>RoadFlow.Data.MSSQL</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\RoadFlow.Utility\RoadFlow.Utility.csproj">
  119. <Project>{CE3B0ADB-736E-4A7B-BEDE-801C9104F95E}</Project>
  120. <Name>RoadFlow.Utility</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup />
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. </Project>