Questionable/Questionable.Model/Questionable.Model.csproj

41 lines
1.7 KiB
XML
Raw Normal View History

2024-06-14 09:37:33 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DebugType>portable</DebugType>
<Platforms>x64</Platforms>
2024-06-14 09:37:33 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2024-06-14 09:37:33 +00:00
</ItemGroup>
2024-08-02 16:30:21 +00:00
<ItemGroup>
2025-02-05 00:21:28 +00:00
<None Remove="common-aethernetshard.json" />
<None Remove="common-aetheryte.json" />
<None Remove="common-classjob.json" />
<None Remove="common-completionflags.json" />
<None Remove="common-vector3.json" />
<EmbeddedResource Include="common-aethernetshard.json">
<LogicalName>Questionable.Model.CommonAethernetShard</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="common-aetheryte.json">
<LogicalName>Questionable.Model.CommonAetheryte</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="common-classjob.json">
<LogicalName>Questionable.Model.CommonClassJob</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="common-completionflags.json">
<LogicalName>Questionable.Model.CommonCompletionFlags</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="common-vector3.json">
<LogicalName>Questionable.Model.CommonVector3</LogicalName>
2024-08-02 16:30:21 +00:00
</EmbeddedResource>
</ItemGroup>
2024-06-14 09:37:33 +00:00
</Project>