diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
commit | 03cf70354883afe50085fee5f9c918869639f0d9 (patch) | |
tree | b0e2964ae409e3ceb045a6abc4a1d9416bdbad96 /tools/Langpack Suite/LangpackSuite.csproj | |
parent | 8b370768afba86951fb6ef5071b429d57855b202 (diff) |
- LangpackSuite: Ukrainian translation added (not working yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite/LangpackSuite.csproj')
-rw-r--r-- | tools/Langpack Suite/LangpackSuite.csproj | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/tools/Langpack Suite/LangpackSuite.csproj b/tools/Langpack Suite/LangpackSuite.csproj index 5b49ca5edf..464ebf1e01 100644 --- a/tools/Langpack Suite/LangpackSuite.csproj +++ b/tools/Langpack Suite/LangpackSuite.csproj @@ -10,8 +10,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LangpackSuite</RootNamespace>
<AssemblyName>LangpackSuite</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>
+ </TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
@@ -38,6 +39,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -47,6 +49,7 @@ <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>res/miranda_logo.ico</ApplicationIcon>
@@ -83,12 +86,23 @@ <DesignTime>True</DesignTime>
<DependentUpon>myRes.ru-RU.resx</DependentUpon>
</Compile>
- <Compile Include="Program.cs" />
+ <Compile Include="myRes.uk-UA.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>myRes.uk-UA.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs">
+ <Generator>ResXFileCodeGenerator</Generator>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Searcher.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="myRes.uk-UA.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>myRes.uk-UA.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|