PageRenderTime 55ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Katmai_February2008_CTP/HelloWorld_CLR/HelloWorldService/cs/HelloWorldService/HelloWorldServiceInternal.csproj

#
MSBuild | 53 lines | 53 code | 0 blank | 0 comment | 0 complexity | 9773b65ace4d1d07222e31e068a4f033 MD5 | raw file
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  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. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugSymbols>false</DebugSymbols>
  24. <Optimize>true</Optimize>
  25. <OutputPath>.\bin\Release\</OutputPath>
  26. <DefineConstants>TRACE</DefineConstants>
  27. </PropertyGroup>
  28. <ItemGroup>
  29. <Reference Include="System" />
  30. <Reference Include="System.Data" />
  31. <Reference Include="System.Xml" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Include="HelloWorldService.cs" />
  35. <Compile Include="Properties\AssemblyInfo.cs" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <AppDesigner Include="Properties\" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="..\..\..\..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj">
  42. <Project>{00683377-A75F-47EB-8934-1484D6480877}</Project>
  43. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  44. <Name>ServiceBrokerInterface</Name>
  45. </ProjectReference>
  46. </ItemGroup>
  47. <ItemGroup>
  48. <None Include="..\..\..\..\..\..\SampleKey.snk">
  49. <Link>SampleKey.snk</Link>
  50. </None>
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  53. </Project>