CassiniDev.Console.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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>{BD44099A-24A0-4A7D-BE42-99AB755724CD}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>CassiniDev-console</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</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. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <IsWebBootstrapper>false</IsWebBootstrapper>
  43. <UseApplicationTrust>false</UseApplicationTrust>
  44. <BootstrapperEnabled>true</BootstrapperEnabled>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\x86\debug\</OutputPath>
  49. <DefineConstants>TRACE;DEBUG</DefineConstants>
  50. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  54. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  59. <OutputPath>bin\x86\Release\</OutputPath>
  60. <DefineConstants>TRACE;CONSOLE</DefineConstants>
  61. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  62. <Optimize>true</Optimize>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  66. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  71. <DebugSymbols>true</DebugSymbols>
  72. <OutputPath>bin\Debug\</OutputPath>
  73. <DefineConstants>TRACE;DEBUG</DefineConstants>
  74. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>AnyCPU</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  81. <OutputPath>bin\Release\</OutputPath>
  82. <DefineConstants>TRACE;CONSOLE</DefineConstants>
  83. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  84. <Optimize>true</Optimize>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>AnyCPU</PlatformTarget>
  87. <ErrorReport>prompt</ErrorReport>
  88. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="Common.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.configuration" />
  96. <Reference Include="System.Core">
  97. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.ServiceProcess" />
  101. <Reference Include="System.Web" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="CassiniDevServerOP.cs" />
  105. <Compile Include="Configuration\CassiniDevConfigurationSection.cs" />
  106. <Compile Include="Configuration\CassiniDevProfileElement.cs" />
  107. <Compile Include="Configuration\CassiniDevProfileElementCollection.cs" />
  108. <Compile Include="Configuration\PluginElement.cs" />
  109. <Compile Include="Configuration\PluginElementCollection.cs" />
  110. <Compile Include="ConsoleProgram.cs" />
  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. </ItemGroup>
  129. <ItemGroup>
  130. <EmbeddedResource Include="Resources\CassiniDev.resx" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Content Include="Resources\preferences-web-browser-shortcuts.ico" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="..\DiscreteFiles\CassiniDev.Console\app.config">
  137. <Link>app.config</Link>
  138. </None>
  139. <None Include="packages.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 3.5 SP1</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  153. <Visible>False</Visible>
  154. <ProductName>Windows Installer 3.1</ProductName>
  155. <Install>true</Install>
  156. </BootstrapperPackage>
  157. </ItemGroup>
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  160. Other similar extension points exist, see Microsoft.Common.targets.
  161. <Target Name="BeforeBuild">
  162. </Target>
  163. <Target Name="AfterBuild">
  164. </Target>
  165. -->
  166. <PropertyGroup>
  167. <PostBuildEvent>
  168. </PostBuildEvent>
  169. </PropertyGroup>
  170. </Project>