Oops, jumped the gun on that sample dir rename

This commit is contained in:
Caelan Sayler
2024-02-26 14:42:40 +00:00
parent 4084661851
commit 5c38f62ba0
6 changed files with 11 additions and 11 deletions

View File

@@ -10,10 +10,10 @@ public static class PathHelper
=> Path.Combine(GetTestRoot(), "..");
public static string GetAvaloniaSample()
=> Path.Combine(GetProjectDir(), "examples", "AvaloniaCrossPlat");
=> Path.Combine(GetProjectDir(), "samples", "AvaloniaCrossPlat");
public static string GetWpfSample()
=> Path.Combine(GetProjectDir(), "examples", "VeloWpfSample");
=> Path.Combine(GetProjectDir(), "samples", "VeloWpfSample");
public static string GetVendorLibDir()
=> Path.Combine(GetProjectDir(), "vendor");