CarotDav_decompile/CarotDAV/CarotDAV.csproj

126 lines
5.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" 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>
<ApplicationVersion>1.13.2.18337</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>CarotDAV</RootNamespace>
</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="Rei.Fs">
<HintPath>lib\Rei.Fs.dll</HintPath>
</Reference>
<Reference Include="Rei.Com">
<HintPath>lib\Rei.Com.dll</HintPath>
</Reference>
<Reference Include="Rei.Net.HttpServer">
<HintPath>lib\Rei.Net.HttpServer.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="Rei.Fs.Webdav">
<HintPath>lib\Rei.Fs.Webdav.dll</HintPath>
</Reference>
<Reference Include="System.Security" />
</ItemGroup>
<ItemGroup>
<Compile Include="AsyncCopy.cs" />
<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="ConflictType.cs" />
<Compile Include="ConflictAction.cs" />
<Compile Include="ConflictPromptFormResult.cs" />
<Compile Include="ConflictPromptManager.cs" />
<Compile Include="DestinationForm.cs" />
<Compile Include="DestinationMethodType.cs" />
<Compile Include="ErrorPromptForm.cs" />
<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="ExceptionOccurredEventArgs.cs" />
<Compile Include="FsTestForm.cs" />
<Compile Include="LogWriter.cs" />
<Compile Include="MainForm.cs" />
<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="ResourceChangedEventArgs.cs" />
<Compile Include="FsManager.cs" />
<Compile Include="SettingSupport.cs" />
<Compile Include="WebDAVClientSetting.cs" />
<Compile Include="WebDAVClientSettingForm.cs" />
<Compile Include="XmlSettingManager.cs" />
<Compile Include="SimpleResourceInfo.cs" />
<Compile Include="TaskbarManager.cs" />
<Compile Include="UpDownForm.cs" />
<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>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>