ソースを参照

其他-补充文案文件

ZhouJieSheng 2 年 前
コミット
a7a5e8c1c5
1 ファイル変更24 行追加2 行削除
  1. 24 2
      PDF Office/PDF Office.csproj

+ 24 - 2
PDF Office/PDF Office.csproj

@@ -15,7 +15,8 @@
     <WarningLevel>4</WarningLevel>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     <Deterministic>true</Deterministic>
-    <NuGetPackageImportStamp></NuGetPackageImportStamp>
+    <NuGetPackageImportStamp>
+    </NuGetPackageImportStamp>
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
@@ -43,7 +44,8 @@
     <WarningLevel>4</WarningLevel>
     <Prefer32Bit>false</Prefer32Bit>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DocumentationFile></DocumentationFile>
+    <DocumentationFile>
+    </DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -424,6 +426,9 @@
       <DesignTime>True</DesignTime>
       <AutoGen>True</AutoGen>
     </Compile>
+    <Compile Include="String\HomePage\HomePage.Designer.cs" />
+    <Compile Include="String\MainPage\MainPage.Designer.cs" />
+    <Compile Include="String\Service\Service.Designer.cs" />
     <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\CreateFromHtmlDialogViewModel.cs" />
     <Compile Include="ViewModels\Dialog\PropertiesDialogViewModel.cs" />
     <Compile Include="ViewModels\Dialog\Redaction\MarkSettingDialogViewModel.cs" />
@@ -2475,6 +2480,18 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
+    <EmbeddedResource Include="String\HomePage\HomePage.en.resx" />
+    <EmbeddedResource Include="String\HomePage\HomePage.resx" />
+    <EmbeddedResource Include="String\HomePage\HomePage.zh-Hans.resx" />
+    <EmbeddedResource Include="String\HomePage\HomePage.zh-Hant.resx" />
+    <EmbeddedResource Include="String\MainPage\MainPage.en.resx" />
+    <EmbeddedResource Include="String\MainPage\MainPage.resx" />
+    <EmbeddedResource Include="String\MainPage\MainPage.zh-Hans.resx" />
+    <EmbeddedResource Include="String\MainPage\MainPage.zh-Hant.resx" />
+    <EmbeddedResource Include="String\Service\Service.en.resx" />
+    <EmbeddedResource Include="String\Service\Service.resx" />
+    <EmbeddedResource Include="String\Service\Service.zh-Hans.resx" />
+    <EmbeddedResource Include="String\Service\Service.zh-Hant.resx" />
   </ItemGroup>
   <ItemGroup>
     <BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
@@ -2488,6 +2505,11 @@
       <Install>false</Install>
     </BootstrapperPackage>
   </ItemGroup>
+  <ItemGroup>
+    <XliffResource Include="MultilingualResources\PDF Office.en.xlf" />
+    <XliffResource Include="MultilingualResources\PDF Office.zh-Hans.xlf" />
+    <XliffResource Include="MultilingualResources\PDF Office.zh-Hant.xlf" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>