SunRoxm.BizPeri.ServerEngine.Rules.csproj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <ProjectGuid>{95D582C0-97EC-4564-8F98-230B4DBF8B99}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>SunRoxm.BizPeri.ServerEngine.Rules</AssemblyName>
  10. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  18. <OutputPath>bin\Debug\</OutputPath>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  24. <OutputPath>bin\Release\</OutputPath>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="System" />
  31. <Reference Include="System.Data">
  32. <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
  33. </Reference>
  34. <Reference Include="System.XML" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. <Compile Include="SunRoxm.BizPeri.ServerEngine.Rules\ServerEngineRules.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="..\SunRoxm.BizPeri.BizPeriUI.Rules\SunRoxm.BizPeri.BizPeriUI.Rules.csproj">
  42. <Project>{e9effbc8-6c51-45f4-94e6-019ed04eae08}</Project>
  43. <Name>SunRoxm.BizPeri.BizPeriUI.Rules</Name>
  44. </ProjectReference>
  45. <ProjectReference Include="..\SunRoxm.BizPeri.Common.Data\SunRoxm.BizPeri.Common.Data.csproj">
  46. <Project>{03f4c7e4-98ee-4d99-8da8-afe185c5aec8}</Project>
  47. <Name>SunRoxm.BizPeri.Common.Data</Name>
  48. </ProjectReference>
  49. <ProjectReference Include="..\SunRoxm.BizPeri.ServerEngine.Access\SunRoxm.BizPeri.ServerEngine.Access.csproj">
  50. <Project>{fae1f71e-7789-433b-9c96-7197510b8265}</Project>
  51. <Name>SunRoxm.BizPeri.ServerEngine.Access</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="..\SunRoxm.BizPeri.System.Init\SunRoxm.BizPeri.System.Init.csproj">
  54. <Project>{b49e0dee-f04a-4b0c-956e-11d9ddf11c8d}</Project>
  55. <Name>SunRoxm.BizPeri.System.Init</Name>
  56. </ProjectReference>
  57. </ItemGroup>
  58. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  59. </Project>