CassiniDev.VisualStudio42.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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>{06764838-9B08-4254-AFA6-2B790E110DFB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>WebDev.WebServer20</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ApplicationIcon>Resources\preferences-web-browser-shortcuts.ico</ApplicationIcon>
  16. <SignAssembly>false</SignAssembly>
  17. <AssemblyOriginatorKeyFile>..\CasssiniDev-DevKey.snk</AssemblyOriginatorKeyFile>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <FileUpgradeFlags>
  34. </FileUpgradeFlags>
  35. <OldToolsVersion>3.5</OldToolsVersion>
  36. <UpgradeBackupLocation />
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x86\debug\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG</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;GUI</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>TRACE;DEBUG</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;GUI</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.ServiceProcess" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Windows.Forms" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Content Include="Resources\preferences-web-browser-shortcuts.ico" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Configuration\CassiniDevConfigurationSection.cs" />
  102. <Compile Include="Configuration\CassiniDevProfileElement.cs" />
  103. <Compile Include="Configuration\CassiniDevProfileElementCollection.cs" />
  104. <Compile Include="Configuration\PluginElement.cs" />
  105. <Compile Include="Configuration\PluginElementCollection.cs" />
  106. <Compile Include="Program.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="Core\Connection.cs" />
  110. <Compile Include="Core\Host.cs" />
  111. <Compile Include="Core\Messages.cs" />
  112. <Compile Include="Core\NtlmAuth.cs" />
  113. <Compile Include="Core\Request.cs" />
  114. <Compile Include="Core\RequestEventArgs.cs" />
  115. <Compile Include="Core\Server.cs" />
  116. <Compile Include="Logging\LogInfo.cs" />
  117. <Compile Include="Misc\CommandLine.cs" />
  118. <Compile Include="Misc\CommandLineArguments.cs" />
  119. <Compile Include="Misc\CommandLineParser.cs" />
  120. <Compile Include="Misc\Common.cs" />
  121. <Compile Include="Misc\HostsFile.cs" />
  122. <Compile Include="Misc\Interop.cs" />
  123. <Compile Include="Misc\NetworkUtils.cs" />
  124. <Compile Include="Properties\AssemblyInfo4.cs" />
  125. <Compile Include="Resources\SR.cs" />
  126. <Compile Include="Views\BodyView.cs">
  127. <SubType>UserControl</SubType>
  128. </Compile>
  129. <Compile Include="Views\BodyView.Designer.cs">
  130. <DependentUpon>BodyView.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\FormView.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="Views\FormView.Designer.cs">
  136. <DependentUpon>FormView.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\LogView.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="Views\LogView.Designer.cs">
  142. <DependentUpon>LogView.cs</DependentUpon>
  143. </Compile>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <EmbeddedResource Include="Resources\CassiniDev.resx" />
  147. <EmbeddedResource Include="Views\BodyView.resx">
  148. <DependentUpon>BodyView.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Views\FormView.resx">
  151. <DependentUpon>FormView.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Views\LogView.resx">
  154. <DependentUpon>LogView.cs</DependentUpon>
  155. </EmbeddedResource>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework Client Profile</ProductName>
  161. <Install>false</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  169. <Visible>False</Visible>
  170. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  171. <Install>false</Install>
  172. </BootstrapperPackage>
  173. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  174. <Visible>False</Visible>
  175. <ProductName>.NET Framework 3.5</ProductName>
  176. <Install>false</Install>
  177. </BootstrapperPackage>
  178. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  179. <Visible>False</Visible>
  180. <ProductName>.NET Framework 3.5 SP1</ProductName>
  181. <Install>true</Install>
  182. </BootstrapperPackage>
  183. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  184. <Visible>False</Visible>
  185. <ProductName>Windows Installer 3.1</ProductName>
  186. <Install>true</Install>
  187. </BootstrapperPackage>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="..\DiscreteFiles\CassiniDev.VisualStudio42\app.config">
  191. <Link>app.config</Link>
  192. <SubType>Designer</SubType>
  193. </None>
  194. <None Include="packages.config" />
  195. </ItemGroup>
  196. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. <PropertyGroup>
  205. <PostBuildEvent>
  206. </PostBuildEvent>
  207. </PropertyGroup>
  208. </Project>