comp3438a2q5 generator.vbproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EEF914F1-0C52-408C-9AFF-A9D6F4D8A428}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>comp3438a2q5_generator.My.MyApplication</StartupObject>
  10. <RootNamespace>comp3438a2q5_generator</RootNamespace>
  11. <AssemblyName>comp3438a2q5 generator</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  15. <Deterministic>true</Deterministic>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <DefineDebug>true</DefineDebug>
  22. <DefineTrace>true</DefineTrace>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DocumentationFile>comp3438a2q5 generator.xml</DocumentationFile>
  25. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <DefineDebug>false</DefineDebug>
  31. <DefineTrace>true</DefineTrace>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DocumentationFile>comp3438a2q5 generator.xml</DocumentationFile>
  35. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <OptionExplicit>On</OptionExplicit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <OptionCompare>Binary</OptionCompare>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <OptionStrict>Off</OptionStrict>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <OptionInfer>On</OptionInfer>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Net.Http" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Import Include="Microsoft.VisualBasic" />
  63. <Import Include="System" />
  64. <Import Include="System.Collections" />
  65. <Import Include="System.Collections.Generic" />
  66. <Import Include="System.Data" />
  67. <Import Include="System.Drawing" />
  68. <Import Include="System.Diagnostics" />
  69. <Import Include="System.Windows.Forms" />
  70. <Import Include="System.Linq" />
  71. <Import Include="System.Xml.Linq" />
  72. <Import Include="System.Threading.Tasks" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Form1.vb">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Form1.Designer.vb">
  79. <DependentUpon>Form1.vb</DependentUpon>
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="My Project\AssemblyInfo.vb" />
  83. <Compile Include="My Project\Application.Designer.vb">
  84. <AutoGen>True</AutoGen>
  85. <DependentUpon>Application.myapp</DependentUpon>
  86. </Compile>
  87. <Compile Include="My Project\Resources.Designer.vb">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. <Compile Include="My Project\Settings.Designer.vb">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Settings.settings</DependentUpon>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="Form1.resx">
  100. <DependentUpon>Form1.vb</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="My Project\Resources.resx">
  103. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  105. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="My Project\Application.myapp">
  111. <Generator>MyApplicationCodeGenerator</Generator>
  112. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  113. </None>
  114. <None Include="My Project\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <CustomToolNamespace>My</CustomToolNamespace>
  117. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  118. </None>
  119. <None Include="App.config" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  122. </Project>