From 59d0ad157685d671d731f89203b427b540199a08 Mon Sep 17 00:00:00 2001 From: robvde Date: Fri, 13 Jul 2012 07:50:34 +0400 Subject: [PATCH] Few build issues fixed --- .../Sources/Tools/WSPTransportAgent.sln | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebsitePanel/Sources/Tools/WSPTransportAgent.sln diff --git a/WebsitePanel/Sources/Tools/WSPTransportAgent.sln b/WebsitePanel/Sources/Tools/WSPTransportAgent.sln new file mode 100644 index 00000000..ef592cfc --- /dev/null +++ b/WebsitePanel/Sources/Tools/WSPTransportAgent.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSPTransportAgent", "WSPTransportAgent\WSPTransportAgent.csproj", "{D959F137-A56F-4F4E-BA80-599FBE3700E3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D959F137-A56F-4F4E-BA80-599FBE3700E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D959F137-A56F-4F4E-BA80-599FBE3700E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D959F137-A56F-4F4E-BA80-599FBE3700E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D959F137-A56F-4F4E-BA80-599FBE3700E3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal