CassiniDev.Lib.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4EF6FE65-0BDE-4AC4-B9CF-F2D8FFE886C1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>CassiniDev-lib</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>false</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\CasssiniDev-DevKey.snk</AssemblyOriginatorKeyFile>
  17. <ApplicationIcon>Resources\preferences-web-browser-shortcuts.ico</ApplicationIcon>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <UpgradeBackupLocation />
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <IsWebBootstrapper>false</IsWebBootstrapper>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x86\debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  46. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  58. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>AnyCPU</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  73. <OutputPath>bin\Release\</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>AnyCPU</PlatformTarget>
  79. <ErrorReport>prompt</ErrorReport>
  80. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="Common.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.configuration" />
  88. <Reference Include="System.Core">
  89. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  90. </Reference>
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.ServiceProcess" />
  93. <Reference Include="System.Web" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="BrowserTestResultItem.cs" />
  97. <Compile Include="BrowserTestResults.cs" />
  98. <Compile Include="CassiniDevBrowserTest.cs" />
  99. <Compile Include="CassiniServer.cs" />
  100. <Compile Include="Configuration\CassiniDevConfigurationSection.cs" />
  101. <Compile Include="Configuration\CassiniDevProfileElement.cs" />
  102. <Compile Include="Configuration\CassiniDevProfileElementCollection.cs" />
  103. <Compile Include="Configuration\PluginElement.cs" />
  104. <Compile Include="Configuration\PluginElementCollection.cs" />
  105. <Compile Include="ContentLocator.cs" />
  106. <Compile Include="Core\Connection.cs" />
  107. <Compile Include="Core\Host.cs" />
  108. <Compile Include="Core\Messages.cs" />
  109. <Compile Include="Core\NtlmAuth.cs" />
  110. <Compile Include="Core\Request.cs" />
  111. <Compile Include="Core\RequestEventArgs.cs" />
  112. <Compile Include="Core\Server.cs" />
  113. <Compile Include="IContentLocator.cs" />
  114. <Compile Include="LocalContentLocator.cs" />
  115. <Compile Include="Logging\LogInfo.cs" />
  116. <Compile Include="Misc\CommandLine.cs" />
  117. <Compile Include="Misc\CommandLineArguments.cs" />
  118. <Compile Include="Misc\CommandLineParser.cs" />
  119. <Compile Include="Misc\Common.cs" />
  120. <Compile Include="Misc\HostsFile.cs" />
  121. <Compile Include="Misc\Interop.cs" />
  122. <Compile Include="Misc\NetworkUtils.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="QUnitExBrowserTestResultItem.cs" />
  125. <Compile Include="Resources\SR.cs" />
  126. <Compile Include="WebBrowser.cs" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <EmbeddedResource Include="Resources\CassiniDev.resx" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="Resources\preferences-web-browser-shortcuts.ico" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="..\DiscreteFiles\CassiniDev.Lib\app.config">
  136. <Link>app.config</Link>
  137. </None>
  138. <None Include="packages.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  142. <Visible>False</Visible>
  143. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  144. <Install>false</Install>
  145. </BootstrapperPackage>
  146. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  147. <Visible>False</Visible>
  148. <ProductName>.NET Framework 3.5 SP1</ProductName>
  149. <Install>true</Install>
  150. </BootstrapperPackage>
  151. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  152. <Visible>False</Visible>
  153. <ProductName>Windows Installer 3.1</ProductName>
  154. <Install>true</Install>
  155. </BootstrapperPackage>
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  159. Other similar extension points exist, see Microsoft.Common.targets.
  160. <Target Name="BeforeBuild">
  161. </Target>
  162. <Target Name="AfterBuild">
  163. </Target>
  164. -->
  165. <PropertyGroup>
  166. <PostBuildEvent>
  167. </PostBuildEvent>
  168. </PropertyGroup>
  169. </Project>