diff options
author | UbitUmarov | 2017-08-31 11:29:00 +0100 |
---|---|---|
committer | UbitUmarov | 2017-08-31 11:29:00 +0100 |
commit | a578df95894b31b381afdd457a91599900994e8b (patch) | |
tree | a674fa9d9efe17663dbdd3d00c29171321c215e4 /Prebuild | |
parent | fix a whitecode bug, add missing files (diff) | |
download | opensim-SC-a578df95894b31b381afdd457a91599900994e8b.zip opensim-SC-a578df95894b31b381afdd457a91599900994e8b.tar.gz opensim-SC-a578df95894b31b381afdd457a91599900994e8b.tar.bz2 opensim-SC-a578df95894b31b381afdd457a91599900994e8b.tar.xz |
CSharp targets name still wrong
Diffstat (limited to 'Prebuild')
-rw-r--r-- | Prebuild/src/Core/Targets/VSGenericTarget.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Prebuild/src/Core/Targets/VSGenericTarget.cs b/Prebuild/src/Core/Targets/VSGenericTarget.cs index f1bebce..424e4d1 100644 --- a/Prebuild/src/Core/Targets/VSGenericTarget.cs +++ b/Prebuild/src/Core/Targets/VSGenericTarget.cs | |||
@@ -91,7 +91,7 @@ namespace Prebuild.Core.Targets | |||
91 | /// </summary> | 91 | /// </summary> |
92 | protected VSGenericTarget() | 92 | protected VSGenericTarget() |
93 | { | 93 | { |
94 | tools["C#"] = new ToolInfo("C#", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}", "csproj", "CSHARP", "$(MSBuildBinPath)\\Microsoft.CSharp.Targets"); | 94 | tools["C#"] = new ToolInfo("C#", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}", "csproj", "CSHARP", "$(MSBuildBinPath)\\Microsoft.CSharp.targets"); |
95 | tools["Database"] = new ToolInfo("Database", "{4F174C21-8C12-11D0-8340-0000F80270F8}", "dbp", "UNKNOWN"); | 95 | tools["Database"] = new ToolInfo("Database", "{4F174C21-8C12-11D0-8340-0000F80270F8}", "dbp", "UNKNOWN"); |
96 | tools["Boo"] = new ToolInfo("Boo", "{45CEA7DC-C2ED-48A6-ACE0-E16144C02365}", "booproj", "Boo", "$(BooBinPath)\\Boo.Microsoft.Build.targets"); | 96 | tools["Boo"] = new ToolInfo("Boo", "{45CEA7DC-C2ED-48A6-ACE0-E16144C02365}", "booproj", "Boo", "$(BooBinPath)\\Boo.Microsoft.Build.targets"); |
97 | tools["VisualBasic"] = new ToolInfo("VisualBasic", "{F184B08F-C81C-45F6-A57F-5ABD9991F28F}", "vbproj", "VisualBasic", "$(MSBuildBinPath)\\Microsoft.VisualBasic.Targets"); | 97 | tools["VisualBasic"] = new ToolInfo("VisualBasic", "{F184B08F-C81C-45F6-A57F-5ABD9991F28F}", "vbproj", "VisualBasic", "$(MSBuildBinPath)\\Microsoft.VisualBasic.Targets"); |