diff options
author | sr55 <[email protected]> | 2017-12-15 22:40:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-15 22:40:06 +0000 |
commit | 7244ea454654b4b6d8f97f33174303445edb08ff (patch) | |
tree | a056e203998eeb00c01f41f1bf4feb9fcecb2689 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | add6e2ac430652a96ff6fd1a72824796064e259f (diff) |
WinGui: Add % Actual Size to the static preview window title.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 7f2a7cbbd..226a6eeb2 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -189,6 +189,11 @@ <Compile Include="Model\Subtitles\SubtitleBurnInBehaviourModes.cs" />
<Compile Include="Model\Subtitles\SubtitleBehaviourModes.cs" />
<Compile Include="Model\Subtitles\SubtitleBehaviours.cs" />
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
<Compile Include="Properties\ResourcesTooltips.Designer.cs">
<DependentUpon>ResourcesTooltips.resx</DependentUpon>
<AutoGen>True</AutoGen>
@@ -472,11 +477,6 @@ <Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
<EmbeddedResource Include="Properties\ResourcesTooltips.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>ResourcesTooltips.Designer.cs</LastGenOutput>
@@ -489,8 +489,8 @@ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<AdditionalFiles Include="..\stylecop.json">
<Link>stylecop.json</Link>
|