From 2d8b6914b8e0fc966b23ba6f655e559c0a0fca1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Fri, 6 Oct 2017 17:25:37 +0200 Subject: [PATCH] added solution --- CarotDAV/CarotDAV.csproj | 110 +++++++++++++++---- CarotDav.sln | 49 +++++++++ Rei.Com/Rei.Com.csproj | 7 +- Rei.Fs.Webdav/Rei.Fs.Webdav.csproj | 38 ++++++- Rei.Fs/Rei.Fs.csproj | 42 ++++++- Rei.Net.HttpServer/Rei.Net.HttpServer.csproj | 7 +- 6 files changed, 220 insertions(+), 33 deletions(-) create mode 100644 CarotDav.sln diff --git a/CarotDAV/CarotDAV.csproj b/CarotDAV/CarotDAV.csproj index 1f70da5..f087a80 100644 --- a/CarotDAV/CarotDAV.csproj +++ b/CarotDAV/CarotDAV.csproj @@ -1,5 +1,5 @@  - + Debug @@ -8,9 +8,28 @@ WinExe CarotDAV v3.5 - 1.13.2.18337 512 CarotDAV + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.13.2.18337 + false + false + true AnyCPU @@ -52,51 +71,91 @@ - + + Component + - - - - - - - + + Component + + + Component + + + Component + + + Component + + + Component + + + Form + + + Form + - + + Form + - + + Form + - - - - + + Form + + + Form + + + Form + + + Form + - + + Form + - + + Form + - - + + Form + + + Form + - + + Form + - + + Form + @@ -122,5 +181,12 @@ + + + False + .NET Framework 3.5 SP1 + true + + \ No newline at end of file diff --git a/CarotDav.sln b/CarotDav.sln new file mode 100644 index 0000000..8eb74ed --- /dev/null +++ b/CarotDav.sln @@ -0,0 +1,49 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.16 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarotDAV", "CarotDAV\CarotDAV.csproj", "{1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rei.Com", "Rei.Com\Rei.Com.csproj", "{0D383F20-FCCC-4F1D-BB46-5A5B5B7E29FE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rei.Fs", "Rei.Fs\Rei.Fs.csproj", "{BD378147-118C-4141-A046-BFD575EF1B05}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rei.Fs.Webdav", "Rei.Fs.Webdav\Rei.Fs.Webdav.csproj", "{D0DC76C1-5AA0-466F-84D3-D6C4DEB083DE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rei.Net.HttpServer", "Rei.Net.HttpServer\Rei.Net.HttpServer.csproj", "{5FF0F1E1-621A-478E-BA41-831A85C694EE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}.Release|Any CPU.Build.0 = Release|Any CPU + {0D383F20-FCCC-4F1D-BB46-5A5B5B7E29FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0D383F20-FCCC-4F1D-BB46-5A5B5B7E29FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D383F20-FCCC-4F1D-BB46-5A5B5B7E29FE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0D383F20-FCCC-4F1D-BB46-5A5B5B7E29FE}.Release|Any CPU.Build.0 = Release|Any CPU + {BD378147-118C-4141-A046-BFD575EF1B05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BD378147-118C-4141-A046-BFD575EF1B05}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BD378147-118C-4141-A046-BFD575EF1B05}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BD378147-118C-4141-A046-BFD575EF1B05}.Release|Any CPU.Build.0 = Release|Any CPU + {D0DC76C1-5AA0-466F-84D3-D6C4DEB083DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D0DC76C1-5AA0-466F-84D3-D6C4DEB083DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D0DC76C1-5AA0-466F-84D3-D6C4DEB083DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D0DC76C1-5AA0-466F-84D3-D6C4DEB083DE}.Release|Any CPU.Build.0 = Release|Any CPU + {5FF0F1E1-621A-478E-BA41-831A85C694EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5FF0F1E1-621A-478E-BA41-831A85C694EE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5FF0F1E1-621A-478E-BA41-831A85C694EE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5FF0F1E1-621A-478E-BA41-831A85C694EE}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1A0D498C-CFFB-4C0B-86B3-4FECB3159FA1} + EndGlobalSection +EndGlobal diff --git a/Rei.Com/Rei.Com.csproj b/Rei.Com/Rei.Com.csproj index b2ef244..d68f897 100644 --- a/Rei.Com/Rei.Com.csproj +++ b/Rei.Com/Rei.Com.csproj @@ -1,5 +1,5 @@  - + Debug @@ -11,6 +11,11 @@ 1.13.2.9255 512 Rei.Com + + + + + 3.5 AnyCPU diff --git a/Rei.Fs.Webdav/Rei.Fs.Webdav.csproj b/Rei.Fs.Webdav/Rei.Fs.Webdav.csproj index dd4cdeb..17d58dc 100644 --- a/Rei.Fs.Webdav/Rei.Fs.Webdav.csproj +++ b/Rei.Fs.Webdav/Rei.Fs.Webdav.csproj @@ -1,5 +1,5 @@  - + Debug @@ -8,9 +8,28 @@ Library Rei.Fs.Webdav v3.5 - 1.13.2.18288 512 Rei.Fs.Webdav + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.13.2.18288 + false + false + true AnyCPU @@ -44,8 +63,12 @@ - - + + Form + + + Form + @@ -63,5 +86,12 @@ + + + False + .NET Framework 3.5 SP1 + true + + \ No newline at end of file diff --git a/Rei.Fs/Rei.Fs.csproj b/Rei.Fs/Rei.Fs.csproj index ecb2f04..40e7bbb 100644 --- a/Rei.Fs/Rei.Fs.csproj +++ b/Rei.Fs/Rei.Fs.csproj @@ -1,5 +1,5 @@  - + Debug @@ -8,9 +8,28 @@ Library Rei.Fs v3.5 - 1.13.2.8796 512 Rei.Fs + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.13.2.8796 + false + false + true AnyCPU @@ -39,15 +58,21 @@ - - + + Form + + + Form + - + + Form + @@ -98,5 +123,12 @@ + + + False + .NET Framework 3.5 SP1 + true + + \ No newline at end of file diff --git a/Rei.Net.HttpServer/Rei.Net.HttpServer.csproj b/Rei.Net.HttpServer/Rei.Net.HttpServer.csproj index 2ec864b..c5fa8cf 100644 --- a/Rei.Net.HttpServer/Rei.Net.HttpServer.csproj +++ b/Rei.Net.HttpServer/Rei.Net.HttpServer.csproj @@ -1,5 +1,5 @@  - + Debug @@ -11,6 +11,11 @@ 1.13.2.9297 512 Rei.Net.HttpServer + + + + + 3.5 AnyCPU