diff options
author | sr55 <[email protected]> | 2015-04-01 20:23:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-01 20:23:13 +0000 |
commit | 4a8a81180d8dbc0d06a1834712e59314a8c18c37 (patch) | |
tree | 97a3359ee9c51e227aa23cc77730d8f3ffa2540e /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 459e06e2e6099a882d0eff225fd36ddce02aab70 (diff) |
WinGui: Refactor the JSON scan model names to be a bit clearer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7034 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 6f7ad978c..6f32ad6b1 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -128,16 +128,16 @@ <Compile Include="Interop\Json\Encode\Video.cs" />
<Compile Include="Interop\Factories\AnamorphicFactory.cs" />
<Compile Include="Services\Encode\Factories\EncodeFactory.cs" />
- <Compile Include="Interop\Json\Scan\AudioList.cs" />
- <Compile Include="Interop\Json\Scan\ChapterList.cs" />
+ <Compile Include="Interop\Json\Scan\AudioTrack.cs" />
+ <Compile Include="Interop\Json\Scan\ChapterTrack.cs" />
<Compile Include="Interop\Json\Scan\Color.cs" />
<Compile Include="Interop\Json\Scan\Duration.cs" />
<Compile Include="Interop\Json\Scan\FrameRate.cs" />
<Compile Include="Interop\Json\Shared\Geometry.cs" />
<Compile Include="Interop\Json\Scan\JsonScanObject.cs" />
<Compile Include="Interop\Json\Scan\MetaData.cs" />
- <Compile Include="Interop\Json\Scan\SubtitleList.cs" />
- <Compile Include="Interop\Json\Scan\TitleList.cs" />
+ <Compile Include="Interop\Json\Scan\SubtitleTrack.cs" />
+ <Compile Include="Interop\Json\Scan\SourceTitle.cs" />
<Compile Include="Interop\Json\State\JsonState.cs" />
<Compile Include="Interop\Json\State\Scanning.cs" />
<Compile Include="Interop\Json\State\WorkDone.cs" />
|