Skip to content

Commit

Permalink
Fix for PSSQT
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Dec 1, 2019
1 parent 9dc0c2b commit 7f5a3e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Solutions/SharePoint.Search.QueryTool/PSSQT/PSSQT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
</Compile>
<Compile Include="..\searchquerytool\model\SearchSuggestionsResult.cs">
<Link>Model\SearchSuggestionsResult.cs</Link>
</Compile>
<Compile Include="..\searchquerytool\model\SearchResultPresentationSettings.cs">
<Link>Model\SearchResultPresentationSettings.cs</Link>
</Compile>
<Compile Include="..\SearchQueryTool\SPAuthenticationClient\AuthenticationClient.cs">
<Link>SPAuthenticationClient\AuthenticationClient.cs</Link>
Expand Down Expand Up @@ -279,7 +282,6 @@
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>rem %25SystemRoot%25\system32\WindowsPowerShell\v1.0\powershell.exe -File "$(SolutionDir)PSSQT\Scripts\Update-AssemblyFileVersion.ps1" -assemblyInfoFilePath "$(SolutionDir)PSSQT\Properties\AssemblyInfo.cs"</PreBuildEvent>
Expand Down

0 comments on commit 7f5a3e9

Please sign in to comment.