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

99 lines
5.2 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>{ccd156f6-c5d9-4a68-a32e-1ad32cca4d6d}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.Services</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.Services")</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="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.PowerShell.Services.psd1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Clear-GMSAPasswords.ps1" />
<Compile Include="Public\Clear-GMSAPasswords.tests.ps1" />
<Compile Include="Public\Disable-Radium.ps1" />
<Compile Include="Public\Disable-Radium.Tests.ps1" />
<Compile Include="Public\Enable-Nag.ps1" />
<Compile Include="Public\Enable-Nag.Tests.ps1" />
<Compile Include="Public\Enable-Radium.ps1" />
<Compile Include="Public\Enable-Radium.Tests.ps1" />
<Compile Include="Public\Enable-Service.ps1" />
<Compile Include="Public\Enable-Service.tests.ps1" />
<Compile Include="Public\Get-WindowsServiceApplicationName.ps1" />
<Compile Include="Public\Get-WindowsServiceApplicationName.tests.ps1" />
<Compile Include="Public\Get-WindowsServiceApplicationPath.ps1" />
<Compile Include="Public\Get-WindowsServiceApplicationPath.tests.ps1" />
<Compile Include="Public\New-AppTierWindowsServices.ps1" />
<Compile Include="Public\Disable-Nag.ps1" />
<Compile Include="Public\Disable-Nag.tests.ps1" />
<Compile Include="Public\Disable-Service.ps1" />
<Compile Include="Public\Disable-Service.tests.ps1" />
<Compile Include="Public\Get-AlkamiServices.ps1" />
<Compile Include="Public\Get-ChocolateyServices.ps1" />
<Compile Include="Public\Get-NagTriggersCount.ps1" />
<Compile Include="Public\Get-ProcessFromService.ps1" />
<Compile Include="Public\Get-ServiceNamesByFragment.ps1" />
<Compile Include="Public\Get-ServicesToStart.ps1" />
<Compile Include="Public\Get-ServicesToStart.tests.ps1" />
<Compile Include="Public\Get-ServicesToStop.ps1" />
<Compile Include="Public\Get-ServicesToStop.tests.ps1" />
<Compile Include="Public\Grant-UserLogonAsServiceRights.ps1" />
<Compile Include="Public\Grant-UserStartStopRightsToService.ps1" />
<Compile Include="Public\Ping-AlkamiServices.ps1" />
<Compile Include="Public\Restart-Nag.ps1" />
<Compile Include="Public\Restart-Nag.Tests.ps1" />
<Compile Include="Public\Set-WindowsServiceExecutionAccount.ps1" />
<Compile Include="Public\Start-DependentServices.ps1" />
<Compile Include="Public\Start-DependentServices.tests.ps1" />
<Compile Include="Public\Start-ServicesChocolateyOnly.ps1" />
<Compile Include="Public\Start-ServicesInParallel.ps1" />
<Compile Include="Public\Start-ServicesInParallel.tests.ps1" />
<Compile Include="Public\Start-ServicesOnly.ps1" />
<Compile Include="Public\Stop-AlkamiService.ps1" />
<Compile Include="Public\Stop-ServicesChocolateyOnly.ps1" />
<Compile Include="Public\Stop-ServicesInParallel.ps1" />
<Compile Include="Public\Stop-ServicesInParallel.tests.ps1" />
<Compile Include="Public\Stop-ServicesOnly.ps1" />
<Compile Include="Public\Test-AreCriticalNagJobsRunning.ps1" />
<Compile Include="Public\Test-IsNagRunning.ps1" />
<Compile Include="Public\Test-IsNagServer.ps1" />
<Compile Include="Public\Test-NagService.ps1" />
<Compile Include="Public\Test-NagTriggers.ps1" />
<Compile Include="Public\Test-RadiumMetaData.ps1" />
<Compile Include="Public\Test-RadiumService.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.Services.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>