Home
last modified time | relevance | path

Searched refs:SdkToolsPath (Results 1 – 22 of 22) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DAxTlbBaseTask_Tests.cs202 public void SdkToolsPath() in SdkToolsPath() method in Microsoft.Build.UnitTests.AxTlbImp_Tests.AxTlbBaseTask_Tests
210 Assert.Null(t.SdkToolsPath); // "SdkToolsPath should be null by default" in SdkToolsPath()
211 …rorFromResource(t, "AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in SdkToolsPath()
213 t.SdkToolsPath = badParameterValue; in SdkToolsPath()
214 … Assert.Equal(badParameterValue, t.SdkToolsPath); // "New SdkToolsPath value should be set" in SdkToolsPath()
215 …rorFromResource(t, "AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in SdkToolsPath()
219 t.SdkToolsPath = goodParameterValue; in SdkToolsPath()
221 … Assert.Equal(goodParameterValue, t.SdkToolsPath); // "New SdkToolsPath value should be set" in SdkToolsPath()
226 …rmatResourceString("AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in SdkToolsPath()
245 …rorFromResource(t, "AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in ToolPath()
[all …]
H A DResGen_Tests.cs350 public void SdkToolsPath() in SdkToolsPath() method in Microsoft.Build.UnitTests.ResGen_Tests
360 Assert.Null(t.SdkToolsPath); // "SdkToolsPath should be null by default" in SdkToolsPath()
361 …tainsErrorFromResource(t, "ResGen.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in SdkToolsPath()
363 t.SdkToolsPath = badParameterValue; in SdkToolsPath()
364 … Assert.Equal(badParameterValue, t.SdkToolsPath); // "New SdkToolsPath value should be set" in SdkToolsPath()
365 …tainsErrorFromResource(t, "ResGen.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in SdkToolsPath()
369 t.SdkToolsPath = goodParameterValue; in SdkToolsPath()
371 … Assert.Equal(goodParameterValue, t.SdkToolsPath); // "New SdkToolsPath value should be set" in SdkToolsPath()
453 …tainsErrorFromResource(t, "ResGen.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in ToolPath()
457 …tainsErrorFromResource(t, "ResGen.SdkOrToolPathNotSpecifiedOrInvalid", t.SdkToolsPath, t.ToolPath); in ToolPath()
[all …]
H A DGenerateResourceOutOfProc_Tests.cs2948 t.SdkToolsPath = sdkToolsPath; in ResgenCommandLineExceedsAllowedLength()
3025 …t.SdkToolsPath = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Versi… in CreateTaskOutOfProc()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAxTlbBaseTask.cs61 public string SdkToolsPath property in Microsoft.Build.Tasks.AxTlbBaseTask
123 SdkToolsPath, in GenerateFullPathToTool()
141 (String.IsNullOrEmpty(SdkToolsPath) || !Directory.Exists(SdkToolsPath))) in ValidateParameters()
143 …CodeFromResources("AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", SdkToolsPath ?? "", ToolPath… in ValidateParameters()
H A DResGen.cs140 public string SdkToolsPath property in Microsoft.Build.Tasks.GenerateResource.ResGen
454 (String.IsNullOrEmpty(SdkToolsPath) || !Directory.Exists(SdkToolsPath))) in ValidateParameters()
456 …rorWithCodeFromResources("ResGen.SdkOrToolPathNotSpecifiedOrInvalid", SdkToolsPath ?? "", ToolPath… in ValidateParameters()
539 SdkToolsPath, in GenerateResGenFullPath()
H A DLC.cs91 public string SdkToolsPath property in Microsoft.Build.Tasks.LC
140 …oft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, … in GenerateFullPathToTool()
H A DWinMDExp.cs166 public string SdkToolsPath property in Microsoft.Build.Tasks.WinMDExp
295 …oft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, … in GenerateFullPathToTool()
H A DSGen.cs194 public string SdkToolsPath property in Microsoft.Build.Tasks.SGen
248 …oft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, … in GenerateFullPathToTool()
H A DAl.cs279 public string SdkToolsPath property in Microsoft.Build.Tasks.AL
315 …oft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, … in GenerateFullPathToTool()
H A DResolveComReference.cs340 public string SdkToolsPath property in Microsoft.Build.Tasks.ResolveComReference
589 …SdkToolsPathUtility.FileInfoExists, this.TargetProcessorArchitecture, SdkToolsPath, "TlbImp.exe", … in ComputePathToTlbImp()
638 …SdkToolsPathUtility.FileInfoExists, this.TargetProcessorArchitecture, SdkToolsPath, "AxImp.exe", L… in ComputePathToAxImp()
H A DGenerateResource.cs339 public string SdkToolsPath property in Microsoft.Build.Tasks.GenerateResource
927 SdkToolsPath, in ComputePathToResGen()
1158 resGen.SdkToolsPath = _resgenPath; in CreateResGenTaskWithDefaultParameters()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.Tasks.v4.0.cs53 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
567 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
715 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
960 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1069 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1257 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.Tasks.v4.0.cs53 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
567 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
715 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
960 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1069 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1257 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.Tasks.v4.0.cs53 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
567 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
715 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
960 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1069 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1257 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.Tasks.v4.0.cs52 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
566 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
714 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
959 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1068 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1256 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.Tasks.v4.0.cs52 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
566 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
714 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
959 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1068 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1256 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.Tasks.v4.0.cs52 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
566 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
714 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
959 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1068 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1256 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.Tasks.v4.0.cs55 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
520 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
680 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
922 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1042 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1185 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.Build.Tasks.v4.0.cs55 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
520 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
680 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
922 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1042 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1185 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Tasks.Core/net/
H A DMicrosoft.Build.Tasks.Core.cs31 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
513 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
709 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
926 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1055 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1171 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build.Tasks.Core/
H A DMicrosoft.Build.Tasks.Core.cs32 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.AL
522 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource
704 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.LC
922 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.ResolveComReference
1055 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.SGen
1163 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.WinMDExp
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Tasks.Core/netstandard/
H A DMicrosoft.Build.Tasks.Core.cs320 public string SdkToolsPath { get { throw null; } set { } } property in Microsoft.Build.Tasks.GenerateResource