client.vbproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{138D379C-72C1-4D08-B9F6-4D974D5F24BB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>WindowsApplication2.My.MyApplication</StartupObject>
  11. <RootNamespace>WindowsApplication2</RootNamespace>
  12. <AssemblyName>client</AssemblyName>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>2.0</OldToolsVersion>
  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>bin\Debug\</OutputPath>
  27. <DocumentationFile>client.xml</DocumentationFile>
  28. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</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>bin\Release\</OutputPath>
  36. <DocumentationFile>client.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Import Include="Microsoft.VisualBasic" />
  49. <Import Include="System" />
  50. <Import Include="System.Collections" />
  51. <Import Include="System.Collections.Generic" />
  52. <Import Include="System.Data" />
  53. <Import Include="System.Drawing" />
  54. <Import Include="System.Diagnostics" />
  55. <Import Include="System.Windows.Forms" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Form1.vb">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form1.Designer.vb">
  62. <DependentUpon>Form1.vb</DependentUpon>
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="My Project\AssemblyInfo.vb" />
  66. <Compile Include="My Project\Application.Designer.vb">
  67. <AutoGen>True</AutoGen>
  68. <DependentUpon>Application.myapp</DependentUpon>
  69. </Compile>
  70. <Compile Include="My Project\Resources.Designer.vb">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>Resources.resx</DependentUpon>
  74. </Compile>
  75. <Compile Include="My Project\Settings.Designer.vb">
  76. <AutoGen>True</AutoGen>
  77. <DependentUpon>Settings.settings</DependentUpon>
  78. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <EmbeddedResource Include="Form1.resx">
  83. <SubType>Designer</SubType>
  84. <DependentUpon>Form1.vb</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="My Project\Resources.resx">
  87. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  89. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  90. <SubType>Designer</SubType>
  91. </EmbeddedResource>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="My Project\Application.myapp">
  95. <Generator>MyApplicationCodeGenerator</Generator>
  96. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  97. </None>
  98. <None Include="My Project\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <CustomToolNamespace>My</CustomToolNamespace>
  101. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  102. </None>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildBinPath)\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>