<feat> + 时间同步工具

This commit is contained in:
2022-12-01 23:42:14 +08:00
parent 4ab2af5ca3
commit f4175480e5
25 changed files with 480 additions and 194 deletions

View File

@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Dot</RootNamespace>
<AssemblyName>dot</AssemblyName>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>nsnail</Authors>
<Copyright>Copyright (c) 2022 nsnail</Copyright>
<RepositoryUrl>https://github.com/nsnail/dot.git</RepositoryUrl>
@@ -30,17 +30,17 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Lang\Strings.resx">
<EmbeddedResource Update="Lang\Str.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
<LastGenOutput>Str.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Update="Lang\Strings.Designer.cs">
<Compile Update="Lang\Str.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Strings.resx</DependentUpon>
<DependentUpon>Str.resx</DependentUpon>
</Compile>
</ItemGroup>