punish v6.8.18.0
This commit is contained in:
commit
e786325cda
322 changed files with 554232 additions and 0 deletions
13
QuestPaths/Properties/AssemblyInfo.cs
Normal file
13
QuestPaths/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
[assembly: AssemblyCompany("QuestPaths")]
|
||||
[assembly: AssemblyConfiguration("Release")]
|
||||
[assembly: AssemblyFileVersion("6.8.18.0")]
|
||||
[assembly: AssemblyInformationalVersion("6.8.18.0+a1cc184b9c97fb7ece0ea06f43fb1afeff732186")]
|
||||
[assembly: AssemblyProduct("QuestPaths")]
|
||||
[assembly: AssemblyTitle("QuestPaths")]
|
||||
[assembly: AssemblyVersion("6.8.18.0")]
|
||||
[module: RefSafetyRules(11)]
|
24
QuestPaths/QuestPaths.csproj
Normal file
24
QuestPaths/QuestPaths.csproj
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>QuestPaths</AssemblyName>
|
||||
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||||
<TargetFramework>netcoreapp9.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<LangVersion>12.0</LangVersion>
|
||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<RootNamespace />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Questionable.QuestPaths.QuestSchema" />
|
||||
<EmbeddedResource Include="Questionable.QuestPaths.QuestSchema" LogicalName="Questionable.QuestPaths.QuestSchema" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Questionable.Model">
|
||||
<HintPath>..\..\Questionable.Model.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
</Project>
|
1865
QuestPaths/Questionable.QuestPaths.QuestSchema
Normal file
1865
QuestPaths/Questionable.QuestPaths.QuestSchema
Normal file
File diff suppressed because it is too large
Load diff
486060
QuestPaths/Questionable.QuestPaths/AssemblyQuestLoader.cs
Normal file
486060
QuestPaths/Questionable.QuestPaths/AssemblyQuestLoader.cs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue