- Timestamp:
- 11/5/2011 7:47:27 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.Plugins/Eraser.Plugins.csproj
r2345 r2346 87 87 </BootstrapperPackage> 88 88 </ItemGroup> 89 <ItemGroup> 90 <EmbeddedResource Include="Strings.en.resx" /> 91 <EmbeddedResource Include="Strings.it.resx" /> 92 <EmbeddedResource Include="Strings.nl.resx" /> 93 <EmbeddedResource Include="Strings.pl.resx" /> 94 <EmbeddedResource Include="Strings.resx" /> 95 </ItemGroup> 89 96 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 97 <PropertyGroup> 98 <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 99 csgettext --merge --recursive EN,NL,IT,PL "$(ProjectDir)\." Strings 100 if ERRORLEVEL 0 exit 0</PreBuildEvent> 101 </PropertyGroup> 90 102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 91 103 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.
