ServiceStack.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{680A1709-25EB-4D52-A87F-EE03FFD94BAA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ServiceStack</RootNamespace>
  12. <AssemblyName>ServiceStack</AssemblyName>
  13. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>True</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>False</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;MONO</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>True</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <DocumentationFile>
  57. </DocumentationFile>
  58. <Prefer32Bit>false</Prefer32Bit>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
  61. <OutputPath>bin\Signed\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <DocumentationFile>bin\Release\ServiceStack.XML</DocumentationFile>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>AnyCPU</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. <Prefer32Bit>false</Prefer32Bit>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Compile Include="HttpUtils.cs" />
  73. <Compile Include="Host\ContentTypes.cs" />
  74. <Compile Include="ReflectionExtensions.cs" />
  75. <Compile Include="StringMapTypeDeserializer.cs" />
  76. <Compile Include="HttpResult.cs" />
  77. <Compile Include="ServiceStackHost.cs" />
  78. <Compile Include="ServiceStackHost.Runtime.cs" />
  79. <Compile Include="Host\ServiceExec.cs" />
  80. <Compile Include="UrlExtensions.cs" />
  81. <Compile Include="Host\ActionContext.cs" />
  82. <Compile Include="HttpRequestExtensions.cs" />
  83. <Compile Include="Host\RestPath.cs" />
  84. <Compile Include="Host\ServiceController.cs" />
  85. <Compile Include="Host\ServiceMetadata.cs" />
  86. <Compile Include="Host\RestHandler.cs" />
  87. <Compile Include="HttpResponseExtensionsInternal.cs" />
  88. <Compile Include="HttpHandlerFactory.cs" />
  89. <Compile Include="FilterAttributeCache.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="packages.config" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  107. <Visible>False</Visible>
  108. <ProductName>Windows Installer 3.1</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. <ItemGroup>
  121. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  122. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  123. <Name>MediaBrowser.Common</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  126. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  127. <Name>MediaBrowser.Model</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. </Project>