PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Kilimanjaro_Trunk/ShoppingCart/ShoppingCartService/CS/ShoppingCartService/ShoppingCartService.csproj

#
MSBuild | 67 lines | 67 code | 0 blank | 0 comment | 0 complexity | e8760ca082b413935ad28e34e5a1aadd MD5 | raw file
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{4334324B-851D-4987-BFE6-8CD332ED2914}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>
  10. </RootNamespace>
  11. <AssemblyName>ShoppingCartService</AssemblyName>
  12. <WarningLevel>4</WarningLevel>
  13. <StartupObject>
  14. </StartupObject>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\..\..\..\SampleKey.snk</AssemblyOriginatorKeyFile>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugSymbols>false</DebugSymbols>
  32. <Optimize>true</Optimize>
  33. <OutputPath>.\bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="GlobalSuppressions.cs" />
  44. <Compile Include="InvalidMessageException.cs" />
  45. <Compile Include="Invoice.cs" />
  46. <Compile Include="Item.cs" />
  47. <Compile Include="ShoppingCartService.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <AppDesigner Include="Properties\" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="..\..\..\..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj">
  54. <Project>{00683377-A75F-47EB-8934-1484D6480877}</Project>
  55. <Name>ServiceBrokerInterface</Name>
  56. </ProjectReference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <None Include="..\..\..\..\SampleKey.snk">
  60. <Link>SampleKey.snk</Link>
  61. </None>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Folder Include="Properties\" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  67. </Project>