From 76ce6c0885f9365f04c33bea43355d25d89ce5a3 Mon Sep 17 00:00:00 2001 From: Daniel Romischer Date: Sun, 14 Feb 2016 21:22:22 -0800 Subject: [PATCH] Checking in first initial load with VS2013 v4, lots of stuff not compiling. Lots of stuff needs redoing anyways. --- AddIns/AddIn.Common/AddIn.Common.csproj | 7 +- AddIns/Addin.Office/Addin.Office.csproj | 35 +++++- .../ButtonWPForm/ButtonWPForm.csproj | 11 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../GUIDebugStepExe/GUIDebugStepExe.csproj | 11 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Client Services/GUIWPForms/GUIWPForms.csproj | 21 +++- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- DataAccessLayer/DataAccessLayer.csproj | 7 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Deskband/BandObjectBase/BandObject.csproj | 6 +- Deskband/DeskBand/DeskBand.csproj | 5 +- .../DeskBand/Properties/Resources.Designer.cs | 4 +- GUILib/GUILib.csproj | 9 +- GUILib/app.config | 4 +- Hooks/ButtonHook/ButtonHook.vcxproj | 116 ++++++++++++++++++ Hooks/ButtonHook/ButtonHook.vcxproj.filters | 51 ++++++++ Hooks/CaptionButton/CaptionButton.csproj | 7 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Oggynize_1.0.sln | 66 +++++----- Platform/Platform.csproj | 9 +- Platform/app.config | 4 +- Satellite/GUI.Designer.cs | 4 +- Satellite/Satellite.csproj | 7 +- Settings/Properties/Resources.Designer.cs | 9 +- Settings/Properties/Settings.Designer.cs | 4 +- Settings/Settings.csproj | 9 +- Settings/app.config | 4 +- WorkspaceMgr/WorkspaceMgr.csproj | 7 +- zEasyTest/zEasyTest.csproj | 7 +- 35 files changed, 371 insertions(+), 93 deletions(-) create mode 100644 Hooks/ButtonHook/ButtonHook.vcxproj create mode 100644 Hooks/ButtonHook/ButtonHook.vcxproj.filters diff --git a/AddIns/AddIn.Common/AddIn.Common.csproj b/AddIns/AddIn.Common/AddIn.Common.csproj index 8d5aef2..ebde8a4 100644 --- a/AddIns/AddIn.Common/AddIn.Common.csproj +++ b/AddIns/AddIn.Common/AddIn.Common.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,11 @@ Foo.AddIn.Common v3.5 512 + + + + + 3.5 true diff --git a/AddIns/Addin.Office/Addin.Office.csproj b/AddIns/Addin.Office/Addin.Office.csproj index 83e97bc..35c1666 100644 --- a/AddIns/Addin.Office/Addin.Office.csproj +++ b/AddIns/Addin.Office/Addin.Office.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,26 @@ Foo.Addin.Office v3.5 512 + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -76,7 +96,6 @@ - @@ -95,6 +114,18 @@ False + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + +