PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Katmai_Trunk/HelloWorld_CLR/HelloWorldService/cs/HelloWorldService/HelloWorldServiceInternal.csproj

#
MSBuild | 58 lines | 58 code | 0 blank | 0 comment | 0 complexity | 748c987454d5120fe7179861eb6f7203 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>{063E09C9-7DB9-423E-B99D-41228EB477AA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Microsoft.Samples.SqlServer</RootNamespace>
  10. <AssemblyName>HelloWorldService</AssemblyName>
  11. <WarningLevel>4</WarningLevel>
  12. <SignAssembly>true</SignAssembly>
  13. <AssemblyOriginatorKeyFile>..\..\..\..\SampleKey.snk</AssemblyOriginatorKeyFile>
  14. <FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <OldToolsVersion>3.5</OldToolsVersion>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugSymbols>false</DebugSymbols>
  29. <Optimize>true</Optimize>
  30. <OutputPath>.\bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.Xml" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="HelloWorldService.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <AppDesigner Include="Properties\" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\..\..\..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj">
  47. <Project>{00683377-A75F-47EB-8934-1484D6480877}</Project>
  48. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  49. <Name>ServiceBrokerInterface</Name>
  50. </ProjectReference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <None Include="..\..\..\..\SampleKey.snk">
  54. <Link>SampleKey.snk</Link>
  55. </None>
  56. </ItemGroup>
  57. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  58. </Project>