CassiniDev.Console4.csproj 8.4 KB

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