mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-17 07:09:21 +01:00
226 lines
9.5 KiB
XML
226 lines
9.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{DB1289FA-BA83-408F-A576-326E5EC4CC6D}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>NUS_Downloader</RootNamespace>
|
|
<AssemblyName>NUS Downloader</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ApplicationIcon>Crystal_Clear_app_ark2.ico</ApplicationIcon>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<ManifestCertificateThumbprint>5828AACDBD1A48E3768B7E0465E90D0E96E2BE4C</ManifestCertificateThumbprint>
|
|
<ManifestKeyFile>NUS Downloader_TemporaryKey.pfx</ManifestKeyFile>
|
|
<GenerateManifests>false</GenerateManifests>
|
|
<SignManifests>false</SignManifests>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<PublishUrl>C:\Users\Luke\Desktop\NUSD\build\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>11</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CertificateChain.cs" />
|
|
<Compile Include="CommonKey.cs" />
|
|
<Compile Include="COMTypes.cs" />
|
|
<Compile Include="ContentIndices.cs" />
|
|
<Compile Include="Database.cs" />
|
|
<Compile Include="Form1.cs">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Compile>
|
|
<Compile Include="Headers.cs" />
|
|
<Compile Include="IosPatcher.cs" />
|
|
<Compile Include="Lz77.cs" />
|
|
<Compile Include="MessageEventArgs.cs" />
|
|
<Compile Include="NusClient.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="COPYING" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Shared.cs" />
|
|
<Compile Include="Ticket.cs" />
|
|
<Compile Include="TMD.cs" />
|
|
<Compile Include="U8.cs" />
|
|
<Compile Include="WAD.cs" />
|
|
<Compile Include="WaterMarkTextBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows7ProgressBar.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows7Taskbar.cs" />
|
|
<None Include="TODO" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\wilolgoi.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\app.manifest" />
|
|
<None Include="Resources\dsi.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Crystal_Clear_app_ark2.ico" />
|
|
<None Include="Resources\wrench.png" />
|
|
<None Include="Resources\script_start.png" />
|
|
<None Include="Resources\package_green.png" />
|
|
<None Include="Resources\package.png" />
|
|
<None Include="Resources\picture_empty.png" />
|
|
<None Include="Resources\telephone_add.png" />
|
|
<None Include="Resources\script_code_red.png" />
|
|
<None Include="Resources\script_code.png" />
|
|
<None Include="Resources\database_save.png" />
|
|
<None Include="Resources\folder_table.png" />
|
|
<None Include="Resources\help1.png" />
|
|
<None Include="Resources\information.png" />
|
|
<None Include="Resources\box.png" />
|
|
<None Include="Resources\disk.png" />
|
|
<None Include="Resources\drive_disk.png" />
|
|
<None Include="Resources\bin_closed.png" />
|
|
<None Include="Resources\arrow_ticker.gif" />
|
|
<None Include="Resources\folder.png" />
|
|
<None Include="Resources\bullet_green-blue.png" />
|
|
<None Include="Resources\bullet_orange-blue.png" />
|
|
<None Include="Resources\bullet_redgreen-blue.png" />
|
|
<None Include="Resources\bullet_redorange-blue.png" />
|
|
<Content Include="Resources\key.png" />
|
|
<None Include="Resources\page_white_magnify.png" />
|
|
<None Include="Resources\server_link.png" />
|
|
<None Include="Resources\server_connect.png" />
|
|
<None Include="Resources\script_go.png" />
|
|
<None Include="Resources\bug_error.png" />
|
|
<None Include="Resources\help.png" />
|
|
<None Include="Resources\link.png" />
|
|
<None Include="Resources\bug_add.png" />
|
|
<None Include="Resources\arrow_down.png" />
|
|
<None Include="Resources\arrow_up.png" />
|
|
<None Include="Resources\connect.png" />
|
|
<None Include="Resources\package_add.png" />
|
|
<None Include="Resources\package_delete.png" />
|
|
<None Include="Resources\pencil.png" />
|
|
<None Include="Resources\bullet_redgreen.png" />
|
|
<None Include="Resources\bullet_green.png" />
|
|
<None Include="Resources\bullet_redorange.png" />
|
|
<None Include="Resources\bullet_orange.png" />
|
|
<None Include="Resources\bullet_red.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)\Latest\"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |