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

OSCHINA-MIRROR/GrapeCity-WijmoJS

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
WijmoHelp.csproj 6.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
葡萄城 Отправлено 12.06.2019 03:44 09cd2ac
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{6CA92BFF-8D24-49D0-926C-8559A12391D5}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<ItemGroup>
<Content Include="..\..\..\..\External\angular-route.js">
<Link>Devel\external\angular-route.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\..\External\angular.js">
<Link>Devel\external\angular.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\..\External\bootstrap.js">
<Link>Devel\external\bootstrap.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\..\External\jquery.js">
<Link>Devel\external\jquery.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="images\favicon.ico" />
<Content Include="images\intellisense.png" />
<Content Include="images\intellisensevs.png" />
<Content Include="images\wijmo5.png" />
<Content Include="partials\static\angular2Components.html" />
<Content Include="partials\static\angular2Markup.html" />
<Content Include="partials\static\pseudoClasses.html" />
<Content Include="partials\static\FlexSheetFunctions.html" />
<Content Include="partials\static\events.html" />
<Content Include="partials\static\intellisense.html" />
<Content Include="partials\static\minMax.html" />
<Content Include="partials\static\glyphs.html" />
<Content Include="partials\static\toc.html" />
<Content Include="readme.txt" />
<Content Include="default.htm" />
<Content Include="images\chapter.png" />
<Content Include="images\class.png" />
<Content Include="images\enum.png" />
<Content Include="images\event.png" />
<Content Include="images\fiddle.png" />
<Content Include="images\interface.png" />
<Content Include="images\method.png" />
<Content Include="images\module.png" />
<Content Include="images\property.png" />
<Content Include="images\topic.png" />
<Content Include="images\wijmo.png" />
<Content Include="images\wijmo1.png" />
<Content Include="partials\static\angularDirectives.html" />
<Content Include="partials\static\enumerations.html" />
<Content Include="partials\static\creatingControls.html" />
<Content Include="partials\static\globalization.html" />
<Content Include="partials\static\home.html" />
<Content Include="partials\static\references.html" />
<Content Include="partials\static\sizingAndStyling.html" />
<Content Include="partials\static\whatIsLess.html" />
<Content Include="scripts\app.js" />
<Content Include="styles\print.css" />
<Content Include="styles\app.css" />
</ItemGroup>
<ItemGroup>
<Folder Include="partials\generated\templates\" />
<Folder Include="partials\generated\topics\" />
</ItemGroup>
<ItemGroup>
<Content Include="web.config">
<SubType>Designer</SubType>
</Content>
<None Include="web.Debug.config">
<DependentUpon>web.config</DependentUpon>
</None>
<None Include="web.Release.config">
<DependentUpon>web.config</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>WijmoHelp</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>WijmoHelp</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>images\favicon.ico</ApplicationIcon>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>40520</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:63437/5/docs/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
</PropertyGroup>
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />
<Import Project="..\..\..\..\WijmoLoaders\WijmoSample.TypeScript.targets" />
</Project>

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

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

1
https://api.gitlife.ru/oschina-mirror/GrapeCity-WijmoJS.git
git@api.gitlife.ru:oschina-mirror/GrapeCity-WijmoJS.git
oschina-mirror
GrapeCity-WijmoJS
GrapeCity-WijmoJS
master