summaryrefslogtreecommitdiffstats
path: root/win/CS/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/build.xml')
-rw-r--r--win/CS/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml
index e493e0047..f45034778 100644
--- a/win/CS/build.xml
+++ b/win/CS/build.xml
@@ -24,7 +24,7 @@
<!-- Build all the main cproj files.-->
<ItemGroup>
- <ProjectsToBuild Include="HandBrake.ApplicationServices\*proj" Exclude="$(MSBuildProjectFile)"/>
+ <ProjectsToBuild Include="HandBrake.Interop\*proj" Exclude="$(MSBuildProjectFile)"/>
<ProjectsToBuild Include="HandBrakeWPF\HandBrakeWPF.*proj" Exclude="$(MSBuildProjectFile)"/>
</ItemGroup>
@@ -38,7 +38,7 @@
<Target Name="Nightly" DependsOnTargets="$(NightlyDependsOn)"/>
<Target Name="Release" DependsOnTargets="$(InstallDependsOn)"/>
- <!-- Build All Components (WPF, ApplicationServices, Interop) -->
+ <!-- Build All Components (WPF, Interop, Interop) -->
<Target Name="BuildRelease">
<MSBuild Projects ="@(ProjectsToBuild)"
ContinueOnError ="false"