1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/LittleWind-Skylark

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Skylark.csproj 14 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Mygod Отправлено 17.01.2017 19:31 2ae5ce3
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D2B8C41F-655D-458B-82C7-9BC1E073B306}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Mygod.Skylark</RootNamespace>
<AssemblyName>Skylark</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MygodLibrary">
<HintPath>plugins\MygodLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Management" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="Admin.aspx" />
<Content Include="Api.aspx" />
<Content Include="css\iconFont.min.css" />
<Content Include="css\metro-bootstrap.min.css" />
<Content Include="css\site.css" />
<Content Include="Data\readme.htm.data" />
<Content Include="Edit.aspx" />
<Content Include="fonts\iconFont.dev.svg" />
<Content Include="fonts\iconFont.svg" />
<Content Include="fonts\metroSysIcons.svg" />
<Content Include="Forbidden.aspx" />
<Content Include="plugins\7z.dll" />
<Content Include="plugins\BackgroundRunner.exe" />
<Content Include="Browse.aspx" />
<Content Include="Default.aspx" />
<Content Include="Download.aspx" />
<Content Include="favicon.ico" />
<Content Include="Files\readme.htm" />
<Content Include="Global.asax" />
<Content Include="Image\Busy.png" />
<Content Include="Image\Directory.png" />
<Content Include="Image\File.png" />
<Content Include="plugins\browse-dir.js" />
<Content Include="plugins\browse-file.js" />
<Content Include="plugins\browse.js" />
<Content Include="plugins\generic.js" />
<Content Include="Offline\New.aspx" />
<Content Include="Offline\Start.aspx" />
<Content Include="Offline\YouTube.aspx" />
<Content Include="plugins\CryptoJS\core-min.js" />
<Content Include="plugins\CryptoJS\sha512-min.js" />
<Content Include="plugins\CryptoJS\x64-core-min.js" />
<Content Include="plugins\ffmpeg\avcodec-55.dll" />
<Content Include="plugins\ffmpeg\avdevice-55.dll" />
<Content Include="plugins\ffmpeg\avfilter-3.dll" />
<Content Include="plugins\ffmpeg\avformat-55.dll" />
<Content Include="plugins\ffmpeg\avutil-52.dll" />
<Content Include="plugins\ffmpeg\ffmpeg.exe" />
<Content Include="plugins\ffmpeg\ffprobe.exe" />
<Content Include="plugins\ffmpeg\postproc-52.dll" />
<Content Include="plugins\ffmpeg\swresample-0.dll" />
<Content Include="plugins\ffmpeg\swscale-2.dll" />
<Content Include="plugins\jquery\jquery-2.1.1.min.js" />
<Content Include="plugins\jquery\jquery.cookie.js" />
<Content Include="plugins\jquery\jquery.sticky.js" />
<Content Include="plugins\jquery\jquery.widget.min.js" />
<Content Include="plugins\jsbase64.js" />
<Content Include="plugins\metro.min.js" />
<Content Include="plugins\MygodLibrary.dll" />
<Content Include="plugins\resumable.js" />
<Content Include="plugins\SevenZipSharp.dll" />
<Content Include="robots.txt" />
<Content Include="TaskViewer.ascx" />
<Content Include="Task\Default.aspx" />
<Content Include="Task\Create.aspx" />
<Content Include="Task\Details.aspx" />
<Content Include="Task\Log.aspx" />
<Content Include="Task\Query.aspx" />
<Content Include="Update\Default.aspx" />
<Content Include="Upload.aspx" />
<Content Include="View.aspx" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="Admin.aspx.cs">
<DependentUpon>Admin.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin.aspx.designer.cs">
<DependentUpon>Admin.aspx</DependentUpon>
</Compile>
<Compile Include="Api.aspx.cs">
<DependentUpon>Api.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Api.aspx.designer.cs">
<DependentUpon>Api.aspx</DependentUpon>
</Compile>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Browse.aspx.cs">
<DependentUpon>Browse.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Browse.aspx.designer.cs">
<DependentUpon>Browse.aspx</DependentUpon>
</Compile>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Download.aspx.cs">
<DependentUpon>Download.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Download.aspx.designer.cs">
<DependentUpon>Download.aspx</DependentUpon>
</Compile>
<Compile Include="DownloadablePage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Edit.aspx.cs">
<DependentUpon>Edit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Edit.aspx.designer.cs">
<DependentUpon>Edit.aspx</DependentUpon>
</Compile>
<Compile Include="FileSystem.master.cs">
<DependentUpon>FileSystem.master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="FileSystem.master.designer.cs">
<DependentUpon>FileSystem.master</DependentUpon>
</Compile>
<Compile Include="Forbidden.aspx.cs">
<DependentUpon>Forbidden.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Forbidden.aspx.designer.cs">
<DependentUpon>Forbidden.aspx</DependentUpon>
</Compile>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Helper.cs" />
<Compile Include="Offline\New.aspx.cs">
<DependentUpon>New.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Offline\New.aspx.designer.cs">
<DependentUpon>New.aspx</DependentUpon>
</Compile>
<Compile Include="Offline\Start.aspx.cs">
<DependentUpon>Start.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Offline\Start.aspx.designer.cs">
<DependentUpon>Start.aspx</DependentUpon>
</Compile>
<Compile Include="Offline\YouTube.aspx.cs">
<DependentUpon>YouTube.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Offline\YouTube.aspx.designer.cs">
<DependentUpon>YouTube.aspx</DependentUpon>
</Compile>
<Compile Include="PublicHelper.cs" />
<Compile Include="Site.Master.cs">
<DependentUpon>Site.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Site.Master.designer.cs">
<DependentUpon>Site.Master</DependentUpon>
</Compile>
<Compile Include="Tasks.cs" />
<Compile Include="TaskViewer.ascx.cs">
<DependentUpon>TaskViewer.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="TaskViewer.ascx.designer.cs">
<DependentUpon>TaskViewer.ascx</DependentUpon>
</Compile>
<Compile Include="Task\Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Task\Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Task\Create.aspx.cs">
<DependentUpon>Create.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Task\Create.aspx.designer.cs">
<DependentUpon>Create.aspx</DependentUpon>
</Compile>
<Compile Include="Task\Details.aspx.cs">
<DependentUpon>Details.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Task\Details.aspx.designer.cs">
<DependentUpon>Details.aspx</DependentUpon>
</Compile>
<Compile Include="Task\Log.aspx.cs">
<DependentUpon>Log.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Task\Log.aspx.designer.cs">
<DependentUpon>Log.aspx</DependentUpon>
</Compile>
<Compile Include="Task\Query.aspx.cs">
<DependentUpon>Query.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Task\Query.aspx.designer.cs">
<DependentUpon>Query.aspx</DependentUpon>
</Compile>
<Compile Include="Update\Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Update\Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Upload.aspx.cs">
<DependentUpon>Upload.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Upload.aspx.designer.cs">
<DependentUpon>Upload.aspx</DependentUpon>
</Compile>
<Compile Include="View.aspx.cs">
<DependentUpon>View.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="View.aspx.designer.cs">
<DependentUpon>View.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Site.Master" />
</ItemGroup>
<ItemGroup>
<Content Include="FileSystem.master" />
</ItemGroup>
<ItemGroup>
<Content Include="fonts\iconFont.eot" />
<Content Include="fonts\iconFont.json" />
<Content Include="fonts\iconFont.ttf" />
<Content Include="fonts\iconFont.woff" />
<Content Include="fonts\metroSysIcons.ttf" />
<Content Include="fonts\metroSysIcons.woff" />
</ItemGroup>
<ItemGroup>
<Content Include="plugins\jquery\jquery-2.1.1.min.map" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
<None Include="mygod-skylark - Web Deploy.pubxml" />
<None Include="skylark-eastasia - Web Deploy.pubxml" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:12584/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/LittleWind-Skylark.git
git@api.gitlife.ru:oschina-mirror/LittleWind-Skylark.git
oschina-mirror
LittleWind-Skylark
LittleWind-Skylark
master