Klassen erstellt
This commit is contained in:
parent
624f7287c0
commit
f95312b7b2
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,7 @@
|
|||||||
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/6bf28899-910c-4f9c-a5c6-2f59dc39433f.vsidx
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/6bf28899-910c-4f9c-a5c6-2f59dc39433f.vsidx
|
||||||
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/e71b275f-b97f-4847-a73a-3616e86979bc.vsidx
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/e71b275f-b97f-4847-a73a-3616e86979bc.vsidx
|
||||||
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/0e84d680-555d-4e6e-a727-c25738d67fe2.vsidx
|
||||||
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/46ac505b-6bb7-447c-b4d1-c54e4f3de447.vsidx
|
||||||
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/59e3b9bc-f89e-408d-90e0-b60d25f8fcd6.vsidx
|
||||||
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/c9c8a1b1-57a9-4e33-9ea9-22a2c88ef344.vsidx
|
||||||
|
PenAndPaperManager/.vs/PenAndPaperManager/FileContentIndex/e123af03-b219-4ec1-ab89-0051de9890a1.vsidx
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
PenAndPaperManager/Controller/CampaignController.cs
Normal file
12
PenAndPaperManager/Controller/CampaignController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class CampaignController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/CharacterController.cs
Normal file
12
PenAndPaperManager/Controller/CharacterController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class CharacterController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/ChatController.cs
Normal file
12
PenAndPaperManager/Controller/ChatController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class ChatController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
10
PenAndPaperManager/Controller/Controller.csproj
Normal file
10
PenAndPaperManager/Controller/Controller.csproj
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
12
PenAndPaperManager/Controller/DiceController.cs
Normal file
12
PenAndPaperManager/Controller/DiceController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class DiceController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/EmoteController.cs
Normal file
12
PenAndPaperManager/Controller/EmoteController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class EmoteController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/MapController.cs
Normal file
12
PenAndPaperManager/Controller/MapController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class MapController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/MenuController.cs
Normal file
12
PenAndPaperManager/Controller/MenuController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class MenuController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/NavigationController.cs
Normal file
12
PenAndPaperManager/Controller/NavigationController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class NavigationController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
namespace Interfaces
|
namespace Controller
|
||||||
{
|
{
|
||||||
internal class Program
|
internal class Program
|
||||||
{
|
{
|
12
PenAndPaperManager/Controller/SessionController.cs
Normal file
12
PenAndPaperManager/Controller/SessionController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class SessionController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/SettingsController.cs
Normal file
12
PenAndPaperManager/Controller/SettingsController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class SettingsController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Controller/TokenController.cs
Normal file
12
PenAndPaperManager/Controller/TokenController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Controller
|
||||||
|
{
|
||||||
|
internal class TokenController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj",
|
||||||
|
"projectName": "Controller",
|
||||||
|
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net8.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"C:\\Program Files\\dotnet\\library-packs": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"restoreAuditProperties": {
|
||||||
|
"enableAudit": "true",
|
||||||
|
"auditLevel": "low",
|
||||||
|
"auditMode": "direct"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -11,12 +11,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Interfaces")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Controller")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+624f7287c0542cacd23863f8e1282e2ac08ca7d5")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Interfaces")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Controller")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Interfaces")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Controller")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
@ -0,0 +1 @@
|
|||||||
|
cdb35e4f409dfdbd342535d79f195bdc30af71a32e53bdfdbd61b813d181accd
|
@ -7,7 +7,7 @@ build_property.InvariantGlobalization =
|
|||||||
build_property.PlatformNeutralAssembly =
|
build_property.PlatformNeutralAssembly =
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Interfaces
|
build_property.RootNamespace = Controller
|
||||||
build_property.ProjectDir = C:\Users\bib\source\repos\PenAndPaperManager\Interfaces\
|
build_property.ProjectDir = C:\Users\bib\OneDrive - bib & FHDW\VPR\Projekt\PenAndPaperManager\Controller\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
Binary file not shown.
73
PenAndPaperManager/Controller/obj/project.assets.json
Normal file
73
PenAndPaperManager/Controller/obj/project.assets.json
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"targets": {
|
||||||
|
"net8.0": {}
|
||||||
|
},
|
||||||
|
"libraries": {},
|
||||||
|
"projectFileDependencyGroups": {
|
||||||
|
"net8.0": []
|
||||||
|
},
|
||||||
|
"packageFolders": {
|
||||||
|
"C:\\Users\\bib\\.nuget\\packages\\": {}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj",
|
||||||
|
"projectName": "Controller",
|
||||||
|
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net8.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"C:\\Program Files\\dotnet\\library-packs": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"restoreAuditProperties": {
|
||||||
|
"enableAudit": "true",
|
||||||
|
"auditLevel": "low",
|
||||||
|
"auditMode": "direct"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "vxsomwa2/us=",
|
"dgSpecHash": "l2NVwmWuIo8=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj",
|
"projectFilePath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Controller\\Controller.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
@ -1,25 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
|
||||||
// Laufzeitversion:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
||||||
// der Code erneut generiert wird.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Interfaces")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3fafc1074217421f214cd33ab62a89d38d8bdd50")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Interfaces")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Interfaces")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
|
||||||
|
|
||||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
77b80c1de04578dc51105f07a2f812d92350a81e024a1ba47e795032eddee9e5
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
2944282f82db10db49c093cb5e36512f22b757db57d2e9f88a5d05d4f7d5c0b3
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
d384474cd683ea9bec1115a63958af57ca2b8a4cc939005120fc411b0f9dbb0d
|
|
@ -1,4 +0,0 @@
|
|||||||
C:\Users\bib\source\repos\PenAndPaperManager\Interfaces\obj\Debug\net8.0\Interfaces.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Interfaces\obj\Debug\net8.0\Interfaces.AssemblyInfoInputs.cache
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Interfaces\obj\Debug\net8.0\Interfaces.AssemblyInfo.cs
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Interfaces\obj\Debug\net8.0\Interfaces.csproj.CoreCompileInputs.cache
|
|
@ -1,132 +0,0 @@
|
|||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj",
|
|
||||||
"projectName": "Interfaces",
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0-windows"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"projectReferences": {
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj",
|
|
||||||
"projectName": "Services",
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0-windows"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
12
PenAndPaperManager/Models/Campaign.cs
Normal file
12
PenAndPaperManager/Models/Campaign.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Campaign
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Character.cs
Normal file
12
PenAndPaperManager/Models/Character.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Character
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/DicePreset.cs
Normal file
12
PenAndPaperManager/Models/DicePreset.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class DicePreset
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/DiceResult.cs
Normal file
12
PenAndPaperManager/Models/DiceResult.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class DiceResult
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Emote.cs
Normal file
12
PenAndPaperManager/Models/Emote.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Emote
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/GridController.cs
Normal file
12
PenAndPaperManager/Models/GridController.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class GridController
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Layer.cs
Normal file
12
PenAndPaperManager/Models/Layer.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Layer
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/LayerManager.cs
Normal file
12
PenAndPaperManager/Models/LayerManager.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class LayerManager
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Map.cs
Normal file
12
PenAndPaperManager/Models/Map.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Map
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/MenuItem.cs
Normal file
12
PenAndPaperManager/Models/MenuItem.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class MenuItem
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Message.cs
Normal file
12
PenAndPaperManager/Models/Message.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Message
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -2,14 +2,9 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\Interfaces\Interfaces.csproj" />
|
|
||||||
<ProjectReference Include="..\Services\Services.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
12
PenAndPaperManager/Models/NavigationStep.cs
Normal file
12
PenAndPaperManager/Models/NavigationStep.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class NavigationStep
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Session.cs
Normal file
12
PenAndPaperManager/Models/Session.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Session
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Theme.cs
Normal file
12
PenAndPaperManager/Models/Theme.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Theme
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/Token.cs
Normal file
12
PenAndPaperManager/Models/Token.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class Token
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/UIComponents.cs
Normal file
12
PenAndPaperManager/Models/UIComponents.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class UIComponents
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/User.cs
Normal file
12
PenAndPaperManager/Models/User.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class User
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/UserPreferences.cs
Normal file
12
PenAndPaperManager/Models/UserPreferences.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class UserPreferences
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
PenAndPaperManager/Models/ValidationResult.cs
Normal file
12
PenAndPaperManager/Models/ValidationResult.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Models
|
||||||
|
{
|
||||||
|
internal class ValidationResult
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v8.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v8.0": {
|
|
||||||
"Models/1.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"Models.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Models/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net8.0",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "8.0.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
|
@ -1 +0,0 @@
|
|||||||
3ded39702ddb42ad17031d92e077c863f0800b44bbe845f2744f49ef78e75e98
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
df3396946f827bd426170fd2b9466e7a5cfb913dc325d019bfa6ebe46d9eadba
|
|
@ -1,14 +0,0 @@
|
|||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.AssemblyInfoInputs.cache
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.AssemblyInfo.cs
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.csproj.CoreCompileInputs.cache
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\bin\Debug\net8.0-windows\Models.exe
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\bin\Debug\net8.0-windows\Models.deps.json
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\bin\Debug\net8.0-windows\Models.runtimeconfig.json
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\bin\Debug\net8.0-windows\Models.dll
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\bin\Debug\net8.0-windows\Models.pdb
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.dll
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\refint\Models.dll
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.pdb
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\Models.genruntimeconfig.cache
|
|
||||||
C:\Users\bib\source\repos\PenAndPaperManager\Models\obj\Debug\net8.0-windows\ref\Models.dll
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
a8a0bd0413612590d4cb89f32e125d74256eaf3c5d9e32c73c4569d3a17abdac
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
|
@ -1,25 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
|
||||||
// Laufzeitversion:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
||||||
// der Code erneut generiert wird.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Models")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Models")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Models")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.0.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.0.0")]
|
|
||||||
|
|
||||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
4deb405de7e99b7e1a495d7f77a3e3e2ddf052252286def8d7026d9663adbdf2
|
|
@ -1,20 +0,0 @@
|
|||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net8.0-windows10
|
|
||||||
build_property.TargetPlatformMinVersion = 10.0.0.0
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = Models
|
|
||||||
build_property.ProjectDir = C:\Users\bib\source\repos\PenAndPaperManager\Models\
|
|
||||||
build_property.EnableComHosting =
|
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
||||||
build_property.CsWinRTAotOptimizerEnabled = true
|
|
||||||
build_property.CsWinRTAotExportsEnabled =
|
|
||||||
build_property.CsWinRTRcwFactoryFallbackGeneratorForceOptIn =
|
|
||||||
build_property.CsWinRTRcwFactoryFallbackGeneratorForceOptOut =
|
|
||||||
build_property.CsWinRTCcwLookupTableGeneratorEnabled = true
|
|
||||||
build_property.CsWinRTMergeReferencedActivationFactories =
|
|
||||||
build_property.CsWinRTAotWarningLevel =
|
|
@ -1,8 +0,0 @@
|
|||||||
// <auto-generated/>
|
|
||||||
global using global::System;
|
|
||||||
global using global::System.Collections.Generic;
|
|
||||||
global using global::System.IO;
|
|
||||||
global using global::System.Linq;
|
|
||||||
global using global::System.Net.Http;
|
|
||||||
global using global::System.Threading;
|
|
||||||
global using global::System.Threading.Tasks;
|
|
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Models")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Models")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+624f7287c0542cacd23863f8e1282e2ac08ca7d5")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Models")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Models")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Models")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Models")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
@ -1 +1 @@
|
|||||||
c264b3f80882c325b9e2e4b7cd10e7b0a4b40661768b84672020f5eb89bc8917
|
81a50bcdb765d73ce4c0c7ab96baf31085b890f621fc664173235e8ef5be4a96
|
||||||
|
@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Models
|
build_property.RootNamespace = Models
|
||||||
build_property.ProjectDir = C:\Users\bib\source\repos\PenAndPaperManager\Models\
|
build_property.ProjectDir = C:\Users\bib\OneDrive - bib & FHDW\VPR\Projekt\PenAndPaperManager\Models\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
|
Binary file not shown.
@ -4,70 +4,6 @@
|
|||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj": {}
|
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj",
|
|
||||||
"projectName": "Interfaces",
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0-windows"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"projectReferences": {
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj": {
|
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
@ -82,82 +18,15 @@
|
|||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
"originalTargetFrameworks": [
|
"originalTargetFrameworks": [
|
||||||
"net8.0-windows"
|
"net8.0"
|
||||||
],
|
],
|
||||||
"sources": {
|
"sources": {
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
"C:\\Program Files\\dotnet\\library-packs": {}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0-windows7.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0-windows",
|
"targetAlias": "net8.0",
|
||||||
"projectReferences": {
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj"
|
|
||||||
},
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj",
|
|
||||||
"projectName": "Services",
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0-windows"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0-windows7.0": {
|
|
||||||
"targetAlias": "net8.0-windows",
|
|
||||||
"projectReferences": {}
|
"projectReferences": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -173,8 +42,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0-windows7.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0-windows",
|
"targetAlias": "net8.0",
|
||||||
"imports": [
|
"imports": [
|
||||||
"net461",
|
"net461",
|
||||||
"net462",
|
"net462",
|
||||||
|
@ -1,49 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"targets": {
|
"targets": {
|
||||||
"net8.0-windows7.0": {
|
"net8.0": {}
|
||||||
"Interfaces/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"framework": ".NETCoreApp,Version=v8.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Services": "1.0.0"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"bin/placeholder/Interfaces.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"bin/placeholder/Interfaces.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Services/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"framework": ".NETCoreApp,Version=v8.0",
|
|
||||||
"compile": {
|
|
||||||
"bin/placeholder/Services.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"bin/placeholder/Services.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Interfaces/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"path": "../Interfaces/Interfaces.csproj",
|
|
||||||
"msbuildProject": "../Interfaces/Interfaces.csproj"
|
|
||||||
},
|
|
||||||
"Services/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"path": "../Services/Services.csproj",
|
|
||||||
"msbuildProject": "../Services/Services.csproj"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"libraries": {},
|
||||||
"projectFileDependencyGroups": {
|
"projectFileDependencyGroups": {
|
||||||
"net8.0-windows7.0": [
|
"net8.0": []
|
||||||
"Interfaces >= 1.0.0",
|
|
||||||
"Services >= 1.0.0"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\bib\\.nuget\\packages\\": {}
|
"C:\\Users\\bib\\.nuget\\packages\\": {}
|
||||||
@ -62,23 +24,16 @@
|
|||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
"originalTargetFrameworks": [
|
"originalTargetFrameworks": [
|
||||||
"net8.0-windows"
|
"net8.0"
|
||||||
],
|
],
|
||||||
"sources": {
|
"sources": {
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}
|
"C:\\Program Files\\dotnet\\library-packs": {}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0-windows7.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0-windows",
|
"targetAlias": "net8.0",
|
||||||
"projectReferences": {
|
"projectReferences": {}
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Interfaces\\Interfaces.csproj"
|
|
||||||
},
|
|
||||||
"C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Services\\Services.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"warningProperties": {
|
"warningProperties": {
|
||||||
@ -93,8 +48,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0-windows7.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0-windows",
|
"targetAlias": "net8.0",
|
||||||
"imports": [
|
"imports": [
|
||||||
"net461",
|
"net461",
|
||||||
"net462",
|
"net462",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "zrUcCfMAZwg=",
|
"dgSpecHash": "ozv6b2RwPvI=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj",
|
"projectFilePath": "C:\\Users\\bib\\OneDrive - bib & FHDW\\VPR\\Projekt\\PenAndPaperManager\\Models\\Models.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
|
9
PenAndPaperManager/PenAndPaperManager/UI.csproj.user
Normal file
9
PenAndPaperManager/PenAndPaperManager/UI.csproj.user
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
<ItemGroup>
|
||||||
|
<ApplicationDefinition Update="App.xaml">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</ApplicationDefinition>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,76 @@
|
|||||||
|
#pragma checksum "..\..\..\CharacterEditorWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B88E95C0A693A97AF4C5ABA96628D8AB0988694C"
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Automation;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Controls.Primitives;
|
||||||
|
using System.Windows.Controls.Ribbon;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Ink;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Markup;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Animation;
|
||||||
|
using System.Windows.Media.Effects;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Media.Media3D;
|
||||||
|
using System.Windows.Media.TextFormatting;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// CharacterEditorWindow
|
||||||
|
/// </summary>
|
||||||
|
public partial class CharacterEditorWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||||
|
|
||||||
|
private bool _contentLoaded;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// InitializeComponent
|
||||||
|
/// </summary>
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
public void InitializeComponent() {
|
||||||
|
if (_contentLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_contentLoaded = true;
|
||||||
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/charactereditorwindow.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
|
#line 1 "..\..\..\CharacterEditorWindow.xaml"
|
||||||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||||
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||||
|
this._contentLoaded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,76 @@
|
|||||||
|
#pragma checksum "..\..\..\ChatWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "63CD367B1159B848314CDEAE8F462DBD5BB6CFB2"
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Automation;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Controls.Primitives;
|
||||||
|
using System.Windows.Controls.Ribbon;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Ink;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Markup;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Animation;
|
||||||
|
using System.Windows.Media.Effects;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Media.Media3D;
|
||||||
|
using System.Windows.Media.TextFormatting;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// ChatWindow
|
||||||
|
/// </summary>
|
||||||
|
public partial class ChatWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||||
|
|
||||||
|
private bool _contentLoaded;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// InitializeComponent
|
||||||
|
/// </summary>
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
public void InitializeComponent() {
|
||||||
|
if (_contentLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_contentLoaded = true;
|
||||||
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/chatwindow.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
|
#line 1 "..\..\..\ChatWindow.xaml"
|
||||||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||||
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||||
|
this._contentLoaded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,76 @@
|
|||||||
|
#pragma checksum "..\..\..\EmotePanel.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7244D53423AF003D21F09879C9E571C42A839E6A"
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Automation;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Controls.Primitives;
|
||||||
|
using System.Windows.Controls.Ribbon;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Ink;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Markup;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Animation;
|
||||||
|
using System.Windows.Media.Effects;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Media.Media3D;
|
||||||
|
using System.Windows.Media.TextFormatting;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// EmotePanel
|
||||||
|
/// </summary>
|
||||||
|
public partial class EmotePanel : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||||
|
|
||||||
|
private bool _contentLoaded;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// InitializeComponent
|
||||||
|
/// </summary>
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
public void InitializeComponent() {
|
||||||
|
if (_contentLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_contentLoaded = true;
|
||||||
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/emotepanel.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
|
#line 1 "..\..\..\EmotePanel.xaml"
|
||||||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||||
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||||
|
this._contentLoaded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3BC29F546E68F138CAB6CD112245FCAFAA89836E"
|
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9D9B41FB3D350815EA4436FB8473CA86C4302AF5"
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
@ -9,7 +9,6 @@
|
|||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
using PenAndPaperManager;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
@ -31,9 +30,10 @@ using System.Windows.Media.TextFormatting;
|
|||||||
using System.Windows.Navigation;
|
using System.Windows.Navigation;
|
||||||
using System.Windows.Shapes;
|
using System.Windows.Shapes;
|
||||||
using System.Windows.Shell;
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
namespace PenAndPaperManager {
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -53,7 +53,7 @@ namespace PenAndPaperManager {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_contentLoaded = true;
|
_contentLoaded = true;
|
||||||
System.Uri resourceLocater = new System.Uri("/PenAndPaperManager;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
#line 1 "..\..\..\MainWindow.xaml"
|
#line 1 "..\..\..\MainWindow.xaml"
|
||||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
@ -0,0 +1,76 @@
|
|||||||
|
#pragma checksum "..\..\..\MapEditorWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0FE82293C7880912CB0109A1BF1E7F43507D648"
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Automation;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Controls.Primitives;
|
||||||
|
using System.Windows.Controls.Ribbon;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Ink;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Markup;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Animation;
|
||||||
|
using System.Windows.Media.Effects;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Media.Media3D;
|
||||||
|
using System.Windows.Media.TextFormatting;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// MapEditorWindow
|
||||||
|
/// </summary>
|
||||||
|
public partial class MapEditorWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||||
|
|
||||||
|
private bool _contentLoaded;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// InitializeComponent
|
||||||
|
/// </summary>
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
public void InitializeComponent() {
|
||||||
|
if (_contentLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_contentLoaded = true;
|
||||||
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/mapeditorwindow.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
|
#line 1 "..\..\..\MapEditorWindow.xaml"
|
||||||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||||
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||||
|
this._contentLoaded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,76 @@
|
|||||||
|
#pragma checksum "..\..\..\TokenInspectorWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "11EFF2ADF73074D230E0F3BC67E4374D6390939D"
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Automation;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Controls.Primitives;
|
||||||
|
using System.Windows.Controls.Ribbon;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Ink;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Markup;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Animation;
|
||||||
|
using System.Windows.Media.Effects;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Media.Media3D;
|
||||||
|
using System.Windows.Media.TextFormatting;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using System.Windows.Shell;
|
||||||
|
using UI;
|
||||||
|
|
||||||
|
|
||||||
|
namespace UI {
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// TokenInspectorWindow
|
||||||
|
/// </summary>
|
||||||
|
public partial class TokenInspectorWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||||
|
|
||||||
|
private bool _contentLoaded;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// InitializeComponent
|
||||||
|
/// </summary>
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
public void InitializeComponent() {
|
||||||
|
if (_contentLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_contentLoaded = true;
|
||||||
|
System.Uri resourceLocater = new System.Uri("/UI;V1.0.0.0;component/tokeninspectorwindow.xaml", System.UriKind.Relative);
|
||||||
|
|
||||||
|
#line 1 "..\..\..\TokenInspectorWindow.xaml"
|
||||||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.11.0")]
|
||||||
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||||
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||||
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||||
|
this._contentLoaded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -11,12 +11,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Models")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("UI")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3fafc1074217421f214cd33ab62a89d38d8bdd50")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+624f7287c0542cacd23863f8e1282e2ac08ca7d5")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Models")]
|
[assembly: System.Reflection.AssemblyProductAttribute("UI")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Models")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("UI")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
@ -0,0 +1 @@
|
|||||||
|
98f1df56d91737afbba3e707e508c174109c75990a11ee9a10d7f3d451c0ec34
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user