Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/Chat
# Conflicts: # PrototypChat/.vs/PrototypChat/v15/.suo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@
|
|||||||
/BeWoPlanerChat/bewoplaner-chat-android/app/*.apk
|
/BeWoPlanerChat/bewoplaner-chat-android/app/*.apk
|
||||||
/PrototypChat/.vs/PrototypChat/v14
|
/PrototypChat/.vs/PrototypChat/v14
|
||||||
/PrototypChat/.vs/PrototypChat/v15/sqlite3
|
/PrototypChat/.vs/PrototypChat/v15/sqlite3
|
||||||
|
/PrototypChat/.vs/PrototypChat/v15
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ namespace ChatController
|
|||||||
private string _chatCode = "";
|
private string _chatCode = "";
|
||||||
private string _kundennummer = "";
|
private string _kundennummer = "";
|
||||||
private string _authToken = "";
|
private string _authToken = "";
|
||||||
|
private string _version = "1.1";
|
||||||
|
|
||||||
public LoginControl()
|
public LoginControl()
|
||||||
{
|
{
|
||||||
@@ -54,8 +54,8 @@ namespace ChatController
|
|||||||
//encrypt verschlüsselte datei
|
//encrypt verschlüsselte datei
|
||||||
LeseDateiFallsVorhanden();
|
LeseDateiFallsVorhanden();
|
||||||
|
|
||||||
var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
//var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
lblVersion.Content = String.Format("Version: {0}", version);
|
lblVersion.Content = String.Format("Version: {0}", _version);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AnmeldenButton_OnClick(object sender, RoutedEventArgs e)
|
private void AnmeldenButton_OnClick(object sender, RoutedEventArgs e)
|
||||||
|
|||||||
@@ -67,6 +67,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignManifests>true</SignManifests>
|
<SignManifests>true</SignManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>ownchat_favicon.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
||||||
@@ -166,5 +169,8 @@
|
|||||||
<Install>false</Install>
|
<Install>false</Install>
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Resource Include="ownchat_favicon.ico" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
BIN
PrototypChat/ownchat_favicon.ico
Normal file
BIN
PrototypChat/ownchat_favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user