summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/qt-build.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/citra_qt/qt-build.xml b/src/citra_qt/qt-build.xml
index 1bc84aa99..7a69f5a88 100644
--- a/src/citra_qt/qt-build.xml
+++ b/src/citra_qt/qt-build.xml
@@ -1,4 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright 2010 Daher Alfawares
4Licensed under GPLv2
5Refer to the license.txt file included.
6-->
2<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback" xmlns:impl="clr-namespace:Microsoft.VisualStudio.Project.Contracts.Implementation;assembly=Microsoft.VisualStudio.Project.Contracts.Implementation"> 7<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback" xmlns:impl="clr-namespace:Microsoft.VisualStudio.Project.Contracts.Implementation;assembly=Microsoft.VisualStudio.Project.Contracts.Implementation">
3 <Rule 8 <Rule
4 Name="UIC" 9 Name="UIC"
@@ -483,4 +488,4 @@
483 Name="QRC" 488 Name="QRC"
484 DisplayName="Qt Resource Compiler" 489 DisplayName="Qt Resource Compiler"
485 ItemType="QRC" /> 490 ItemType="QRC" />
486</ProjectSchemaDefinitions> \ No newline at end of file 491</ProjectSchemaDefinitions>