102 lines
4.5 KiB
XML
102 lines
4.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\Rei.Fs.dll-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{BD378147-118C-4141-A046-BFD575EF1B05}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Rei.Fs</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<ApplicationVersion>1.13.2.8796</ApplicationVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<RootNamespace>Rei.Fs</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="System.Drawing" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AuthDialog.cs" />
|
|
<Compile Include="OAuth2Dialog.cs" />
|
|
<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="CannotProcessRequest.cs" />
|
|
<Compile Include="DestinationAlreadyExistsException.cs" />
|
|
<Compile Include="InconsistencyDetectedException.cs" />
|
|
<Compile Include="InvalidRangeException.cs" />
|
|
<Compile Include="InvalidServerResponseException.cs" />
|
|
<Compile Include="RemoteCertificateErrorException.cs" />
|
|
<Compile Include="RemoteResourceNotFoundException.cs" />
|
|
<Compile Include="SimpleWebException.cs" />
|
|
<Compile Include="UnauthorizedException.cs" />
|
|
<Compile Include="FsBase.cs" />
|
|
<Compile Include="LogMessageEventArgs.cs" />
|
|
<Compile Include="FsAbility.cs" />
|
|
<Compile Include="HostRootedUriParser.cs" />
|
|
<Compile Include="JsonObject.cs" />
|
|
<Compile Include="MyAsyncResult.cs" />
|
|
<Compile Include="NoHostRootedUriParser.cs" />
|
|
<Compile Include="ReturnedInfo.cs" />
|
|
<Compile Include="ResourceId.cs" />
|
|
<Compile Include="ResourceInfo.cs" />
|
|
<Compile Include="SettingSupport.cs" />
|
|
<Compile Include="AutoSplitFs.cs" />
|
|
<Compile Include="EncryptFs.cs" />
|
|
<Compile Include="SslProtocols.cs" />
|
|
<Compile Include="ChunkedStream.cs" />
|
|
<Compile Include="CloseNotifyStream.cs" />
|
|
<Compile Include="FooteredWriteStream.cs" />
|
|
<Compile Include="PartialStream.cs" />
|
|
<Compile Include="ZlibStream.cs" />
|
|
<Compile Include="Adler32.cs" />
|
|
<Compile Include="UriParserFixer.cs" />
|
|
<Compile Include="UriUtil.cs" />
|
|
<Compile Include="WebRequestCertificateValidationManager.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="IO\Win32Native.cs" />
|
|
<Compile Include="IO\SafeFindHandle.cs" />
|
|
<Compile Include="IO\FileInfo.cs" />
|
|
<Compile Include="IO\FileSystem.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AuthDialog.resx" />
|
|
<EmbeddedResource Include="LinkListForm.resx" />
|
|
<EmbeddedResource Include="OAuth2Dialog.resx" />
|
|
<EmbeddedResource Include="Resources.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |