aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/QtMsBuild.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Core/QtMsBuild.cs')
-rw-r--r--QtVsTools.Core/QtMsBuild.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/QtVsTools.Core/QtMsBuild.cs b/QtVsTools.Core/QtMsBuild.cs
index c1596cdc..839f50f6 100644
--- a/QtVsTools.Core/QtMsBuild.cs
+++ b/QtVsTools.Core/QtMsBuild.cs
@@ -353,42 +353,6 @@ namespace QtVsTools.Core.QtMsBuild
property.ToString());
}
- public string GetPropertyChangedValue(
- QtRcc.Property property,
- string itemName,
- string configName)
- {
- return GetPropertyChangedValue(
- configName,
- QtRcc.ItemTypeName,
- itemName,
- property.ToString());
- }
-
- public string GetPropertyChangedValue(
- QtRepc.Property property,
- string itemName,
- string configName)
- {
- return GetPropertyChangedValue(
- configName,
- QtRepc.ItemTypeName,
- itemName,
- property.ToString());
- }
-
- public string GetPropertyChangedValue(
- QtUic.Property property,
- string itemName,
- string configName)
- {
- return GetPropertyChangedValue(
- configName,
- QtUic.ItemTypeName,
- itemName,
- property.ToString());
- }
-
public bool SetCommandLine(
string itemType,
object propertyStorage,