PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/HTMLEmbedActiveX/HTMLEmbedActiveX.csproj

#
MSBuild | 81 lines | 81 code | 0 blank | 0 comment | 0 complexity | ba738edae3562a3aa271e79db16b9192 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{3FE751B4-F29E-44BC-B051-7D66DCA3C8E3}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>HTMLEmbedActiveX</RootNamespace>
  12. <AssemblyName>HTMLEmbedActiveX</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Data" />
  35. <Reference Include="System.Core">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Web" />
  39. <Reference Include="System.Configuration" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Content Include="CSActiveX.html" />
  43. <Content Include="MFCActiveX.html" />
  44. <Content Include="MFCSafeActiveX.html" />
  45. <Content Include="Web.config" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Folder Include="App_Data\" />
  52. </ItemGroup>
  53. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  54. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  55. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  56. Other similar extension points exist, see Microsoft.Common.targets.
  57. <Target Name="BeforeBuild">
  58. </Target>
  59. <Target Name="AfterBuild">
  60. </Target>
  61. -->
  62. <ProjectExtensions>
  63. <VisualStudio>
  64. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  65. <WebProjectProperties>
  66. <UseIIS>False</UseIIS>
  67. <AutoAssignPort>True</AutoAssignPort>
  68. <DevelopmentServerPort>3043</DevelopmentServerPort>
  69. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  70. <IISUrl>
  71. </IISUrl>
  72. <NTLMAuthentication>False</NTLMAuthentication>
  73. <UseCustomServer>False</UseCustomServer>
  74. <CustomServerUrl>
  75. </CustomServerUrl>
  76. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  77. </WebProjectProperties>
  78. </FlavorProperties>
  79. </VisualStudio>
  80. </ProjectExtensions>
  81. </Project>