4 references to Lib
Msbuild.Tests.Utilities (4)
TestSetup.cs (4)
21
public string LibDir => Path.Combine(TestRoot,
Lib
);
22
public string LibCsprojName => $"{
Lib
}.csproj";
23
public string LibCsprojPath => Path.Combine(TestRoot,
Lib
, LibCsprojName);
24
public string LibCsprojRelPath => Path.Combine("..",
Lib
, LibCsprojName);