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

90 lines
4.4 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>{3e38f1af-8451-4617-a24c-941552efc43a}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.DevOps.Installation</Name>
<ProjectHome />
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.DevOps.Installation")</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="..\..\Common\Alkami.Ops.Common\Alkami.Ops.Common.csproj">
<Name>Alkami.Ops.Common</Name>
<Project>{fa9745dd-68ac-4194-9c33-acf19411d357}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\Alkami.DevOps.Common\Alkami.DevOps.Common.pssproj">
<Name>Alkami.DevOps.Common</Name>
<Project>{1bd8fc22-5882-4d5c-8128-81f1d61f8d77}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\Alkami.DevOps.Operations\Alkami.DevOps.Operations.pssproj">
<Name>Alkami.DevOps.Operations</Name>
<Project>{6cafc0c6-a428-4d30-a9f9-700e829fea51}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.DevOps.Installation.psd1" />
<Compile Include="Private\Set-AppTierGMSAAccounts.ps1" />
<Compile Include="Public\Copy-NewRelicCustomInstrumentationFiles.ps1" />
<Compile Include="Public\New-WebTierWebSites.ps1" />
<Compile Include="Public\Get-NewRelicAccountDetails.ps1" />
<Compile Include="Public\Get-NewRelicAccountDetails.tests.ps1" />
<Compile Include="Public\Install-NewRelicDotNetAgent.ps1" />
<Compile Include="Public\Install-NewRelicInfrastructure.ps1" />
<Compile Include="Public\Install-NewRelicServerMonitor.ps1" />
<Compile Include="Public\Set-InfrastructureConfiguration.ps1" />
<Compile Include="Public\Set-NewRelicConfigurationValues.ps1" />
<Compile Include="Public\Set-NewRelicConfigurationValues.Tests.ps1" />
<Compile Include="Public\Set-NewRelicDeployment.ps1" />
<Compile Include="Public\Set-RapidFailSettings.ps1" />
<Compile Include="Public\Set-SMSvcHostSids.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
<Compile Include="Public\Get-ClientWebSiteInformationFromDatabase.ps1" />
<Compile Include="Public\Install-ORBAppServer.ps1" />
<Compile Include="Public\Install-ORBWebServer.ps1" />
<Compile Include="Public\Read-AppTierSecrets.ps1" />
<Compile Include="Public\Read-WebTierSecrets.ps1" />
<Compile Include="Public\Set-ServiceAccountValue.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Install-ORB.ps1" />
</ItemGroup>
<ItemGroup>
<Folder Include="NewRelicCustomInstrumentation\" />
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.DevOps.Installation.nuspec" />
<Content Include="NewRelicCustomInstrumentation\CustomInstrumentation.xml" />
<Content Include="NewRelicCustomInstrumentation\RemoveActivity.xml" />
</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>