Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Version 1.5:
Browse files Browse the repository at this point in the history
- i18n anglaise et française (sauf module d'installation)
- refactoring de la lecture des fonctions IIS depuis ADSI
  • Loading branch information
geeooff committed Aug 19, 2012
1 parent 254514b commit 39896f8
Show file tree
Hide file tree
Showing 8 changed files with 773 additions and 184 deletions.
18 changes: 18 additions & 0 deletions LogRotator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@
<Compile Include="LogHelper.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resources\Plurals.fr.Designer.cs">
<DependentUpon>Plurals.fr.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Strings.fr.Designer.cs">
<DependentUpon>Strings.fr.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Plurals.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand Down Expand Up @@ -199,6 +209,14 @@
<EmbeddedResource Include="Installer.resx">
<DependentUpon>Installer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Plurals.fr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Plurals.fr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Strings.fr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.fr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Plurals.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Plurals.Designer.cs</LastGenOutput>
Expand Down
Loading

0 comments on commit 39896f8

Please sign in to comment.