diff --git a/bootstrap/prebuild.dll b/bootstrap/prebuild.dll index 452581d..e58f38a 100644 Binary files a/bootstrap/prebuild.dll and b/bootstrap/prebuild.dll differ diff --git a/source/Prebuild/Core/Targets/VSGenericTarget.cs b/source/Prebuild/Core/Targets/VSGenericTarget.cs index 463c627..35dd414 100644 --- a/source/Prebuild/Core/Targets/VSGenericTarget.cs +++ b/source/Prebuild/Core/Targets/VSGenericTarget.cs @@ -907,7 +907,7 @@ public abstract class VSGenericTarget : ITarget if (subType != SubType.Code && subType != SubType.Settings && subType != SubType.Designer && subType != SubType.CodeBehind) { - ps.WriteLine(" ", + ps.WriteLine(" ", file.Substring(0, file.LastIndexOf('.')) + ".resx"); ps.WriteLine(" {0}", Path.GetFileName(file)); ps.WriteLine(" Designer"); @@ -963,7 +963,7 @@ public abstract class VSGenericTarget : ITarget if (subType == SubType.Settings) { ps.Write(" <{0} ", project.Files.GetBuildAction(filePath)); - ps.WriteLine("Include=\"{0}\">", file); + ps.WriteLine("Update=\"{0}\">", file); var fileName = Path.GetFileName(filePath); if (project.Files.GetBuildAction(filePath) == BuildAction.None) { @@ -1002,7 +1002,7 @@ public abstract class VSGenericTarget : ITarget // be sure to write out the path with backslashes so VS recognizes // the file properly. - ps.WriteLine("Include=\"{0}\">", file); + ps.WriteLine("Update=\"{0}\">", file); var last_period_index = file.LastIndexOf('.'); var short_file_name = last_period_index >= 0