123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{6A866CD7-60C2-4EB7-9313-E5C2827FF9F2}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>RamDavisk</RootNamespace>
- <AssemblyName>RamDavisk</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Runtime.Caching" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Ramfs\Inters\StreamWrap.cs" />
- <Compile Include="Ramfs\Inters\Utilies.cs" />
- <Compile Include="Ramfs\WebDavRamfsStore.cs" />
- <Compile Include="Ramfs\WebDavRamfsStoreCollection.cs" />
- <Compile Include="Ramfs\WebDavRamfsStoreDocument.cs" />
- <Compile Include="Ramfs\WebDavRamfsStoreFileInfo.cs" />
- <Compile Include="Ramfs\WebDavRamfsStoreItem.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\AuthenticationTypes\HttpListenerAnyonymousAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\AuthenticationTypes\HttpListenerBasicAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\AuthenticationTypes\HttpListenerNegotiateAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\HttpListenerContextAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\HttpListenerRequestAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\HttpListenerResponseAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\IAdapter.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\IHttpListener.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\IHttpListenerContext.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\IHttpListenerRequest.cs" />
- <Compile Include="WebDAVSharp.Server\Adapters\IHttpListenerResponse.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavConflictException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavForbiddenException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavInternalServerException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavLengthRequiredException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavMethodNotAllowedException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavNotFoundException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavNotImplementedException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavPreconditionFailedException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavUnauthorizedException.cs" />
- <Compile Include="WebDAVSharp.Server\Exceptions\WebDavUnsupportedMediaTypeException.cs" />
- <Compile Include="WebDAVSharp.Server\LockProperty.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\IWebDAVMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVCopyMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVDeleteMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVGetMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVHeadMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVLockMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVMethodHandlerBase.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVMethodHandlers.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVMkColMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVMoveMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVOptionsMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVPropfindMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVProppatchMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVPutMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\MethodHandlers\WebDAVUnlockMethodHandler.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\BaseClasses\WebDavFileInfoBase.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\BaseClasses\WebDAVStoreBase.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\BaseClasses\WebDAVStoreDocumentBase.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\BaseClasses\WebDAVStoreItemBase.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\DiskStore\WebDAVDiskStore.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\DiskStore\WebDAVDiskStoreCollection.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\DiskStore\WebDAVDiskStoreDocument.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\DiskStore\WebDavDiskStoreFileInfo.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\DiskStore\WebDAVDiskStoreItem.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\IWebDavFileInfo.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\IWebDAVStore.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\IWebDAVStoreCollection.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\IWebDAVStoreDocument.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\IWebDAVStoreItem.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\Enums\WebDavLockScope.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\Enums\WebDavLockType.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\Interfaces\IWebDavStoreItemLock.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\Interfaces\IWebDavStoreItemLockInstance.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\WebDavStoreItemLock.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\WebDavStoreItemLockBase.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\WebDavStoreItemLockInstance.cs" />
- <Compile Include="WebDAVSharp.Server\Stores\Locks\WebDavStoreItemLockInstanceBase.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\FlagsHelper.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\HttpReciever.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\LimitedConcurrencyLevelTaskScheduler.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\Md5Util.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\WebDavCacheBase.cs" />
- <Compile Include="WebDAVSharp.Server\Utilities\WebDavStatusCode.cs" />
- <Compile Include="WebDAVSharp.Server\WebDavAuthType.cs" />
- <Compile Include="WebDAVSharp.Server\WebDAVDisposableBase.cs" />
- <Compile Include="WebDAVSharp.Server\WebDAVExtensions.cs" />
- <Compile Include="WebDAVSharp.Server\WebDAVProperty.cs" />
- <Compile Include="WebDAVSharp.Server\WebDAVServer.cs" />
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <None Include="WebDAVSharp.Server\LICENSE" />
- <None Include="WebDAVSharp.Server\README.md" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Content Include="WebDAVSharp.Server\Icon.png" />
- <Content Include="WebDAVSharp.Server\_SOURCE.TXT" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|