1
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" xmlns : Conversion =" urn:Conversion" >
2
+ <PropertyGroup >
3
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
+ <SchemaVersion >2.0</SchemaVersion >
6
+ <ProjectGuid >{1B2FD768-E530-45B7-B14F-AE5D07B24485}</ProjectGuid >
7
+ <RootNamespace >CreateZipFile</RootNamespace >
8
+ <AssemblyName >CreateZipFile</AssemblyName >
9
+ <OutputType >WinExe</OutputType >
10
+ <ApplicationIcon />
11
+ <WarningLevel />
12
+ <NoWarn />
13
+ <StartupObject />
14
+ <NoStdLib />
15
+ <NoConfig />
16
+ <RunPostBuildEvent >OnSuccessfulBuild</RunPostBuildEvent >
17
+ <PreBuildEvent />
18
+ <PostBuildEvent />
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >True</DebugSymbols >
22
+ <Optimize >True</Optimize >
23
+ <AllowUnsafeBlocks />
24
+ <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
25
+ <DefineConstants />
26
+ <OutputPath >bin\Debug\</OutputPath >
27
+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <DebugSymbols >False</DebugSymbols >
31
+ <Optimize >True</Optimize >
32
+ <AllowUnsafeBlocks />
33
+ <CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
34
+ <DefineConstants />
35
+ <OutputPath >bin\Release\</OutputPath >
36
+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" System" />
40
+ <Reference Include =" System.Drawing" />
41
+ <Reference Include =" System.Windows.Forms" />
42
+ <Reference Include =" System.Xml" />
43
+ <Reference Include =" ICSharpCode.SharpZipLib" >
44
+ <HintPath >..\..\..\bin\ICSharpCode.SharpZipLib.dll</HintPath >
45
+ <Private >True</Private >
46
+ </Reference >
47
+ </ItemGroup >
48
+ <ItemGroup >
49
+ <Compile Include =" MainForm.vb" >
50
+ <SubType >Form</SubType >
51
+ </Compile >
52
+ <Compile Include =" AssemblyInfo.vb" />
53
+ <EmbeddedResource Include =" MainForm.resx" >
54
+ <SubType >Designer</SubType >
55
+ <DependentUpon >MainForm.vb</DependentUpon >
56
+ </EmbeddedResource >
57
+ </ItemGroup >
58
+ <ItemGroup />
59
+ <ItemGroup />
60
+ <ItemGroup >
61
+ <Folder Include =" My Project\" />
62
+ </ItemGroup >
63
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
64
+ </Project >
0 commit comments