PageRenderTime 53ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBBasics/VBBasics.vbproj

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