| [597] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 2 | <PropertyGroup>
|
|---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|---|
| 5 | <ProductVersion>8.0.50727</ProductVersion>
|
|---|
| 6 | <SchemaVersion>2.0</SchemaVersion>
|
|---|
| 7 | <ProjectGuid>{D79A9AD4-2E15-4A9B-98C9-467B25D47FEA}</ProjectGuid>
|
|---|
| 8 | <OutputType>WinExe</OutputType>
|
|---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|---|
| 10 | <RootNamespace>Updater</RootNamespace>
|
|---|
| [607] | 11 | <AssemblyName>BazaReklam.Updater</AssemblyName>
|
|---|
| [597] | 12 | <ApplicationIcon>29.ico</ApplicationIcon>
|
|---|
| 13 | </PropertyGroup>
|
|---|
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|---|
| 15 | <DebugSymbols>true</DebugSymbols>
|
|---|
| 16 | <DebugType>full</DebugType>
|
|---|
| 17 | <Optimize>false</Optimize>
|
|---|
| 18 | <OutputPath>bin\Debug\</OutputPath>
|
|---|
| 19 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|---|
| 20 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 21 | <WarningLevel>4</WarningLevel>
|
|---|
| 22 | </PropertyGroup>
|
|---|
| 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|---|
| 24 | <DebugType>pdbonly</DebugType>
|
|---|
| 25 | <Optimize>true</Optimize>
|
|---|
| 26 | <OutputPath>bin\Release\</OutputPath>
|
|---|
| 27 | <DefineConstants>TRACE</DefineConstants>
|
|---|
| 28 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 29 | <WarningLevel>4</WarningLevel>
|
|---|
| 30 | </PropertyGroup>
|
|---|
| 31 | <ItemGroup>
|
|---|
| 32 | <Reference Include="System" />
|
|---|
| 33 | <Reference Include="System.Data" />
|
|---|
| 34 | <Reference Include="System.Deployment" />
|
|---|
| 35 | <Reference Include="System.Drawing" />
|
|---|
| 36 | <Reference Include="System.Windows.Forms" />
|
|---|
| 37 | <Reference Include="System.Xml" />
|
|---|
| 38 | </ItemGroup>
|
|---|
| 39 | <ItemGroup>
|
|---|
| 40 | <Compile Include="FormUpdate.cs">
|
|---|
| 41 | <SubType>Form</SubType>
|
|---|
| 42 | </Compile>
|
|---|
| 43 | <Compile Include="FormUpdate.designer.cs">
|
|---|
| 44 | <DependentUpon>FormUpdate.cs</DependentUpon>
|
|---|
| 45 | </Compile>
|
|---|
| 46 | <Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2.cs" />
|
|---|
| 47 | <Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2Constants.cs" />
|
|---|
| 48 | <Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2Exception.cs" />
|
|---|
| 49 | <Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2InputStream.cs" />
|
|---|
| 50 | <Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2OutputStream.cs" />
|
|---|
| 51 | <Compile Include="ICSharpCode.SharpZipLib\Checksums\Adler32.cs" />
|
|---|
| 52 | <Compile Include="ICSharpCode.SharpZipLib\Checksums\CRC32.cs" />
|
|---|
| 53 | <Compile Include="ICSharpCode.SharpZipLib\Checksums\IChecksum.cs" />
|
|---|
| 54 | <Compile Include="ICSharpCode.SharpZipLib\Checksums\StrangeCRC.cs" />
|
|---|
| 55 | <Compile Include="ICSharpCode.SharpZipLib\Core\FileSystemScanner.cs" />
|
|---|
| 56 | <Compile Include="ICSharpCode.SharpZipLib\Core\INameTransform.cs" />
|
|---|
| 57 | <Compile Include="ICSharpCode.SharpZipLib\Core\IScanFilter.cs" />
|
|---|
| 58 | <Compile Include="ICSharpCode.SharpZipLib\Core\NameFilter.cs" />
|
|---|
| 59 | <Compile Include="ICSharpCode.SharpZipLib\Core\PathFilter.cs" />
|
|---|
| 60 | <Compile Include="ICSharpCode.SharpZipLib\Core\StreamUtils.cs" />
|
|---|
| 61 | <Compile Include="ICSharpCode.SharpZipLib\Core\WindowsPathUtils.cs" />
|
|---|
| 62 | <Compile Include="ICSharpCode.SharpZipLib\Encryption\PkzipClassic.cs" />
|
|---|
| 63 | <Compile Include="ICSharpCode.SharpZipLib\GZip\GZIPConstants.cs" />
|
|---|
| 64 | <Compile Include="ICSharpCode.SharpZipLib\GZip\GZipException.cs" />
|
|---|
| 65 | <Compile Include="ICSharpCode.SharpZipLib\GZip\GzipInputStream.cs" />
|
|---|
| 66 | <Compile Include="ICSharpCode.SharpZipLib\GZip\GzipOutputStream.cs" />
|
|---|
| 67 | <Compile Include="ICSharpCode.SharpZipLib\SharpZipBaseException.cs" />
|
|---|
| 68 | <Compile Include="ICSharpCode.SharpZipLib\Tar\InvalidHeaderException.cs" />
|
|---|
| 69 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarArchive.cs" />
|
|---|
| 70 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarBuffer.cs" />
|
|---|
| 71 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarEntry.cs" />
|
|---|
| 72 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarException.cs" />
|
|---|
| 73 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarHeader.cs" />
|
|---|
| 74 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarInputStream.cs" />
|
|---|
| 75 | <Compile Include="ICSharpCode.SharpZipLib\Tar\TarOutputStream.cs" />
|
|---|
| 76 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Deflater.cs" />
|
|---|
| 77 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\DeflaterConstants.cs" />
|
|---|
| 78 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\DeflaterEngine.cs" />
|
|---|
| 79 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\DeflaterHuffman.cs" />
|
|---|
| 80 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\DeflaterPending.cs" />
|
|---|
| 81 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Inflater.cs" />
|
|---|
| 82 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\InflaterDynHeader.cs" />
|
|---|
| 83 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\InflaterHuffmanTree.cs" />
|
|---|
| 84 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\PendingBuffer.cs" />
|
|---|
| 85 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs" />
|
|---|
| 86 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs" />
|
|---|
| 87 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Streams\OutputWindow.cs" />
|
|---|
| 88 | <Compile Include="ICSharpCode.SharpZipLib\Zip\Compression\Streams\StreamManipulator.cs" />
|
|---|
| 89 | <Compile Include="ICSharpCode.SharpZipLib\Zip\FastZip.cs" />
|
|---|
| 90 | <Compile Include="ICSharpCode.SharpZipLib\Zip\IEntryFactory.cs" />
|
|---|
| 91 | <Compile Include="ICSharpCode.SharpZipLib\Zip\WindowsNameTransform.cs" />
|
|---|
| 92 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipConstants.cs" />
|
|---|
| 93 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipEntry.cs" />
|
|---|
| 94 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipEntryFactory.cs" />
|
|---|
| 95 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipException.cs" />
|
|---|
| 96 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipExtraData.cs" />
|
|---|
| 97 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipFile.cs" />
|
|---|
| 98 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipHelperStream.cs" />
|
|---|
| 99 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipInputStream.cs" />
|
|---|
| 100 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipNameTransform.cs" />
|
|---|
| 101 | <Compile Include="ICSharpCode.SharpZipLib\Zip\ZipOutputStream.cs" />
|
|---|
| 102 | <Compile Include="Program.cs" />
|
|---|
| 103 | <Compile Include="Properties\AssemblyInfo.cs" />
|
|---|
| 104 | <EmbeddedResource Include="FormUpdate.resx">
|
|---|
| 105 | <DependentUpon>FormUpdate.cs</DependentUpon>
|
|---|
| 106 | <SubType>Designer</SubType>
|
|---|
| 107 | </EmbeddedResource>
|
|---|
| 108 | <EmbeddedResource Include="Properties\Resources.resx">
|
|---|
| 109 | <Generator>ResXFileCodeGenerator</Generator>
|
|---|
| 110 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|---|
| 111 | <SubType>Designer</SubType>
|
|---|
| 112 | </EmbeddedResource>
|
|---|
| 113 | <Compile Include="Properties\Resources.Designer.cs">
|
|---|
| 114 | <AutoGen>True</AutoGen>
|
|---|
| 115 | <DependentUpon>Resources.resx</DependentUpon>
|
|---|
| 116 | <DesignTime>True</DesignTime>
|
|---|
| 117 | </Compile>
|
|---|
| 118 | <None Include="Properties\Settings.settings">
|
|---|
| 119 | <Generator>SettingsSingleFileGenerator</Generator>
|
|---|
| 120 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|---|
| 121 | </None>
|
|---|
| 122 | <Compile Include="Properties\Settings.Designer.cs">
|
|---|
| 123 | <AutoGen>True</AutoGen>
|
|---|
| 124 | <DependentUpon>Settings.settings</DependentUpon>
|
|---|
| 125 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|---|
| 126 | </Compile>
|
|---|
| 127 | <Compile Include="Helpers\ZipHelper.cs" />
|
|---|
| 128 | </ItemGroup>
|
|---|
| 129 | <ItemGroup>
|
|---|
| 130 | <Content Include="29.ico" />
|
|---|
| 131 | </ItemGroup>
|
|---|
| 132 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|---|
| 133 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|---|
| 134 | Other similar extension points exist, see Microsoft.Common.targets.
|
|---|
| 135 | <Target Name="BeforeBuild">
|
|---|
| 136 | </Target>
|
|---|
| 137 | <Target Name="AfterBuild">
|
|---|
| 138 | </Target>
|
|---|
| 139 | -->
|
|---|
| 140 | </Project> |
|---|