diff --git a/.gitignore b/.gitignore index bdc3535..dc8ec99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.pfx +*.snk +Z.Lab/ + # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) [Bb]in/ [Oo]bj/ diff --git a/GraphDiff/.vs/GraphDiff/v15/sqlite3/storage.ide b/GraphDiff/.vs/GraphDiff/v15/sqlite3/storage.ide new file mode 100644 index 0000000..6d8c2d1 Binary files /dev/null and b/GraphDiff/.vs/GraphDiff/v15/sqlite3/storage.ide differ diff --git a/GraphDiff/GraphDiff.sln b/GraphDiff/GraphDiff.sln index 10ad67c..f984a0c 100644 --- a/GraphDiff/GraphDiff.sln +++ b/GraphDiff/GraphDiff.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30501.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphDiff.Tests", "GraphDiff.Tests\GraphDiff.Tests.csproj", "{36762487-8275-440B-8E19-AADA325652E4}" EndProject @@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3AB2ED .nuget\NuGet.targets = .nuget\NuGet.targets EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Z.Lab", "Z.Lab\Z.Lab.csproj", "{BB103C62-0A60-4DB7-BFA8-E9BEFA047DA3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -28,8 +30,15 @@ Global {D9725B00-669C-409D-9AB8-C674710C8E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU {D9725B00-669C-409D-9AB8-C674710C8E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU {D9725B00-669C-409D-9AB8-C674710C8E5D}.Release|Any CPU.Build.0 = Release|Any CPU + {BB103C62-0A60-4DB7-BFA8-E9BEFA047DA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB103C62-0A60-4DB7-BFA8-E9BEFA047DA3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB103C62-0A60-4DB7-BFA8-E9BEFA047DA3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB103C62-0A60-4DB7-BFA8-E9BEFA047DA3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A90EC142-D07B-4BCA-8356-62A163BADB19} + EndGlobalSection EndGlobal diff --git a/GraphDiff/GraphDiff/GraphDiff.csproj b/GraphDiff/GraphDiff/GraphDiff.csproj index 0d0634e..5630387 100644 --- a/GraphDiff/GraphDiff/GraphDiff.csproj +++ b/GraphDiff/GraphDiff/GraphDiff.csproj @@ -32,6 +32,12 @@ prompt 4 + + true + + + zzzproject.pfx + False @@ -66,6 +72,7 @@ + diff --git a/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs b/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs index e9c8cf2..a83e2c6 100644 --- a/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs +++ b/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs @@ -7,10 +7,10 @@ [assembly: AssemblyTitle("GraphDiff")] [assembly: AssemblyDescription("Detached graph auto update for entity framework")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("ZZZ Projects Inc.")] [assembly: AssemblyProduct("GraphDiff")] -[assembly: AssemblyCopyright("Copyright © Brent McKendrick 2012")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc. 2014 - 2016")] +[assembly: AssemblyTrademark("SQL & .NET Tools")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")]