diff --git a/Sharpmake/Project.cs b/Sharpmake/Project.cs index 2d4ee9d21..49aafe9e2 100644 --- a/Sharpmake/Project.cs +++ b/Sharpmake/Project.cs @@ -2434,8 +2434,8 @@ private void InitCSharpSpecifics() AssemblyName = "[project.Name]"; IsFileNameToLower = false; IsTargetFileNameToLower = false; - ResourcesPath = RootPath + @"\Resources\"; - ContentPath = RootPath + @"\Content\"; + ResourcesPath = @"[project.RootPath]\Resources\"; + ContentPath = @"[project.RootPath]\Content\"; ImportProjects.Add(new ImportProject { Project = DefaultImportProject }); ApplicationDefinitionFilenames.Add("App.xaml", "MainApplication.xaml");