Skip to content

Commit 789267e

Browse files
authored
Add files via upload
1 parent 6b3c49e commit 789267e

17 files changed

+2807
-0
lines changed

NETzUnpacker.sln

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NETzUnpacker", "NETzUnpacker\NETzUnpacker.vbproj", "{2F69616F-01A6-4883-8FF0-01F85159F838}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|x64 = Debug|x64
9+
Debug|x86 = Debug|x86
10+
Release|x64 = Release|x64
11+
Release|x86 = Release|x86
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Debug|x64.ActiveCfg = Debug|x64
15+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Debug|x64.Build.0 = Debug|x64
16+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Debug|x86.ActiveCfg = Debug|x86
17+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Debug|x86.Build.0 = Debug|x86
18+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Release|x64.ActiveCfg = Release|x64
19+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Release|x64.Build.0 = Release|x64
20+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Release|x86.ActiveCfg = Release|x86
21+
{2F69616F-01A6-4883-8FF0-01F85159F838}.Release|x86.Build.0 = Release|x86
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
EndGlobal

NETzUnpacker.suo

22.5 KB
Binary file not shown.

NETzUnpacker/App.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
5+
</startup>
6+
</configuration>

NETzUnpacker/Form1.Designer.vb

+82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)