added solution

This commit is contained in:
2017-10-06 17:25:37 +02:00
parent 2002a53fb5
commit 2d8b6914b8
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>