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

/WCFWebApi/samples/scenario/ContactManager_Simple/ContactManager_Simple.csproj

#
MSBuild | 140 lines | 140 code | 0 blank | 0 comment | 0 complexity | 19a4cc127df2d17dd96e3d0301ceb500 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. <FxCopEnabled>False</FxCopEnabled>
  5. <StyleCopOverrideSettingsFile>..\..\..\Common\CodeAnalysis\Settings.Samples.StyleCop</StyleCopOverrideSettingsFile>
  6. <FileVersioningEnabled>false</FileVersioningEnabled>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <OutputPath>bin\</OutputPath>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>
  11. </ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{E3F95705-96C5-4D12-B1DE-5E141062E951}</ProjectGuid>
  14. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>ContactManager_Simple</RootNamespace>
  18. <AssemblyName>ContactManager_Simple</AssemblyName>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <UseIISExpress>false</UseIISExpress>
  21. <SccProjectName>
  22. </SccProjectName>
  23. <SccLocalPath>
  24. </SccLocalPath>
  25. <SccAuxPath>
  26. </SccAuxPath>
  27. <SccProvider>
  28. </SccProvider>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <CodeAnalysisRuleSet>..\..\..\Common\CodeAnalysis\FxCopRules.Src.ruleset</CodeAnalysisRuleSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Data.Linq" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.ServiceModel" />
  53. <Reference Include="System.ServiceModel.Activation" />
  54. <Reference Include="System.ServiceModel.Web" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Infrastructure\ContactRepository.cs" />
  62. <Compile Include="Infrastructure\IContactRepository.cs" />
  63. <Compile Include="Models\Contact.cs" />
  64. <Compile Include="Apis\ContactsApi.cs" />
  65. <Content Include="Default.htm" />
  66. <Content Include="Images\ajax-loader.gif">
  67. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  68. </Content>
  69. <Content Include="main.css" />
  70. <Content Include="Global.asax" />
  71. <Compile Include="Global.asax.cs">
  72. <DependentUpon>Global.asax</DependentUpon>
  73. </Compile>
  74. <Content Include="Web.config">
  75. <SubType>Designer</SubType>
  76. </Content>
  77. <Content Include="Web.Debug.config">
  78. <DependentUpon>Web.config</DependentUpon>
  79. </Content>
  80. <Content Include="Web.Release.config">
  81. <DependentUpon>Web.config</DependentUpon>
  82. </Content>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Apis\ContactApi.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Folder Include="App_Data\" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\..\..\prototype\Microsoft.ApplicationServer.HttpEnhancements\Microsoft.ApplicationServer.HttpEnhancements.csproj">
  96. <Project>{8C5CA420-BDC2-4B92-A20E-4EC1FBEEA27D}</Project>
  97. <Name>Microsoft.ApplicationServer.HttpEnhancements</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\..\src\Microsoft.ApplicationServer.Http\Microsoft.ApplicationServer.Http.csproj">
  100. <Project>{CD92FACC-3083-4458-BE12-1700CF95F2B2}</Project>
  101. <Name>Microsoft.ApplicationServer.Http</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\..\src\Microsoft.Net.Http.Formatting\Microsoft.Net.Http.Formatting.csproj">
  104. <Project>{668E9021-CE84-49D9-98FB-DF125A9FCDB0}</Project>
  105. <Name>Microsoft.Net.Http.Formatting</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\..\src\System.Net.Http\System.Net.Http.csproj">
  108. <Project>{6D7A8E9E-1576-4E5D-AB2F-F3B540FD9AD1}</Project>
  109. <Name>System.Net.Http</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  113. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  114. <Import Project="$(ProjectExtensionsDir)\ProjectExtensions.targets" Condition="Exists('$(ProjectExtensionsDir)\ProjectExtensions.targets')" />
  115. <ProjectExtensions>
  116. <VisualStudio>
  117. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  118. <WebProjectProperties>
  119. <UseIIS>False</UseIIS>
  120. <AutoAssignPort>False</AutoAssignPort>
  121. <DevelopmentServerPort>9000</DevelopmentServerPort>
  122. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  123. <IISUrl>http://localhost/ContactManager</IISUrl>
  124. <NTLMAuthentication>False</NTLMAuthentication>
  125. <UseCustomServer>False</UseCustomServer>
  126. <CustomServerUrl>
  127. </CustomServerUrl>
  128. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  129. </WebProjectProperties>
  130. </FlavorProperties>
  131. </VisualStudio>
  132. </ProjectExtensions>
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>