diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/qt-build.targets | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/citra_qt/qt-build.targets b/src/citra_qt/qt-build.targets index febec73c4..d0ae0d642 100644 --- a/src/citra_qt/qt-build.targets +++ b/src/citra_qt/qt-build.targets | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- | ||
| 3 | Copyright 2010 Daher Alfawares | ||
| 4 | Licensed under GPLv2 | ||
| 5 | Refer to the license.txt file included. | ||
| 6 | --> | ||
| 2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 7 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup> | 8 | <ItemGroup> |
| 4 | <PropertyPageSchema | 9 | <PropertyPageSchema |
| @@ -239,4 +244,4 @@ | |||
| 239 | <MakeDir | 244 | <MakeDir |
| 240 | Directories="@(QRCDirsToMake->'%(RootDir)%(Directory)')" /> | 245 | Directories="@(QRCDirsToMake->'%(RootDir)%(Directory)')" /> |
| 241 | </Target> | 246 | </Target> |
| 242 | </Project> \ No newline at end of file | 247 | </Project> |