ps/Modules/Alkami.PowerShell.PSScriptAnalyzerRules/Alkami.PowerShell.PSScriptAnalyzerRules.pssproj
2023-05-30 22:51:22 -07:00

41 lines
1.9 KiB
Plaintext

<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9dacfd56-8838-4be0-abf4-6db421238f53}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Alkami.PowerShell.PSScriptAnalyzerRules</RootNamespace>
<AssemblyName>Alkami.PowerShell.PSScriptAnalyzerRules</AssemblyName>
<Name>Alkami.PowerShell.PSScriptAnalyzerRules</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.PSScriptAnalyzerRules")</PreBuildScript>
</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>
</PropertyGroup>
<ItemGroup>
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.PowerShell.PSScriptAnalyzerRules.psd1" />
<Compile Include="Public\Get-HelloWorld.ps1" />
<Compile Include="Private\Get-HelloWorldInternal.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.PSScriptAnalyzerRules.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="Build" />
<Import Project="$(MSBuildExtensionsPath)\PowerShell Tools for Visual Studio\PowerShellTools.targets" Condition="Exists('$(MSBuildExtensionsPath)\PowerShell Tools for Visual Studio\PowerShellTools.targets')" />
</Project>