134 lines
5.6 KiB
XML
134 lines
5.6 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\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>
|
|
<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>
|
|
<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">
|
|
<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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<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>
|
|
<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> |