|
7 | 7 | <ProjectGuid>{B53C2D73-E46B-47E1-BB80-C2A363A53FB3}</ProjectGuid>
|
8 | 8 | <OutputType>Exe</OutputType>
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>OfficeDevPnP.PowerShell.CmdletHelpGenerator</RootNamespace> |
11 |
| - <AssemblyName>OfficeDevPnP.PowerShell.CmdletHelpGenerator</AssemblyName> |
| 10 | + <RootNamespace>SharePointPnP.PowerShell.CmdletHelpGenerator</RootNamespace> |
| 11 | + <AssemblyName>SharePointPnP.PowerShell.CmdletHelpGenerator</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <SccProjectName>
|
|
74 | 74 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
75 | 75 | <Prefer32Bit>true</Prefer32Bit>
|
76 | 76 | </PropertyGroup>
|
| 77 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug16|AnyCPU'"> |
| 78 | + <DebugSymbols>true</DebugSymbols> |
| 79 | + <OutputPath>bin\Debug16\</OutputPath> |
| 80 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 81 | + <DebugType>full</DebugType> |
| 82 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 83 | + <ErrorReport>prompt</ErrorReport> |
| 84 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 85 | + <Prefer32Bit>true</Prefer32Bit> |
| 86 | + </PropertyGroup> |
| 87 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release16|AnyCPU'"> |
| 88 | + <OutputPath>bin\Release16\</OutputPath> |
| 89 | + <DefineConstants>TRACE</DefineConstants> |
| 90 | + <Optimize>true</Optimize> |
| 91 | + <DebugType>pdbonly</DebugType> |
| 92 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 93 | + <ErrorReport>prompt</ErrorReport> |
| 94 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 95 | + <Prefer32Bit>true</Prefer32Bit> |
| 96 | + </PropertyGroup> |
77 | 97 | <ItemGroup>
|
78 | 98 | <Reference Include="System" />
|
79 | 99 | <Reference Include="System.Core" />
|
|
101 | 121 | <None Include="App.config" />
|
102 | 122 | </ItemGroup>
|
103 | 123 | <ItemGroup>
|
104 |
| - <ProjectReference Include="..\HelpAttributes\OfficeDevPnP.PowerShell.CmdletHelpAttributes.csproj"> |
| 124 | + <ProjectReference Include="..\HelpAttributes\SharePointPnP.PowerShell.CmdletHelpAttributes.csproj"> |
105 | 125 | <Project>{fdd50bbd-ae78-4b10-9549-0566686719ab}</Project>
|
106 |
| - <Name>OfficeDevPnP.PowerShell.CmdletHelpAttributes</Name> |
| 126 | + <Name>SharePointPnP.PowerShell.CmdletHelpAttributes</Name> |
107 | 127 | </ProjectReference>
|
108 | 128 | </ItemGroup>
|
109 | 129 | <ItemGroup>
|
|
0 commit comments