添加项目文件。
This commit is contained in:
5
QtMsBuild/Qt.props
Normal file
5
QtMsBuild/Qt.props
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(LocalAppData)\QtMsBuild\Qt.props"
|
||||
Condition="Exists('$(LocalAppData)\QtMsBuild\Qt.props')" />
|
||||
</Project>
|
||||
5
QtMsBuild/qt.targets
Normal file
5
QtMsBuild/qt.targets
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(LocalAppData)\QtMsBuild\qt.targets"
|
||||
Condition="Exists('$(LocalAppData)\QtMsBuild\qt.targets')" />
|
||||
</Project>
|
||||
5
QtMsBuild/qt_defaults.props
Normal file
5
QtMsBuild/qt_defaults.props
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(LocalAppData)\QtMsBuild\qt_defaults.props"
|
||||
Condition="Exists('$(LocalAppData)\QtMsBuild\qt_defaults.props')" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user