# HG changeset patch # User Jason Maltzen # Date 2019-11-02 11:56:40 # Node ID 18f1331cbc44a06ab8a9097768690357b1a851e2 # Parent 4dc14a1f81280bd2b725190e7028189f926b66fd Update to using latest .NET framerwork as a target. Move some project settings to the solution diff --git a/DesertPaintLab.csproj b/DesertPaintLab.csproj --- a/DesertPaintLab.csproj +++ b/DesertPaintLab.csproj @@ -7,7 +7,7 @@ WinExe DesertPaintLab DesertPaintLab - v4.5 + v4.7.2 false publish\ true @@ -24,6 +24,7 @@ 1.0.0.%2a false true + 9.0.3 true diff --git a/DesertPaintLab.sln b/DesertPaintLab.sln --- a/DesertPaintLab.sln +++ b/DesertPaintLab.sln @@ -25,4 +25,22 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + Policies = $0 + $0.DotNetNamingPolicy = $1 + $1.DirectoryNamespaceAssociation = PrefixedHierarchical + $0.TextStylePolicy = $2 + $2.inheritsSet = null + $2.scope = text/x-csharp + $0.CSharpFormattingPolicy = $3 + $3.scope = text/x-csharp + $0.TextStylePolicy = $4 + $4.FileWidth = 80 + $4.TabsToSpaces = True + $4.scope = text/plain + $0.StandardHeader = $5 + $0.VersionControlPolicy = $6 + description = Desert Paint Lab utility for A Tale in the Desert + version = 9.0.3 + EndGlobalSection EndGlobal