198 lines
7.7 KiB
XML
198 lines
7.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{1B177F3B-4B5D-4434-9BFE-EB1C7E07EDEC}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>CarotDAV</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<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>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Security" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AsyncCopy.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CacheManager.cs" />
|
|
<Compile Include="CarotDAVDataObject.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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DestinationMethodType.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">
|
|
<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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LogWriter.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">
|
|
<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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="XmlSettingManager.cs" />
|
|
<Compile Include="SimpleResourceInfo.cs" />
|
|
<Compile Include="TaskbarManager.cs" />
|
|
<Compile Include="UpDownForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="My\MyApplication.cs" />
|
|
<Compile Include="My\MyComputer.cs" />
|
|
<Compile Include="My\MyProject.cs" />
|
|
<Compile Include="My\MySettings.cs" />
|
|
<Compile Include="My\MySettingsProperty.cs" />
|
|
<Compile Include="My\Resources\Resources.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AboutForm.resx" />
|
|
<EmbeddedResource Include="ConflictPromptForm.resx" />
|
|
<EmbeddedResource Include="DestinationForm.resx" />
|
|
<EmbeddedResource Include="ErrorPromptForm.resx" />
|
|
<EmbeddedResource Include="FsTestForm.resx" />
|
|
<EmbeddedResource Include="MainForm.resx" />
|
|
<EmbeddedResource Include="MasterPasswordChangeForm.resx" />
|
|
<EmbeddedResource Include="MasterPasswordInputForm.resx" />
|
|
<EmbeddedResource Include="NewFolderForm.resx" />
|
|
<EmbeddedResource Include="PropertyForm.resx" />
|
|
<EmbeddedResource Include="ResouceListingForm.resx" />
|
|
<EmbeddedResource Include="Resources.resx" />
|
|
<EmbeddedResource Include="ServerCertErrorPromptForm.resx" />
|
|
<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>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Rei.Com\Rei.Com.csproj">
|
|
<Project>{0d383f20-fccc-4f1d-bb46-5a5b5b7e29fe}</Project>
|
|
<Name>Rei.Com</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Rei.Fs.Webdav\Rei.Fs.Webdav.csproj">
|
|
<Project>{d0dc76c1-5aa0-466f-84d3-d6c4deb083de}</Project>
|
|
<Name>Rei.Fs.Webdav</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Rei.Fs\Rei.Fs.csproj">
|
|
<Project>{bd378147-118c-4141-a046-bfd575ef1b05}</Project>
|
|
<Name>Rei.Fs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Rei.Net.HttpServer\Rei.Net.HttpServer.csproj">
|
|
<Project>{5ff0f1e1-621a-478e-ba41-831a85c694ee}</Project>
|
|
<Name>Rei.Net.HttpServer</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |