Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asdolo committed Nov 12, 2016
1 parent 5fac0ca commit d3e1fd8
Show file tree
Hide file tree
Showing 83 changed files with 5,898 additions and 0 deletions.
22 changes: 22 additions & 0 deletions NDS Fake CIA Generator.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nds-fake-cia-generator", "nds-fake-cia-generator\nds-fake-cia-generator.csproj", "{3DFA91B7-9AF7-4F0A-A959-BDFF7E5D29A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DFA91B7-9AF7-4F0A-A959-BDFF7E5D29A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFA91B7-9AF7-4F0A-A959-BDFF7E5D29A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFA91B7-9AF7-4F0A-A959-BDFF7E5D29A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFA91B7-9AF7-4F0A-A959-BDFF7E5D29A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added icon.ico
Binary file not shown.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.psd
Binary file not shown.
6 changes: 6 additions & 0 deletions nds-fake-cia-generator/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
130 changes: 130 additions & 0 deletions nds-fake-cia-generator/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3e1fd8

Please sign in to comment.