ps/Modules/Alkami.DevOps.Common/Alkami.DevOps.Common.pssproj
2023-05-30 22:51:22 -07:00

114 lines
6.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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>{1bd8fc22-5882-4d5c-8128-81f1d61f8d77}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.DevOps.Common</Name>
<Author>SRE</Author>
<CompanyName>Alkami Technology</CompanyName>
<Copyright>(c) 2017 Alkami Technology. All rights reserved.</Copyright>
<Description>A set of common functions and filters not typically used directly</Description>
<Guid>5151a169-c763-489e-8213-b437b7a294b1</Guid>
<Version>0.0.0.1</Version>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.DevOps.Common")</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>
<ProjectReference Include="..\Alkami.Ops.Common\Alkami.Ops.Common.csproj">
<Name>Alkami.Ops.Common</Name>
<Project>{fa9745dd-68ac-4194-9c33-acf19411d357}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Public\Compare-StringToLocalMachineIdentifiers.ps1" />
<Compile Include="Public\Compare-StringToLocalMachineIdentifiers.tests.ps1" />
<Compile Include="Public\ConvertTo-SafeTeamCityMessage.ps1" />
<Compile Include="Public\ConvertTo-SafeTeamCityMessage.tests.ps1" />
<Compile Include="Public\Get-AlkamiServiceFabricHostnamesByTag.ps1" />
<Compile Include="Public\Get-ArmorList.ps1" />
<Compile Include="Public\Get-AutomoxAgentPath.ps1" />
<Compile Include="Public\Get-AutomoxAgentPath.tests.ps1" />
<Compile Include="Public\Get-DesignationTagNameByEnvironment.ps1" />
<Compile Include="Public\Get-DesignationTagNameByEnvironment.tests.ps1" />
<Compile Include="Public\Get-Environment.tests.ps1" />
<Compile Include="Public\Get-FileContentHash.ps1" />
<Compile Include="Public\Get-HostnamesByDesignation.ps1" />
<Compile Include="Public\Get-InstancesByTag.tests.ps1" />
<Compile Include="Public\Get-LocalNlbIp.tests.ps1" />
<Compile Include="Public\Get-UserCredentialsFromSecretServer.ps1" />
<Compile Include="Public\Get-UTF8ContentHash.ps1" />
<Compile Include="Public\Invoke-GetAllDesignationsByEnvironmentType.ps1" />
<Compile Include="Public\Invoke-GetAllHostsByDesignation.ps1" />
<Compile Include="Public\Invoke-GetCurrentStatusByDesignation.ps1" />
<Compile Include="Public\Invoke-GetCurrentStatusByHostnames.ps1" />
<Compile Include="Public\Invoke-MaximizeDesignation.ps1" />
<Compile Include="Public\Invoke-MinimizeDesignation.ps1" />
<Compile Include="Public\Invoke-StartDesignation.ps1" />
<Compile Include="Public\Invoke-StartEnvironment.ps1" />
<Compile Include="Public\Invoke-StartServers.ps1" />
<Compile Include="Public\Invoke-StopDesignation.ps1" />
<Compile Include="Public\Invoke-StopEnvironment.ps1" />
<Compile Include="Public\Invoke-StopServers.ps1" />
<Compile Include="Public\New-AlkamiServiceFabricClusterByTag.ps1" />
<Compile Include="Public\New-WebTierMachineConfigAppSettings.ps1" />
<Compile Include="Public\Get-HostnamesByPod.ps1" />
<Compile Include="Public\Get-InstancesByTag.ps1" />
<Compile Include="Public\Get-LocalNlbIp.ps1" />
<Compile Include="Public\Get-PackageForInstallation.ps1" />
<Compile Include="Public\Optimize-FilebeatsConfig.ps1" />
<Compile Include="Public\Optimize-FilebeatsConfig.tests.ps1" />
<Compile Include="Public\Publish-MessageToSlack.ps1" />
<Compile Include="Public\Publish-MessageToSlack.tests.ps1" />
<Compile Include="Public\Reset-ASInstanceHealth.ps1" />
<Compile Include="Public\Select-AvailableWinRmHosts.ps1" />
<Compile Include="Public\Test-IsStringIPAddress.ps1" />
<Compile Include="Public\Test-IsStringIPAddress.tests.ps1" />
<Compile Include="Public\Test-IsTeamCityProcess.ps1" />
<Compile Include="Public\Test-WinRmHostsAvailable.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Get-CatalogsFromMaster.ps1" />
<Compile Include="Public\Get-EntrustAdminUrlFromClient.ps1" />
<Compile Include="Public\Get-Environment.ps1" />
<Compile Include="Public\Get-IPSTSUrlFromClient.ps1" />
<Compile Include="Public\Get-SecretsForPod.ps1" />
<Compile Include="Alkami.DevOps.Common.psd1" />
<Compile Include="Public\Send-ObjectAsHtmlTable.ps1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="Resources\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.DevOps.Common.nuspec" />
<Content Include="Resources\ObjectAsTableTemplate.html" />
</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>