diff --git a/.gitignore b/.gitignore index 24f3c9c..194ce10 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ # Build results [Dd]ebug/ -[Rr]elease/ x64/ build/ [Bb]in/ diff --git a/JsonCSharpClassGeneratorLib/JsonClassGeneratorLib.csproj b/JsonCSharpClassGeneratorLib/JsonClassGeneratorLib.csproj index 267b9de..020ee97 100644 --- a/JsonCSharpClassGeneratorLib/JsonClassGeneratorLib.csproj +++ b/JsonCSharpClassGeneratorLib/JsonClassGeneratorLib.csproj @@ -18,7 +18,7 @@ true full false - bin\Debug\ + ..\lib\Debug DEBUG;TRACE prompt 4 @@ -26,7 +26,7 @@ pdbonly true - bin\Release\ + ..\lib\Release TRACE prompt 4 diff --git a/SpecialCopy.userprefs b/SpecialCopy.userprefs index 61ca62b..c917f93 100644 --- a/SpecialCopy.userprefs +++ b/SpecialCopy.userprefs @@ -1,8 +1,26 @@  - - + + + + + + + + + + + + + + + + + + - + + + \ No newline at end of file diff --git a/SpecialCopyCore/SpecialCopy.csproj b/SpecialCopyCore/SpecialCopy.csproj index 3938473..0fd6d02 100644 --- a/SpecialCopyCore/SpecialCopy.csproj +++ b/SpecialCopyCore/SpecialCopy.csproj @@ -72,6 +72,9 @@ True + + ..\lib\Release\Xamasoft.JsonClassGenerator.dll + @@ -87,12 +90,6 @@ - - - {7BEF7EAA-DE37-40FB-BD33-3DEF0685031F} - JsonClassGeneratorLib - - diff --git a/lib/Release/Newtonsoft.Json.dll b/lib/Release/Newtonsoft.Json.dll new file mode 100644 index 0000000..07044c0 Binary files /dev/null and b/lib/Release/Newtonsoft.Json.dll differ diff --git a/lib/Release/System.Data.Entity.Design.PluralizationServices.dll b/lib/Release/System.Data.Entity.Design.PluralizationServices.dll new file mode 100644 index 0000000..238380f Binary files /dev/null and b/lib/Release/System.Data.Entity.Design.PluralizationServices.dll differ diff --git a/lib/Release/Xamasoft.JsonClassGenerator.dll b/lib/Release/Xamasoft.JsonClassGenerator.dll new file mode 100755 index 0000000..fde1372 Binary files /dev/null and b/lib/Release/Xamasoft.JsonClassGenerator.dll differ diff --git a/lib/Release/Xamasoft.JsonClassGenerator.dll.mdb b/lib/Release/Xamasoft.JsonClassGenerator.dll.mdb new file mode 100644 index 0000000..95071f5 Binary files /dev/null and b/lib/Release/Xamasoft.JsonClassGenerator.dll.mdb differ