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

61 lines
2.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>{b50cf924-d8bc-43b9-9d79-edf7a121f089}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.ServerManagement</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.ServerManagement")</PreBuildScript>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Folder Include="FileBeatConfiguration\" />
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.PowerShell.ServerManagement.psd1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Get-RequiredServerFeaturesAndRoles.ps1" />
<Compile Include="Public\Set-FileBeats.tests.ps1" />
<Compile Include="Public\Set-FileBeats.ps1" />
<Compile Include="Public\Disable-ServerManagerPopup.ps1" />
<Compile Include="Public\Disable-ServiceRecovery.ps1" />
<Compile Include="Public\Disable-UAC.ps1" />
<Compile Include="Public\Disable-WindowsFirewall.ps1" />
<Compile Include="Public\Install-7Zip.ps1" />
<Compile Include="Public\Install-FileBeats.ps1" />
<Compile Include="Public\Install-ServerFeaturesAndRoles.ps1" />
<Compile Include="Public\Test-Ports.ps1" />
<Compile Include="Public\Test-Server.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.ServerManagement.nuspec" />
<Content Include="FileBeatConfiguration\filebeat.yml" />
</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>