added solution

This commit is contained in:
Mike Schwörer 2017-10-06 17:25:37 +02:00
parent 2002a53fb5
commit 2d8b6914b8
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
6 changed files with 220 additions and 33 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\CarotDAV.exe-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -8,9 +8,28 @@
<OutputType>WinExe</OutputType>
<AssemblyName>CarotDAV</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>1.13.2.18337</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>CarotDAV</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.13.2.18337</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -52,51 +71,91 @@
<Reference Include="System.Security" />
</ItemGroup>
<ItemGroup>
<Compile Include="AsyncCopy.cs" />
<Compile Include="AsyncCopy.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CacheManager.cs" />
<Compile Include="CarotDAVDataObject.cs" />
<Compile Include="NoEatMenuStrip.cs" />
<Compile Include="NoEatToolStrip.cs" />
<Compile Include="RightAlignToolStrip.cs" />
<Compile Include="WallMarkListView.cs" />
<Compile Include="DAVServer.cs" />
<Compile Include="AboutForm.cs" />
<Compile Include="ConflictPromptForm.cs" />
<Compile Include="NoEatMenuStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="NoEatToolStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="RightAlignToolStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="WallMarkListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="DAVServer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConflictPromptForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConflictType.cs" />
<Compile Include="ConflictAction.cs" />
<Compile Include="ConflictPromptFormResult.cs" />
<Compile Include="ConflictPromptManager.cs" />
<Compile Include="DestinationForm.cs" />
<Compile Include="DestinationForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DestinationMethodType.cs" />
<Compile Include="ErrorPromptForm.cs" />
<Compile Include="ErrorPromptForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ErrorPromptType.cs" />
<Compile Include="ErrorAction.cs" />
<Compile Include="ErrorPromptFormResult.cs" />
<Compile Include="ErrorPromptManager.cs" />
<Compile Include="MasterPasswordChangeForm.cs" />
<Compile Include="MasterPasswordInputForm.cs" />
<Compile Include="NewFolderForm.cs" />
<Compile Include="ServerCertErrorPromptForm.cs" />
<Compile Include="MasterPasswordChangeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MasterPasswordInputForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="NewFolderForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ServerCertErrorPromptForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ExceptionOccurredEventArgs.cs" />
<Compile Include="FsTestForm.cs" />
<Compile Include="FsTestForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogWriter.cs" />
<Compile Include="MainForm.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MasterPasswordException.cs" />
<Compile Include="Misc.cs" />
<Compile Include="NetDriveManager.cs" />
<Compile Include="OleStream.cs" />
<Compile Include="OleStreamCreator.cs" />
<Compile Include="PropertyForm.cs" />
<Compile Include="ResouceListingForm.cs" />
<Compile Include="PropertyForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ResouceListingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ResourceChangedEventArgs.cs" />
<Compile Include="FsManager.cs" />
<Compile Include="SettingSupport.cs" />
<Compile Include="WebDAVClientSetting.cs" />
<Compile Include="WebDAVClientSettingForm.cs" />
<Compile Include="WebDAVClientSettingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="XmlSettingManager.cs" />
<Compile Include="SimpleResourceInfo.cs" />
<Compile Include="TaskbarManager.cs" />
<Compile Include="UpDownForm.cs" />
<Compile Include="UpDownForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="My\MyApplication.cs" />
<Compile Include="My\MyComputer.cs" />
<Compile Include="My\MyProject.cs" />
@ -122,5 +181,12 @@
<EmbeddedResource Include="UpDownForm.resx" />
<EmbeddedResource Include="WebDAVClientSettingForm.resx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

49
CarotDav.sln Normal file
View File

@ -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

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\Rei.Com.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -11,6 +11,11 @@
<ApplicationVersion>1.13.2.9255</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Rei.Com</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\Rei.Fs.Webdav.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -8,9 +8,28 @@
<OutputType>Library</OutputType>
<AssemblyName>Rei.Fs.Webdav</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>1.13.2.18288</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Rei.Fs.Webdav</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.13.2.18288</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -44,8 +63,12 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ConnectionSetting.cs" />
<Compile Include="ConnectionSettingForm.cs" />
<Compile Include="ConnectionTestForm.cs" />
<Compile Include="ConnectionSettingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConnectionTestForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DavResourceOptions.cs" />
<Compile Include="PassportAuthHelper.cs" />
<Compile Include="WebdavFs.cs" />
@ -63,5 +86,12 @@
<EmbeddedResource Include="ConnectionTestForm.resx" />
<EmbeddedResource Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\Rei.Fs.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -8,9 +8,28 @@
<OutputType>Library</OutputType>
<AssemblyName>Rei.Fs</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>1.13.2.8796</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Rei.Fs</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.13.2.8796</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -39,15 +58,21 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AuthDialog.cs" />
<Compile Include="OAuth2Dialog.cs" />
<Compile Include="AuthDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OAuth2Dialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConnectionSettingBase.cs" />
<Compile Include="UCSNormalization.cs" />
<Compile Include="ProxyType.cs" />
<Compile Include="SecureType.cs" />
<Compile Include="FsSpecificContextMenuItem.cs" />
<Compile Include="ResourceInfoEventArgs.cs" />
<Compile Include="LinkListForm.cs" />
<Compile Include="LinkListForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CannotProcessRequest.cs" />
<Compile Include="DestinationAlreadyExistsException.cs" />
<Compile Include="InconsistencyDetectedException.cs" />
@ -98,5 +123,12 @@
<EmbeddedResource Include="OAuth2Dialog.resx" />
<EmbeddedResource Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\Rei.Net.HttpServer.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -11,6 +11,11 @@
<ApplicationVersion>1.13.2.9297</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Rei.Net.HttpServer</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>