WinForms-ZipUp.vbproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>{58EB3655-40F3-44FC-804E-47A8103DBF99}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>WindowsApplication1.My.MyApplication</StartupObject>
  11. <RootNamespace>WindowsApplication1</RootNamespace>
  12. <AssemblyName>WindowsApplication1</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v2.0</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>bin\Debug\</OutputPath>
  27. <DocumentationFile>WindowsApplication1.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>bin\Release\</OutputPath>
  36. <DocumentationFile>WindowsApplication1.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Ionic.Zip, Version=1.7.2.3, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\..\..\Zip\bin\Debug\Ionic.Zip.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Import Include="Microsoft.VisualBasic" />
  53. <Import Include="System" />
  54. <Import Include="System.Collections" />
  55. <Import Include="System.Collections.Generic" />
  56. <Import Include="System.Data" />
  57. <Import Include="System.Drawing" />
  58. <Import Include="System.Diagnostics" />
  59. <Import Include="System.Windows.Forms" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ZipUp-Form1.vb">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="ZipUp-Form1.Designer.vb">
  66. <DependentUpon>ZipUp-Form1.vb</DependentUpon>
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="My Project\AssemblyInfo.vb" />
  70. <Compile Include="My Project\Application.Designer.vb">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Application.myapp</DependentUpon>
  73. </Compile>
  74. <Compile Include="My Project\Resources.Designer.vb">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="My Project\Settings.Designer.vb">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Settings.settings</DependentUpon>
  82. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <EmbeddedResource Include="ZipUp-Form1.resx">
  87. <DependentUpon>ZipUp-Form1.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\Application.myapp">
  98. <Generator>MyApplicationCodeGenerator</Generator>
  99. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  100. </None>
  101. <None Include="My Project\Settings.settings">
  102. <Generator>SettingsSingleFileGenerator</Generator>
  103. <CustomToolNamespace>My</CustomToolNamespace>
  104. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  105. </None>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>