Skip to content

Commit

Permalink
- Added NuGet package projects
Browse files Browse the repository at this point in the history
- Added README.md and LICENSE.md
  • Loading branch information
fubar-coder committed Oct 6, 2015
1 parent 3f3d2ce commit 1e169b9
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 0 deletions.
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FubarDev.FtpServer.AccountManagement\FubarDev.FtpServer.AccountManagement.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.md">
<Link>LICENSE.md</Link>
</Content>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>3de23a2a-a9a8-4cc3-91f8-4c446be16e70</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>FubarDev.FtpServer.AccountManager</Id>
<Version>1.0.0-beta01</Version>
<Title>Account manager for the FTP server</Title>
<Authors>Fubar Development Junker</Authors>
<Owners>Fubar Development Junker</Owners>
<Summary>
</Summary>
<Description>Account manager for the FTP server</Description>
<ReleaseNotes>
</ReleaseNotes>
<ProjectUrl>https://github.com/FubarDevelopment/FtpServer</ProjectUrl>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<Copyright>Copyright © 2015 Fubar Development Junker</Copyright>
<Tags>FTP server account manager</Tags>
<EmbedSourceFiles>true</EmbedSourceFiles>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.targets" />
</Project>
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FubarDev.FtpServer.FileSystem.GoogleDrive\FubarDev.FtpServer.FileSystem.GoogleDrive.csproj" />
<ProjectReference Include="..\FubarDev.FtpServer.FileSystem.Pkg\FubarDev.FtpServer.FileSystem.Pkg.nuproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.md">
<Link>LICENSE.md</Link>
</Content>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>5e5946ad-84ce-4626-b959-2e8215f46fd8</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>FubarDev.FtpServer.FileSystem.GoogleDrive</Id>
<Version>1.0.0-beta01</Version>
<Title>Google Drive as file system for the FTP server</Title>
<Authors>Fubar Development Junker</Authors>
<Owners>Fubar Development Junker</Owners>
<Summary>
</Summary>
<Description>Google Drive as file system for the FTP server</Description>
<ReleaseNotes>
</ReleaseNotes>
<ProjectUrl>https://github.com/FubarDevelopment/FtpServer</ProjectUrl>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<Copyright>Copyright © 2015 Fubar Development Junker</Copyright>
<Tags>Google Drive file system FTP server</Tags>
<EmbedSourceFiles>true</EmbedSourceFiles>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.targets" />
</Project>
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FubarDev.FtpServer.FileSystem\FubarDev.FtpServer.FileSystem.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.md">
<Link>LICENSE.md</Link>
</Content>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>f55dac13-faaa-40b8-9bc2-92a2b2ddb29f</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>FubarDev.FtpServer.FileSystem</Id>
<Version>1.0.0-beta01</Version>
<Title>FTP server file system abstraction</Title>
<Authors>Fubar Development Junker</Authors>
<Owners>Fubar Development Junker</Owners>
<Summary>
</Summary>
<Description>FTP server file system abstraction</Description>
<ReleaseNotes>
</ReleaseNotes>
<ProjectUrl>https://github.com/FubarDevelopment/FtpServer</ProjectUrl>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<Copyright>Copyright © 2015 Fubar Development Junker</Copyright>
<Tags>FTP server file system</Tags>
<EmbedSourceFiles>true</EmbedSourceFiles>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.targets" />
</Project>
52 changes: 52 additions & 0 deletions FubarDev.FtpServer.Pkg/FubarDev.FtpServer.Pkg.nuproj
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FubarDev.FtpServer.AccountManager.Pkg\FubarDev.FtpServer.AccountManager.Pkg.nuproj" />
<ProjectReference Include="..\FubarDev.FtpServer.FileSystem.GoogleDrive.Pkg\FubarDev.FtpServer.FileSystem.GoogleDrive.Pkg.nuproj" />
<ProjectReference Include="..\FubarDev.FtpServer.FileSystem.Pkg\FubarDev.FtpServer.FileSystem.Pkg.nuproj" />
<ProjectReference Include="..\FubarDev.FtpServer\FubarDev.FtpServer.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE.md">
<Link>LICENSE.md</Link>
</Content>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>dbb073e8-7d29-40bf-a0ca-7bbfddf0b9e1</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>FubarDev.FtpServer</Id>
<Version>1.0.0-beta01</Version>
<Title>Portable FTP server</Title>
<Authors>Fubar Development Junker</Authors>
<Owners>Fubar Development Junker</Owners>
<Summary>
</Summary>
<Description>Portable FTP server</Description>
<ReleaseNotes>
</ReleaseNotes>
<ProjectUrl>https://github.com/FubarDevelopment/FtpServer</ProjectUrl>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<Copyright>Copyright © 2015 Fubar Development Junker</Copyright>
<Tags>Portable FTP server</Tags>
<EmbedSourceFiles>true</EmbedSourceFiles>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.targets" />
</Project>
30 changes: 30 additions & 0 deletions FubarDev.FtpServer.sln
Expand Up @@ -11,6 +11,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer", "Fubar
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem.GoogleDrive", "FubarDev.FtpServer.FileSystem.GoogleDrive\FubarDev.FtpServer.FileSystem.GoogleDrive.csproj", "{B094E475-E61A-4AB1-8D85-4446E3A4F551}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "FubarDev.FtpServer.Pkg", "FubarDev.FtpServer.Pkg\FubarDev.FtpServer.Pkg.nuproj", "{DBB073E8-7D29-40BF-A0CA-7BBFDDF0B9E1}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "FubarDev.FtpServer.AccountManager.Pkg", "FubarDev.FtpServer.AccountManager.Pkg\FubarDev.FtpServer.AccountManager.Pkg.nuproj", "{3DE23A2A-A9A8-4CC3-91F8-4C446BE16E70}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "FubarDev.FtpServer.FileSystem.Pkg", "FubarDev.FtpServer.FileSystem.Pkg\FubarDev.FtpServer.FileSystem.Pkg.nuproj", "{F55DAC13-FAAA-40B8-9BC2-92A2B2DDB29F}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "FubarDev.FtpServer.FileSystem.GoogleDrive.Pkg", "FubarDev.FtpServer.FileSystem.GoogleDrive.Pkg\FubarDev.FtpServer.FileSystem.GoogleDrive.Pkg.nuproj", "{5E5946AD-84CE-4626-B959-2E8215F46FD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52EFD82B-3CC2-486D-849B-199D9670C487}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,6 +47,22 @@ Global
{B094E475-E61A-4AB1-8D85-4446E3A4F551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B094E475-E61A-4AB1-8D85-4446E3A4F551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B094E475-E61A-4AB1-8D85-4446E3A4F551}.Release|Any CPU.Build.0 = Release|Any CPU
{DBB073E8-7D29-40BF-A0CA-7BBFDDF0B9E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBB073E8-7D29-40BF-A0CA-7BBFDDF0B9E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBB073E8-7D29-40BF-A0CA-7BBFDDF0B9E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBB073E8-7D29-40BF-A0CA-7BBFDDF0B9E1}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE23A2A-A9A8-4CC3-91F8-4C446BE16E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE23A2A-A9A8-4CC3-91F8-4C446BE16E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE23A2A-A9A8-4CC3-91F8-4C446BE16E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE23A2A-A9A8-4CC3-91F8-4C446BE16E70}.Release|Any CPU.Build.0 = Release|Any CPU
{F55DAC13-FAAA-40B8-9BC2-92A2B2DDB29F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55DAC13-FAAA-40B8-9BC2-92A2B2DDB29F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55DAC13-FAAA-40B8-9BC2-92A2B2DDB29F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55DAC13-FAAA-40B8-9BC2-92A2B2DDB29F}.Release|Any CPU.Build.0 = Release|Any CPU
{5E5946AD-84CE-4626-B959-2E8215F46FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E5946AD-84CE-4626-B959-2E8215F46FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E5946AD-84CE-4626-B959-2E8215F46FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E5946AD-84CE-4626-B959-2E8215F46FD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
21 changes: 21 additions & 0 deletions LICENSE.md
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Fubar Development Junker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.**
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
# Portable FTP server

This FTP server is written as PCL and has an abstract file system
which allows e.g. Google Drive as backend.

# License

The library is released under the [MIT license](http://opensource.org/licenses/MIT).

0 comments on commit 1e169b9

Please sign in to comment.