diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-05 20:17:51 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-05 22:52:09 +0100 |
commit | 0e4c8f91af28648cfe853b3979ae65ed294cff84 (patch) | |
tree | 4791b949aedd1a6a057f73fbf328c752f83e18d9 /src/Setup/Setup.vcxproj | |
parent | 91d308857ac5166a22a681637f00566af495bfeb (diff) | |
download | VeraCrypt-0e4c8f91af28648cfe853b3979ae65ed294cff84.tar.gz VeraCrypt-0e4c8f91af28648cfe853b3979ae65ed294cff84.zip |
Windows: remove unneeded reference to XML files from Setup Visual Studio project
Diffstat (limited to 'src/Setup/Setup.vcxproj')
-rw-r--r-- | src/Setup/Setup.vcxproj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index 3e03eb7d..622e84ef 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -279,20 +279,6 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt COMReg.exe" >NU <ClCompile Include="..\Common\Registry.c" /> </ItemGroup> <ItemGroup> - <None Include="..\..\Translations\Language.ar.xml" /> - <None Include="..\..\Translations\Language.cs.xml" /> - <None Include="..\..\Translations\Language.de.xml" /> - <None Include="..\..\Translations\Language.es.xml" /> - <None Include="..\..\Translations\Language.fr.xml" /> - <None Include="..\..\Translations\Language.it.xml" /> - <None Include="..\..\Translations\Language.ja.xml" /> - <None Include="..\..\Translations\Language.nl.xml" /> - <None Include="..\..\Translations\Language.pl.xml" /> - <None Include="..\..\Translations\Language.ro.xml" /> - <None Include="..\..\Translations\Language.ru.xml" /> - <None Include="..\..\Translations\Language.vi.xml" /> - <None Include="..\..\Translations\Language.zh-cn.xml" /> - <None Include="..\..\Translations\Language.zh-hk.xml" /> <None Include="ComSetup.rgs" /> <None Include="Setup.ico" /> <None Include="..\Common\VeraCrypt.ico" /> |