diff options
author | sr55 <[email protected]> | 2011-03-13 13:14:55 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-03-13 13:14:55 +0000 |
commit | e1cd56c97a15f25ec33f925d39ca574f966dfbc0 (patch) | |
tree | ba535eef6d98d11a326b10f02c11ee5a9deec426 /win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 57224a250b66b28bed628f587486197c9900bc1d (diff) |
WinGui:
- Complete work to remove the framework library.
- Fix a couple of issues with the build script and updated the nsis scripts/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3843 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 52d11a26d..07aef5609 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -162,12 +162,6 @@ <ItemGroup>
<None Include="Resources\logo64.png" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\HandBrake.Framework\HandBrake.Framework.csproj">
- <Project>{49AD42C1-BF9B-4D78-A644-020878FAADE6}</Project>
- <Name>HandBrake.Framework</Name>
- </ProjectReference>
- </ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />
|