Changeset 1217
- Timestamp:
- 9/29/2009 12:01:17 PM (4 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 3 edited
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (1 diff)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (1 diff)
-
Eraser/Eraser.csproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r1210 r1217 138 138 if ERRORLEVEL 0 exit 0</PostBuildEvent> 139 139 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 140 csgettext --merge EN,NL "$(ProjectDir)\" Strings140 csgettext --merge --recursive EN,NL "$(ProjectDir)\" Strings 141 141 if ERRORLEVEL 0 exit 0</PreBuildEvent> 142 142 </PropertyGroup> -
trunk/eraser6/Eraser.Manager/Eraser.Manager.csproj
r1208 r1217 103 103 <PropertyGroup> 104 104 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 105 csgettext --merge EN,NL "$(ProjectDir)\" Strings105 csgettext --merge --recursive EN,NL "$(ProjectDir)\" Strings 106 106 if ERRORLEVEL 0 exit 0</PreBuildEvent> 107 107 </PropertyGroup> -
trunk/eraser6/Eraser/Eraser.csproj
r1137 r1217 40 40 <ErrorReport>prompt</ErrorReport> 41 41 <WarningLevel>4</WarningLevel> 42 <PlatformTarget>x86</PlatformTarget> 42 43 </PropertyGroup> 43 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 330 331 </PostBuildEvent> 331 332 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 332 csgettext --merge EN,NL "$(ProjectDir)\" Strings333 csgettext --merge --recursive EN,NL "$(ProjectDir)\" Strings 333 334 if ERRORLEVEL 0 exit 0</PreBuildEvent> 334 335 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.
