summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/HandBrakeInterop.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-06-04 20:33:16 +0000
committersr55 <[email protected]>2010-06-04 20:33:16 +0000
commitb8bab98e11aa16cef3c9762ca1f68906ce828d58 (patch)
tree31ade9c7cd7f437dd80f00e17c42fbdfff51833c /win/C#/interop/HandBrakeInterop.csproj
parent73177393028b107b844b69e540b9aa29310e57ac (diff)
WinGui:
# interop - Fix Namespaces - Changed so it's .NET 3.5 compatible. - Removed usings which were not needed and placed usings inside the namespace. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3353 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/HandBrakeInterop.csproj')
-rw-r--r--win/C#/interop/HandBrakeInterop.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/interop/HandBrakeInterop.csproj b/win/C#/interop/HandBrakeInterop.csproj
index e2d6c0868..95268478b 100644
--- a/win/C#/interop/HandBrakeInterop.csproj
+++ b/win/C#/interop/HandBrakeInterop.csproj
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HandBrake.Interop</RootNamespace>
<AssemblyName>HandBrakeInterop</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>