PageRenderTime 50ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/ExpressInteropBinding/Microsoft.ServiceModel.Interop.Samples/Microsoft.ServiceModel.Interop.Samples.csproj

#
MSBuild | 85 lines | 78 code | 0 blank | 7 comment | 0 complexity | b928e6f7e4442be1c372eab029fa7825 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{97E43522-58DF-44B2-999D-FDC5C977FB43}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Microsoft.ServiceModel.Interop.Samples</RootNamespace>
  12. <AssemblyName>Microsoft.ServiceModel.Interop.Samples</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <PlatformTarget>x86</PlatformTarget>
  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="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.IdentityModel" />
  42. <Reference Include="System.ServiceModel" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="CustomUsernameValidator.cs" />
  51. <Compile Include="HelloWorldService.cs" />
  52. <Compile Include="IHelloWorld.cs" />
  53. <Compile Include="Messages.Designer.cs">
  54. <AutoGen>True</AutoGen>
  55. <DesignTime>True</DesignTime>
  56. <DependentUpon>Messages.resx</DependentUpon>
  57. </Compile>
  58. <Compile Include="Program.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="app.config" />
  63. <None Include="SetupCerts.bat" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\Microsoft.ServiceModel.Interop\Microsoft.ServiceModel.Interop.csproj">
  67. <Project>{EB912776-8C1C-4F34-A68E-5592621DD2A3}</Project>
  68. <Name>Microsoft.ServiceModel.Interop</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <EmbeddedResource Include="Messages.resx">
  73. <Generator>ResXFileCodeGenerator</Generator>
  74. <LastGenOutput>Messages.Designer.cs</LastGenOutput>
  75. </EmbeddedResource>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>