diff --git a/VRCExternalTools.sln b/VRCExternalTools.sln index 96ee09d..3ae1e67 100644 --- a/VRCExternalTools.sln +++ b/VRCExternalTools.sln @@ -8,13 +8,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {12F51A26-2AE2-4798-9087-516F7BC3B788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {12F51A26-2AE2-4798-9087-516F7BC3B788}.Debug|Any CPU.Build.0 = Debug|Any CPU + {12F51A26-2AE2-4798-9087-516F7BC3B788}.Debug|x64.ActiveCfg = Debug|x64 + {12F51A26-2AE2-4798-9087-516F7BC3B788}.Debug|x64.Build.0 = Debug|x64 {12F51A26-2AE2-4798-9087-516F7BC3B788}.Release|Any CPU.ActiveCfg = Release|Any CPU {12F51A26-2AE2-4798-9087-516F7BC3B788}.Release|Any CPU.Build.0 = Release|Any CPU + {12F51A26-2AE2-4798-9087-516F7BC3B788}.Release|x64.ActiveCfg = Release|x64 + {12F51A26-2AE2-4798-9087-516F7BC3B788}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/VRCExternalTools/Friend.cs b/VRCExternalTools/Friend.cs index 79265a5..3367095 100644 --- a/VRCExternalTools/Friend.cs +++ b/VRCExternalTools/Friend.cs @@ -8,12 +8,13 @@ namespace VRCExternalTools { class Friend { - public String id { get; set; } + public string id { get; set; } - public Friend(String userId) + public Friend(string userId) { id = userId; } } } + \ No newline at end of file diff --git a/VRCExternalTools/MainWindow.xaml b/VRCExternalTools/MainWindow.xaml index d19ec9a..bf1f7a3 100644 --- a/VRCExternalTools/MainWindow.xaml +++ b/VRCExternalTools/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:VRCExternalTools" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="800"> + Title="VRCExternalTool" Height="450" Width="800"> @@ -23,12 +23,13 @@ - +