CassiniDev.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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>{0D9F0FEA-45F7-4CE4-9868-6FB9BBE3DD4C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>CassiniDev</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ApplicationIcon>Resources\preferences-web-browser-shortcuts.ico</ApplicationIcon>
  16. <StartupObject>
  17. </StartupObject>
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <SccAuxPath>
  23. </SccAuxPath>
  24. <SccProvider>
  25. </SccProvider>
  26. <SignAssembly>false</SignAssembly>
  27. <AssemblyOriginatorKeyFile>..\CasssiniDev-DevKey.snk</AssemblyOriginatorKeyFile>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <FileUpgradeFlags>
  30. </FileUpgradeFlags>
  31. <OldToolsVersion>3.5</OldToolsVersion>
  32. <UpgradeBackupLocation />
  33. <PublishUrl>publish\</PublishUrl>
  34. <Install>true</Install>
  35. <InstallFrom>Disk</InstallFrom>
  36. <UpdateEnabled>false</UpdateEnabled>
  37. <UpdateMode>Foreground</UpdateMode>
  38. <UpdateInterval>7</UpdateInterval>
  39. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  40. <UpdatePeriodically>false</UpdatePeriodically>
  41. <UpdateRequired>false</UpdateRequired>
  42. <MapFileExtensions>true</MapFileExtensions>
  43. <ApplicationRevision>0</ApplicationRevision>
  44. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  45. <UseApplicationTrust>false</UseApplicationTrust>
  46. <BootstrapperEnabled>true</BootstrapperEnabled>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <OutputPath>bin\x86\debug\</OutputPath>
  51. <DefineConstants>TRACE;DEBUG</DefineConstants>
  52. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  56. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  61. <OutputPath>bin\x86\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  68. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  73. <DebugSymbols>true</DebugSymbols>
  74. <OutputPath>bin\Debug\</OutputPath>
  75. <DefineConstants>TRACE;DEBUG</DefineConstants>
  76. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  77. <DebugType>full</DebugType>
  78. <PlatformTarget>AnyCPU</PlatformTarget>
  79. <ErrorReport>prompt</ErrorReport>
  80. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  83. <OutputPath>bin\Release\</OutputPath>
  84. <DefineConstants>TRACE</DefineConstants>
  85. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  86. <Optimize>true</Optimize>
  87. <DebugType>pdbonly</DebugType>
  88. <PlatformTarget>AnyCPU</PlatformTarget>
  89. <ErrorReport>prompt</ErrorReport>
  90. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <Reference Include="Common.Logging">
  94. <HintPath>..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System" />
  97. <Reference Include="System.configuration" />
  98. <Reference Include="System.Core">
  99. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  100. </Reference>
  101. <Reference Include="System.Data" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.ServiceProcess" />
  104. <Reference Include="System.Web" />
  105. <Reference Include="System.Windows.Forms" />
  106. <Reference Include="System.Xml" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Configuration\CassiniDevConfigurationSection.cs" />
  110. <Compile Include="Configuration\CassiniDevProfileElement.cs" />
  111. <Compile Include="Configuration\CassiniDevProfileElementCollection.cs" />
  112. <Compile Include="Configuration\PluginElement.cs" />
  113. <Compile Include="Configuration\PluginElementCollection.cs" />
  114. <Compile Include="Misc\CommandLine.cs" />
  115. <Compile Include="Core\NtlmAuth.cs" />
  116. <Compile Include="Core\RequestEventArgs.cs" />
  117. <Compile Include="Core\Server.cs" />
  118. <Compile Include="Misc\CommandLineParser.cs" />
  119. <Compile Include="Misc\Common.cs" />
  120. <Compile Include="Misc\Interop.cs" />
  121. <Compile Include="Views\BodyView.cs">
  122. <SubType>UserControl</SubType>
  123. </Compile>
  124. <Compile Include="Views\BodyView.Designer.cs">
  125. <DependentUpon>BodyView.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Logging\LogInfo.cs" />
  128. <Compile Include="Views\LogView.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="Views\LogView.Designer.cs">
  132. <DependentUpon>LogView.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Misc\NetworkUtils.cs" />
  135. <Compile Include="Program.cs" />
  136. <Compile Include="Misc\HostsFile.cs" />
  137. <Compile Include="Core\Connection.cs">
  138. <SubType>
  139. </SubType>
  140. </Compile>
  141. <Compile Include="Views\FormView.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="Views\FormView.Designer.cs">
  145. <DependentUpon>FormView.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="Core\Host.cs">
  148. <SubType>
  149. </SubType>
  150. </Compile>
  151. <Compile Include="Core\Messages.cs">
  152. <SubType>
  153. </SubType>
  154. </Compile>
  155. <Compile Include="Properties\AssemblyInfo.cs" />
  156. <Compile Include="Core\Request.cs">
  157. <SubType>
  158. </SubType>
  159. </Compile>
  160. <Compile Include="Misc\CommandLineArguments.cs" />
  161. <Compile Include="Resources\SR.cs" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Content Include="Resources\preferences-web-browser-shortcuts.ico" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <EmbeddedResource Include="Views\BodyView.resx">
  168. <DependentUpon>BodyView.cs</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="Views\LogView.resx">
  171. <DependentUpon>LogView.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="Views\FormView.resx">
  174. <DependentUpon>FormView.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="Resources\CassiniDev.resx">
  177. <SubType>Designer</SubType>
  178. </EmbeddedResource>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  182. <Visible>False</Visible>
  183. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  184. <Install>false</Install>
  185. </BootstrapperPackage>
  186. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  187. <Visible>False</Visible>
  188. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  189. <Install>false</Install>
  190. </BootstrapperPackage>
  191. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  192. <Visible>False</Visible>
  193. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  194. <Install>false</Install>
  195. </BootstrapperPackage>
  196. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  197. <Visible>False</Visible>
  198. <ProductName>.NET Framework 3.5</ProductName>
  199. <Install>false</Install>
  200. </BootstrapperPackage>
  201. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  202. <Visible>False</Visible>
  203. <ProductName>.NET Framework 3.5 SP1</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  207. <Visible>False</Visible>
  208. <ProductName>Windows Installer 3.1</ProductName>
  209. <Install>true</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <None Include="..\DiscreteFiles\CassiniDev\app.config">
  214. <Link>app.config</Link>
  215. </None>
  216. <None Include="BuildDeploy.cmd" />
  217. <None Include="packages.config" />
  218. </ItemGroup>
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  220. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  221. Other similar extension points exist, see Microsoft.Common.targets.
  222. <Target Name="BeforeBuild">
  223. </Target>
  224. <Target Name="AfterBuild">
  225. </Target>
  226. -->
  227. <PropertyGroup>
  228. <PostBuildEvent>
  229. </PostBuildEvent>
  230. </PropertyGroup>
  231. </Project>