Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
JWLMT88 committed Mar 13, 2023
1 parent ed8353e commit c24d933
Show file tree
Hide file tree
Showing 1,312 changed files with 13,183 additions and 4,823 deletions.
2 changes: 1 addition & 1 deletion Client/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
311 changes: 196 additions & 115 deletions Client/ChatWindow.Designer.cs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Client/ChatWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,10 @@ public partial class ChatWindow : Form {
private void LogOffButton_Click(object sender, EventArgs e) {
Application.Restart();
}

private void ChatWindow_Load(object sender, EventArgs e)
{

}
}
}
5 changes: 3 additions & 2 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Client</RootNamespace>
<AssemblyName>Client</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
Expand Down Expand Up @@ -42,11 +42,12 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down
Binary file modified Client/bin/Debug/Client.exe
Binary file not shown.
Binary file modified Client/bin/Debug/Client.pdb
Binary file not shown.
Binary file added Client/bin/Release/Client.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Client/bin/Release/Client.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
Binary file added Client/bin/Release/Client.pdb
Binary file not shown.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c24d933

Please sign in to comment.