diff options
author | sr55 <[email protected]> | 2017-03-17 22:33:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-03-17 22:33:48 +0000 |
commit | efabefce58e323bc453aa7f7e65004d8880f9efa (patch) | |
tree | 79505319e9a1b46f6ef77dfc4290364525668a6c /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 6c6570a326e12edb04498b3272b916eb8d431319 (diff) |
WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName as it's not currently compatible with .NET standard.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 977794e1b..c5f5555e9 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -55,7 +55,6 @@ <Private>True</Private>
</Reference>
<Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
@@ -67,6 +66,7 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Attributes\DisplayName.cs" />
<Compile Include="Attributes\ShortName.cs" />
<Compile Include="Interop\EventArgs\EncodeCompletedEventArgs.cs" />
<Compile Include="Interop\EventArgs\EncodeProgressEventArgs.cs" />
|