Skip to content

Commit 82d483c

Browse files
committed
Uploading old files
1 parent 00355c4 commit 82d483c

File tree

88 files changed

+51851
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+51851
-0
lines changed

Diff for: Mr Fish/.vs/Mr Fish/desktop.ini

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[.ShellClassInfo]
2+
InfoTip=Dieser Ordner wird online freigegeben.
3+
IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe
4+
IconIndex=16
5+

Diff for: Mr Fish/.vs/Mr Fish/v14/.suo

55 KB
Binary file not shown.

Diff for: Mr Fish/.vs/Mr Fish/v14/desktop.ini

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[.ShellClassInfo]
2+
InfoTip=Dieser Ordner wird online freigegeben.
3+
IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe
4+
IconIndex=16
5+

Diff for: Mr Fish/.vs/desktop.ini

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[.ShellClassInfo]
2+
InfoTip=Dieser Ordner wird online freigegeben.
3+
IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe
4+
IconIndex=16
5+

Diff for: Mr Fish/Mr Fish.sln

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mr Fish", "Mr Fish\Mr Fish.csproj", "{28C41D04-4998-48DD-8156-92FE6CB87C01}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{28C41D04-4998-48DD-8156-92FE6CB87C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{28C41D04-4998-48DD-8156-92FE6CB87C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{28C41D04-4998-48DD-8156-92FE6CB87C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{28C41D04-4998-48DD-8156-92FE6CB87C01}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

Diff for: Mr Fish/Mr Fish/App.config

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

Diff for: Mr Fish/Mr Fish/FodyWeavers.xml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Weavers>
3+
<Costura/>
4+
5+
</Weavers>

Diff for: Mr Fish/Mr Fish/Form1.Designer.cs

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

0 commit comments

Comments
 (0)