diff --git a/.gitignore b/.gitignore index 3d4d4a6a..c3a4599d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ GMW_Term.suo GMW_Terminus.suo *.suo *.bak +*.cache *.pdb #ignoro i pdb: area comune packages /packages/AjaxControlToolkit.4.1.60623/lib/40/*.pdb @@ -70,3 +71,4 @@ GMW_DB/GMW_DB.dbmdl /GMW-RT/bin/*.pdb /GMW-RT/bin/*/*.pdb /GMW-RT/obj/* +GMW-RT/obj/* diff --git a/GMW-RT/GMW-RT.csproj b/GMW-RT/GMW-RT.csproj index b21ce319..be7761ff 100644 --- a/GMW-RT/GMW-RT.csproj +++ b/GMW-RT/GMW-RT.csproj @@ -78,7 +78,9 @@ + + diff --git a/GMW-RT/GMW-RT.csproj.user b/GMW-RT/GMW-RT.csproj.user index dedb3c9a..39a930ca 100644 --- a/GMW-RT/GMW-RT.csproj.user +++ b/GMW-RT/GMW-RT.csproj.user @@ -1,5 +1,9 @@  + + 218 + ShowAllFiles + diff --git a/GMW-RT/Properties/PublishProfiles/218.pubxml b/GMW-RT/Properties/PublishProfiles/218.pubxml new file mode 100644 index 00000000..03e16998 --- /dev/null +++ b/GMW-RT/Properties/PublishProfiles/218.pubxml @@ -0,0 +1,27 @@ + + + + + MSDeploy + Release + Any CPU + + True + True + True + False + DonotMerge + True + https://10.74.82.218:8172/MsDeploy.axd + Default Web Site/GMW-RT + + True + WMSVC + True + administrator + <_SavePWD>True + + \ No newline at end of file diff --git a/GMW-RT/Properties/PublishProfiles/218.pubxml.user b/GMW-RT/Properties/PublishProfiles/218.pubxml.user new file mode 100644 index 00000000..582f2039 --- /dev/null +++ b/GMW-RT/Properties/PublishProfiles/218.pubxml.user @@ -0,0 +1,11 @@ + + + + + + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAIkf7ecsTtESgUs/QCpHKogAAAAACAAAAAAADZgAAwAAAABAAAABHc5JN/LcnZucC+4287zWbAAAAAASAAACgAAAAEAAAANNliN0Y89CqRnzC7lwiVzsQAAAA3iCHOtMH0Ff0zaYHP6A03RQAAADSXagVJXsQoUjJAxmDmGmyezqlwQ== + + \ No newline at end of file diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 5687f6a4..ac550edd 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW-RT/index.html b/GMW-RT/index.html new file mode 100644 index 00000000..a8be64e8 --- /dev/null +++ b/GMW-RT/index.html @@ -0,0 +1,59 @@ + + + + SignalR Simple Chat + + + +
+ + + +
    +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/GMW-RT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/GMW-RT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 82923ff5..00000000 Binary files a/GMW-RT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/GMW-RT/obj/Debug/GMW-RT.csprojResolveAssemblyReference.cache b/GMW-RT/obj/Debug/GMW-RT.csprojResolveAssemblyReference.cache deleted file mode 100644 index 87d8a8c1..00000000 Binary files a/GMW-RT/obj/Debug/GMW-RT.csprojResolveAssemblyReference.cache and /dev/null differ diff --git a/GMW-RT/obj/Debug/GMW-RT.dll b/GMW-RT/obj/Debug/GMW-RT.dll deleted file mode 100644 index 5687f6a4..00000000 Binary files a/GMW-RT/obj/Debug/GMW-RT.dll and /dev/null differ diff --git a/GMW-RT/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/GMW-RT/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index b2358a60..00000000 Binary files a/GMW-RT/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ