diff options
author | sr55 <[email protected]> | 2011-07-16 17:44:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 17:44:44 +0000 |
commit | b7bd335a32a15c792cf0539bc1c96f46209452f3 (patch) | |
tree | 699dfc29f3d9c865ab9a4e05c015dd8e5b2352a3 /win/CS/build.xml | |
parent | 2369ef20d1ecbc29dd86ddca62dae2f9af0b4d6a (diff) |
WinGui: Another build fix.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4116 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/build.xml')
-rw-r--r-- | win/CS/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml new file mode 100644 index 000000000..55d3852b4 --- /dev/null +++ b/win/CS/build.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/>
+
+ <!-- TODO -->
+</Project>
|