CassiniDev.VisualStudio.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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>{F50EB799-6DED-4906-9DB0-B8FBE5C14028}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>WebDev.WebServer</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <UpgradeBackupLocation />
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  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>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. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Resources\preferences-web-browser-shortcuts.ico" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Configuration\CassiniDevConfigurationSection.cs" />
  104. <Compile Include="Configuration\CassiniDevProfileElement.cs" />
  105. <Compile Include="Configuration\CassiniDevProfileElementCollection.cs" />
  106. <Compile Include="Configuration\PluginElement.cs" />
  107. <Compile Include="Configuration\PluginElementCollection.cs" />
  108. <Compile Include="Program.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="Core\Connection.cs" />
  112. <Compile Include="Core\Host.cs" />
  113. <Compile Include="Core\Messages.cs" />
  114. <Compile Include="Core\NtlmAuth.cs" />
  115. <Compile Include="Core\Request.cs" />
  116. <Compile Include="Core\RequestEventArgs.cs" />
  117. <Compile Include="Core\Server.cs" />
  118. <Compile Include="Logging\LogInfo.cs" />
  119. <Compile Include="Misc\CommandLine.cs" />
  120. <Compile Include="Misc\CommandLineArguments.cs" />
  121. <Compile Include="Misc\CommandLineParser.cs" />
  122. <Compile Include="Misc\Common.cs" />
  123. <Compile Include="Misc\HostsFile.cs" />
  124. <Compile Include="Misc\Interop.cs" />
  125. <Compile Include="Misc\NetworkUtils.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="Resources\SR.cs" />
  128. <Compile Include="Views\BodyView.cs">
  129. <SubType>UserControl</SubType>
  130. </Compile>
  131. <Compile Include="Views\BodyView.Designer.cs">
  132. <DependentUpon>BodyView.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Views\FormView.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Views\FormView.Designer.cs">
  138. <DependentUpon>FormView.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Views\LogView.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="Views\LogView.Designer.cs">
  144. <DependentUpon>LogView.cs</DependentUpon>
  145. </Compile>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <EmbeddedResource Include="Resources\CassiniDev.resx" />
  149. <EmbeddedResource Include="Views\BodyView.resx">
  150. <DependentUpon>BodyView.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Views\FormView.resx">
  153. <DependentUpon>FormView.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Views\LogView.resx">
  156. <DependentUpon>LogView.cs</DependentUpon>
  157. </EmbeddedResource>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  163. <Install>false</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  166. <Visible>False</Visible>
  167. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  168. <Install>false</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  171. <Visible>False</Visible>
  172. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  173. <Install>false</Install>
  174. </BootstrapperPackage>
  175. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  176. <Visible>False</Visible>
  177. <ProductName>.NET Framework 3.5</ProductName>
  178. <Install>false</Install>
  179. </BootstrapperPackage>
  180. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  181. <Visible>False</Visible>
  182. <ProductName>.NET Framework 3.5 SP1</ProductName>
  183. <Install>true</Install>
  184. </BootstrapperPackage>
  185. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  186. <Visible>False</Visible>
  187. <ProductName>Windows Installer 3.1</ProductName>
  188. <Install>true</Install>
  189. </BootstrapperPackage>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <None Include="..\DiscreteFiles\CassiniDev.VisualStudio\app.config">
  193. <Link>app.config</Link>
  194. </None>
  195. <None Include="packages.config" />
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  199. Other similar extension points exist, see Microsoft.Common.targets.
  200. <Target Name="BeforeBuild">
  201. </Target>
  202. <Target Name="AfterBuild">
  203. </Target>
  204. -->
  205. <PropertyGroup>
  206. <PostBuildEvent>
  207. </PostBuildEvent>
  208. </PropertyGroup>
  209. </Project>