forked from AuroraMiddleware/gtk
ca2dea0a5a
Add the Visual Studio 2010 projects to build the GDK Broadway backend, just like the Visual Studio 2008 project files in the last commit. Similarly, split up the property sheets so that they are easier to maintain and can be made more flexible for different build types. Also remove some unneeded stuff from some of these items. Also, fix the filter file completion for GTK, as a source file was excluded for that and this was overlooked as it seemingly did not cause any trouble.
14 lines
583 B
XML
14 lines
583 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<_PropertySheetDisplayName>gtkignorebroadwayprops</_PropertySheetDisplayName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<Link>
|
|
<AdditionalDependencies>$(OutDir)\gdk-win32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project> |