diff --git a/Tibia IP Changer.sln b/Tibia IP Changer.sln new file mode 100644 index 0000000..13e36d1 --- /dev/null +++ b/Tibia IP Changer.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tibia IP Changer", "Tibia IP Changer\Tibia IP Changer.csproj", "{8500F172-B5EF-4B06-90B0-CCA0CD101F5C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Debug|x86.ActiveCfg = Debug|x86 + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Debug|x86.Build.0 = Debug|x86 + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Release|Any CPU.Build.0 = Release|Any CPU + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Release|x86.ActiveCfg = Release|x86 + {8500F172-B5EF-4B06-90B0-CCA0CD101F5C}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Tibia IP Changer/App.xaml b/Tibia IP Changer/App.xaml new file mode 100644 index 0000000..683611e --- /dev/null +++ b/Tibia IP Changer/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Tibia IP Changer/App.xaml.cs b/Tibia IP Changer/App.xaml.cs new file mode 100644 index 0000000..0687488 --- /dev/null +++ b/Tibia IP Changer/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace Tibia_IP_Changer +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Tibia IP Changer/MainWindow.xaml b/Tibia IP Changer/MainWindow.xaml new file mode 100644 index 0000000..04af056 --- /dev/null +++ b/Tibia IP Changer/MainWindow.xaml @@ -0,0 +1,29 @@ + + + + +