- Renamed project

master
VollRagm 4 years ago
parent 40e1549481
commit ed04344e3e

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stream-sniper", "stream-sniper\stream-sniper.csproj", "{D6DCDFC5-4DB3-4340-94F7-A5EC846E9195}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selfbot.NET", "Selfbot.NET\Selfbot.NET.csproj", "{D6DCDFC5-4DB3-4340-94F7-A5EC846E9195}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

@ -1,7 +1,7 @@
<Application x:Class="stream_sniper.App"
<Application x:Class="Selfbot.NET.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:stream_sniper"
xmlns:local="clr-namespace:Selfbot.NET"
StartupUri="MainWindow.xaml">
<Application.Resources>

@ -6,7 +6,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace stream_sniper
namespace Selfbot.NET
{
/// <summary>
/// Interaction logic for App.xaml

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save