PageRenderTime 52ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBUACSelfElevation/VBUACSelfElevation.vbproj

#
MSBuild | 119 lines | 112 code | 0 blank | 7 comment | 0 complexity | b48c31aa3b12b16c76143dd6e7ded319 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{5C550E90-1A5C-4F1A-B3B3-598C1F32E88E}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>VBUACSelfElevation.My.MyApplication</StartupObject>
  11. <RootNamespace>VBUACSelfElevation</RootNamespace>
  12. <AssemblyName>VBUACSelfElevation</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. <TargetZone>LocalIntranet</TargetZone>
  21. <GenerateManifests>true</GenerateManifests>
  22. <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <DefineDebug>true</DefineDebug>
  28. <DefineTrace>true</DefineTrace>
  29. <OutputPath>..\Debug\</OutputPath>
  30. <DocumentationFile>VBUACSelfElevation.xml</DocumentationFile>
  31. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <DefineDebug>false</DefineDebug>
  36. <DefineTrace>true</DefineTrace>
  37. <Optimize>true</Optimize>
  38. <OutputPath>..\Release\</OutputPath>
  39. <DocumentationFile>VBUACSelfElevation.xml</DocumentationFile>
  40. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Core">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Import Include="Microsoft.VisualBasic" />
  52. <Import Include="System" />
  53. <Import Include="System.Collections" />
  54. <Import Include="System.Collections.Generic" />
  55. <Import Include="System.Drawing" />
  56. <Import Include="System.Diagnostics" />
  57. <Import Include="System.Windows.Forms" />
  58. <Import Include="System.Linq" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="MainForm.vb">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="MainForm.Designer.vb">
  65. <DependentUpon>MainForm.vb</DependentUpon>
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="My Project\AssemblyInfo.vb" />
  69. <Compile Include="My Project\Application.Designer.vb">
  70. <AutoGen>True</AutoGen>
  71. <DependentUpon>Application.myapp</DependentUpon>
  72. </Compile>
  73. <Compile Include="My Project\Resources.Designer.vb">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. </Compile>
  78. <Compile Include="My Project\Settings.Designer.vb">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Settings.settings</DependentUpon>
  81. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  82. </Compile>
  83. <Compile Include="NativeMethods.vb" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <EmbeddedResource Include="MainForm.resx">
  87. <DependentUpon>MainForm.vb</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="My Project\Resources.resx">
  90. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  91. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  92. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  93. <SubType>Designer</SubType>
  94. </EmbeddedResource>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="My Project\app.manifest" />
  98. <None Include="My Project\Application.myapp">
  99. <Generator>MyApplicationCodeGenerator</Generator>
  100. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  101. </None>
  102. <None Include="My Project\Settings.settings">
  103. <Generator>SettingsSingleFileGenerator</Generator>
  104. <CustomToolNamespace>My</CustomToolNamespace>
  105. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="ReadMe.txt" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>