• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. c3a256ccb4a9a5823695d2237d31680b12931560
Größe 644 Bytes
Zeit 2022-11-29 23:54:33
Autor yoshy
Log Message

[MOD] キャプション書式化機能でキャプションの取得と書式化を行う機能の区別を明確にした

Content

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <Compile Remove="Domain\Model\**" />
    <EmbeddedResource Remove="Domain\Model\**" />
    <None Remove="Domain\Model\**" />
    <Page Remove="Domain\Model\**" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="AutoMapper" Version="12.0.0" />
    <PackageReference Include="NLog" Version="5.0.4" />
    <PackageReference Include="ReactiveProperty" Version="8.1.2" />
  </ItemGroup>

</Project>