diff options
author | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
commit | 4284cf487665dd2013b8c95cf2195980ac8106df (patch) | |
tree | 9ed89bad39b89315a94adc7b09ad901d4af8f1ec /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 5e299e96599e191345f303623baa6ceda01c0916 (diff) |
WinGui: Some initial work to make the HandBrake.ApplicationServices library more portable.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 8d023b901..14ba10545 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -189,7 +189,6 @@ <Compile Include="Services\Logging\Model\LogMessageType.cs" />
<Compile Include="Utilities\SystemInfo.cs" />
<Compile Include="Utilities\VersionHelper.cs" />
- <Compile Include="Utilities\Win32.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
|