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

/ExpressInteropBinding/WCFInteroperableServiceLibrary/WCFInteroperableServiceLibraryTemplate.csproj

#
MSBuild | 79 lines | 72 code | 0 blank | 7 comment | 0 complexity | 19d653ab36f91d207b597bdd8060b63f 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)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{B662659E-0D9F-457A-9C97-1EEE6E4D1AC6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WCFInteroperableServiceLibrary</RootNamespace>
  11. <AssemblyName>WCFInteroperableServiceLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <GeneratePkgDefFile>false</GeneratePkgDefFile>
  15. <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
  16. <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
  17. <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
  18. <CreateVsixContainer>false</CreateVsixContainer>
  19. <DeployExtension>false</DeployExtension>
  20. <DeployVSTemplates>false</DeployVSTemplates>
  21. <CopyVsixManifestToOutput>false</CopyVsixManifestToOutput>
  22. <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
  23. <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Microsoft.VisualStudio.CoreUtility">
  44. <Private>False</Private>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Content Include="IService1.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Content Include="Lib\Microsoft.ServiceModel.Interop.dll" />
  55. <Content Include="Service1.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Content Include="WcfInteroperableServiceLibrary.csproj" />
  59. <VSTemplate Include="WcfInteroperableServiceLibrary.vstemplate">
  60. <OutputSubPath>WCF</OutputSubPath>
  61. <SubType>Designer</SubType>
  62. </VSTemplate>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Content Include="App.config" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Content Include="Assemblyinfo.cs" />
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>