blob: 716e9906b65f4680e82bf9c91c69ae37fdc38d83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{F115D288-DF07-4424-BF08-594C2DB7C1BB}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>docs</RootNamespace>
<AssemblyName>docs</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</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>
<None Include="manual\advanced-use.md" />
<None Include="manual\automatic-renewal.md" />
<None Include="manual\README.md" />
<None Include="manual\system-requirements.md" />
<None Include="manual\upgrading.md" />
<None Include="README.md" />
<None Include="reference\cli.md" />
<None Include="reference\plugins\README.md" />
<None Include="reference\README.md" />
<None Include="reference\settings.md" />
<None Include="support\README.md" />
<None Include="_config.yml" />
<None Include="_data\manual.yml" />
<None Include="_data\menu.yml" />
<None Include="_data\plugins.yml" />
<None Include="_data\reference.yml" />
</ItemGroup>
<ItemGroup>
<Content Include="assets\bg-pattern.png" />
<Content Include="assets\template.css" />
<None Include="manual\getting-started.md" />
<None Include="manual\renewal-management.md" />
<None Include="manual\validation-problems.md" />
<Content Include="_includes\manual.html" />
<Content Include="_includes\plugins.html" />
<Content Include="_includes\reference.html" />
<Content Include="_layouts\default.html" />
</ItemGroup>
<ItemGroup>
<Folder Include="plugins\" />
<Folder Include="reference\plugins\csr\" />
<Folder Include="reference\plugins\installation\" />
<Folder Include="reference\plugins\store\" />
<Folder Include="reference\plugins\target\" />
<Folder Include="reference\plugins\validation\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
|