WinForms-Unzip.vbproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>{9E4C484D-656E-4E19-8741-5701D027AA51}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>WinForms_Unzip.My.MyApplication</StartupObject>
  11. <RootNamespace>WinForms_Unzip</RootNamespace>
  12. <AssemblyName>WinForms-Unzip</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. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <OldToolsVersion>3.5</OldToolsVersion>
  23. <UpgradeBackupLocation />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <DefineDebug>true</DefineDebug>
  29. <DefineTrace>true</DefineTrace>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DocumentationFile>WinForms-Unzip.xml</DocumentationFile>
  32. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <DefineDebug>false</DefineDebug>
  38. <DefineTrace>true</DefineTrace>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DocumentationFile>WinForms-Unzip.xml</DocumentationFile>
  42. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  43. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Ionic.Zip">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\..\..\Zip\bin\Debug\Ionic.Zip.dll</HintPath>
  49. </Reference>
  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. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Xml.Linq">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Data.DataSetExtensions">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Import Include="Microsoft.VisualBasic" />
  68. <Import Include="System" />
  69. <Import Include="System.Collections" />
  70. <Import Include="System.Collections.Generic" />
  71. <Import Include="System.Data" />
  72. <Import Include="System.Drawing" />
  73. <Import Include="System.Diagnostics" />
  74. <Import Include="System.Windows.Forms" />
  75. <Import Include="System.Linq" />
  76. <Import Include="System.Xml.Linq" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Unzip-Form1.vb">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Unzip-Form1.Designer.vb">
  83. <DependentUpon>Unzip-Form1.vb</DependentUpon>
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="My Project\AssemblyInfo.vb" />
  87. <Compile Include="My Project\Application.Designer.vb">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Application.myapp</DependentUpon>
  90. </Compile>
  91. <Compile Include="My Project\Resources.Designer.vb">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. </Compile>
  96. <Compile Include="My Project\Settings.Designer.vb">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <EmbeddedResource Include="Unzip-Form1.resx">
  104. <DependentUpon>Unzip-Form1.vb</DependentUpon>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="My Project\Resources.resx">
  107. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  109. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  110. <SubType>Designer</SubType>
  111. </EmbeddedResource>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="My Project\Application.myapp">
  115. <Generator>MyApplicationCodeGenerator</Generator>
  116. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  117. </None>
  118. <None Include="My Project\Settings.settings">
  119. <Generator>SettingsSingleFileGenerator</Generator>
  120. <CustomToolNamespace>My</CustomToolNamespace>
  121. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  122. </None>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. </Project>