forked from WB3000/nusdownloader
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
9,835 additions
and
15,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: AssemblyTitle("NUS Downloader")] | ||
[assembly: AssemblyFileVersion("1.0.0.0")] | ||
[assembly: AssemblyDescription("")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("")] | ||
[assembly: AssemblyProduct("NUS Downloader")] | ||
[assembly: AssemblyCopyright("Copyright © 2009")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: ComVisible(false)] | ||
[assembly: Guid("cb4ee0f5-7ba8-4ee6-a09e-7a09d4350582")] | ||
[assembly: AssemblyVersion("1.0.0.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--Project was exported from assembly: C:\dotpeek\NUS Downloader.exe--> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}</ProjectGuid> | ||
<OutputType>WinExe</OutputType> | ||
<AssemblyName>NUS Downloader</AssemblyName> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<ApplicationVersion>1.0.0.0</ApplicationVersion> | ||
<FileAlignment>512</FileAlignment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<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' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Windows.Forms" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="libWiiSharp\LowerTitleID.cs" /> | ||
<Compile Include="libWiiSharp\WAD.cs" /> | ||
<Compile Include="libWiiSharp\WAD_Header.cs" /> | ||
<Compile Include="libWiiSharp\CommonKeyType.cs" /> | ||
<Compile Include="libWiiSharp\Ticket.cs" /> | ||
<Compile Include="libWiiSharp\StoreType.cs" /> | ||
<Compile Include="libWiiSharp\NusClient.cs" /> | ||
<Compile Include="libWiiSharp\U8_NodeType.cs" /> | ||
<Compile Include="libWiiSharp\U8.cs" /> | ||
<Compile Include="libWiiSharp\U8_Header.cs" /> | ||
<Compile Include="libWiiSharp\U8_Node.cs" /> | ||
<Compile Include="libWiiSharp\CommonKey.cs" /> | ||
<Compile Include="libWiiSharp\Shared.cs" /> | ||
<Compile Include="libWiiSharp\MessageEventArgs.cs" /> | ||
<Compile Include="libWiiSharp\IosPatcher.cs" /> | ||
<Compile Include="libWiiSharp\Headers.cs" /> | ||
<Compile Include="libWiiSharp\Lz77.cs" /> | ||
<Compile Include="libWiiSharp\CertificateChain.cs" /> | ||
<Compile Include="libWiiSharp\ContentType.cs" /> | ||
<Compile Include="libWiiSharp\Region.cs" /> | ||
<Compile Include="libWiiSharp\TMD.cs" /> | ||
<Compile Include="libWiiSharp\TMD_Content.cs" /> | ||
<Compile Include="libWiiSharp\ContentIndices.cs" /> | ||
<Compile Include="NUS_Downloader\Form1.cs" /> | ||
<Compile Include="NUS_Downloader\Database.cs" /> | ||
<Compile Include="NUS_Downloader\Program.cs" /> | ||
<Compile Include="NUS_Downloader\Properties\Resources.cs" /> | ||
<Compile Include="NUS_Downloader\Properties\Settings.cs" /> | ||
<Compile Include="wyDay\Controls\ThumbnailProgressState.cs" /> | ||
<Compile Include="wyDay\Controls\ITaskbarList3.cs" /> | ||
<Compile Include="wyDay\Controls\CTaskbarList.cs" /> | ||
<Compile Include="wyDay\Controls\Windows7ProgressBar.cs" /> | ||
<Compile Include="wyDay\Controls\ProgressBarState.cs" /> | ||
<Compile Include="wyDay\Controls\Windows7Taskbar.cs" /> | ||
<Compile Include="wmgCMS\WaterMarkTextBox.cs" /> | ||
<Compile Include="AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="NUS_Downloader\Form1.resx" /> | ||
<EmbeddedResource Include="NUS_Downloader\Properties\Resources.resx" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUS Downloader", "NUS Downloader\NUS Downloader.csproj", "{DB1289FA-BA83-408F-A576-326E5EC4CC6D}" | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUS Downloader", "NUS Downloader.csproj", "{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}" | ||
EndProject | ||
Global | ||
GlobalSection(SubversionScc) = preSolution | ||
Svn-Managed = True | ||
Manager = AnkhSVN - Subversion Support for Visual Studio | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DB1289FA-BA83-408F-A576-326E5EC4CC6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DB1289FA-BA83-408F-A576-326E5EC4CC6D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DB1289FA-BA83-408F-A576-326E5EC4CC6D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DB1289FA-BA83-408F-A576-326E5EC4CC6D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9DFC0D36-D4CB-4FE3-A1A2-C21B1665D4E1}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
VisualSVNWorkingCopyRoot = . | ||
EndGlobalSection | ||
EndGlobal |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.