Removed Old Models, extended ChatMessage to json
This commit is contained in:
@@ -119,19 +119,15 @@
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Connection.cs" />
|
||||
<Compile Include="Models\Connection.cs" />
|
||||
<Compile Include="Controller.cs" />
|
||||
<Compile Include="MainPage.xaml.cs">
|
||||
<DependentUpon>MainPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Models\ChatMessage.cs" />
|
||||
<Compile Include="Models\Message.cs" />
|
||||
<Compile Include="Models\ChatPartner.cs" />
|
||||
<Compile Include="Models\Exceptions\MessageTimedOutException.cs" />
|
||||
<Compile Include="Models\NetworkingController.cs" />
|
||||
<Compile Include="Models\Client.cs" />
|
||||
<Compile Include="Models\Exceptions\ConnectionFailedException.cs" />
|
||||
<Compile Include="Models\SendCode.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Util\IP.cs" />
|
||||
<Compile Include="Views\ConnectionFailedDialog.xaml.cs">
|
||||
|
||||
Reference in New Issue
Block a user