SelfHostingCassiniDev.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>{1725D36C-91B3-451B-A740-D003A8B766E5}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SelfHostingCassiniDev</RootNamespace>
  12. <AssemblyName>SelfHostingCassiniDev</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Web" />
  61. <Reference Include="System.Xml.Linq">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data.DataSetExtensions">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Form1.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="Form1.resx">
  80. <DependentUpon>Form1.cs</DependentUpon>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Properties\Resources.resx">
  83. <Generator>ResXFileCodeGenerator</Generator>
  84. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  85. <SubType>Designer</SubType>
  86. </EmbeddedResource>
  87. <Compile Include="Properties\Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Resources.resx</DependentUpon>
  90. <DesignTime>True</DesignTime>
  91. </Compile>
  92. <None Include="app.config" />
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Content Include="WebContent\Default.aspx">
  105. <SubType>ASPXCodeBehind</SubType>
  106. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  107. </Content>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  111. <Visible>False</Visible>
  112. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  113. <Install>false</Install>
  114. </BootstrapperPackage>
  115. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  116. <Visible>False</Visible>
  117. <ProductName>.NET Framework 3.5 SP1</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  121. <Visible>False</Visible>
  122. <ProductName>Windows Installer 3.1</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\..\CassiniDev4-lib\CassiniDev4-lib.csproj">
  128. <Project>{44E57FE1-EE99-4131-B9F8-A0A9CD5C6B8B}</Project>
  129. <Name>CassiniDev4-lib</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>