Quellcode durchsuchen

修正建置事件

jaler vor 2 Jahren
Ursprung
Commit
7df1ce2d12
1 geänderte Dateien mit 12 neuen und 12 gelöschten Zeilen
  1. 12 12
      KdanStrings_WPF/KdanStrings_WPF.csproj

+ 12 - 12
KdanStrings_WPF/KdanStrings_WPF.csproj

@@ -93,17 +93,17 @@
     <Warning Text="$(MSBuildProjectFile) is Multilingual build enabled, but the Multilingual App Toolkit is unavailable during the build. If building with Visual Studio, please check to ensure that toolkit is properly installed." />
   </Target>
   <PropertyGroup>
-    <PreBuildEvent>copy "$(SolutionDir)KdanStrings\Strings\en-US\Resources.resw" "$(projectdir)Strings\Resources.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\de-DE\Resources.resw" "$(projectdir)Strings\Resources.de-DE.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\en-US\Resources.resw" "$(projectdir)Strings\Resources.en-US.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\es-ES\Resources.resw" "$(projectdir)Strings\Resources.es-ES.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\fr-FR\Resources.resw" "$(projectdir)Strings\Resources.fr-FR.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\it-IT\Resources.resw" "$(projectdir)Strings\Resources.it-IT.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\ja\Resources.resw" "$(projectdir)Strings\Resources.ja.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\ko-KR\Resources.resw" "$(projectdir)Strings\Resources.ko-KR.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\pt\Resources.resw" "$(projectdir)Strings\Resources.pt.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\ru-RU\Resources.resw" "$(projectdir)Strings\Resources.ru-RU.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\zh-CN\Resources.resw" "$(projectdir)Strings\Resources.zh-CN.resx" /Y
-copy "$(SolutionDir)KdanStrings\Strings\zh-TW\Resources.resw" "$(projectdir)Strings\Resources.zh-TW.resx" /Y</PreBuildEvent>
+    <PreBuildEvent>copy "$(projectdir)..\KdanStrings\Strings\en-US\Resources.resw" "$(projectdir)Strings\Resources.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\de-DE\Resources.resw" "$(projectdir)Strings\Resources.de-DE.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\en-US\Resources.resw" "$(projectdir)Strings\Resources.en-US.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\es-ES\Resources.resw" "$(projectdir)Strings\Resources.es-ES.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\fr-FR\Resources.resw" "$(projectdir)Strings\Resources.fr-FR.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\it-IT\Resources.resw" "$(projectdir)Strings\Resources.it-IT.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\ja\Resources.resw" "$(projectdir)Strings\Resources.ja.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\ko-KR\Resources.resw" "$(projectdir)Strings\Resources.ko-KR.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\pt\Resources.resw" "$(projectdir)Strings\Resources.pt.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\ru-RU\Resources.resw" "$(projectdir)Strings\Resources.ru-RU.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\zh-CN\Resources.resw" "$(projectdir)Strings\Resources.zh-CN.resx" /Y
+copy "$(projectdir)..\KdanStrings\Strings\zh-TW\Resources.resw" "$(projectdir)Strings\Resources.zh-TW.resx" /Y</PreBuildEvent>
   </PropertyGroup>
 </Project>