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

98 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>{1b9dc54a-50dc-4b25-8744-92c7eca40092}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.Configuration</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.Configuration")</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.Configuration.psd1" />
<Compile Include="Public\Get-AppServiceAccountName.ps1" />
<Compile Include="Public\Get-AppServiceAccountName.tests.ps1" />
<Compile Include="Public\Get-NewRelicAppNameForConfigurationValue.ps1" />
<Compile Include="Public\Get-NewRelicAppNameForConfigurationValue.tests.ps1" />
<Compile Include="Public\Get-RegistryKeyValue.ps1" />
<Compile Include="Public\New-AlkamiManifest.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Add-EagleEyeConfig.ps1" />
<Compile Include="Public\Copy-AlkamiLog4net.ps1" />
<Compile Include="Public\Copy-AlkamiLog4net.tests.ps1" />
<Compile Include="Public\New-MachineConfigConnectionString.ps1" />
<Compile Include="Public\New-MachineConfigMachineKeys.ps1" />
<Compile Include="Public\New-RegistryKey.ps1" />
<Compile Include="Public\New-VIPsHostFileEntries.ps1" />
<Compile Include="Public\New-WebTierHostFileEntries.ps1" />
<Compile Include="Public\Get-ConfigurationFiles.ps1" />
<Compile Include="Public\Get-ConfigurationFiles.tests.ps1" />
<Compile Include="Public\Get-LogPathsForOrbApplication.ps1" />
<Compile Include="Public\Get-RedisConnectionString.ps1" />
<Compile Include="Public\Get-RemoteDotNetConfigPath.ps1" />
<Compile Include="Public\Get-ReportServerConfiguration.ps1" />
<Compile Include="Public\Get-ServerRoleEnvironmentalVariable.ps1" />
<Compile Include="Public\New-WebTierHostFileEntries.tests.ps1" />
<Compile Include="Public\Rename-NewLogConfig.ps1" />
<Compile Include="Public\Rename-TemporaryConfigFiles.ps1" />
<Compile Include="Public\Rename-TemporaryConfigFiles.tests.ps1" />
<Compile Include="Public\Set-AlkamiConfigs.ps1" />
<Compile Include="Public\Set-BeaconFeatureSettings.ps1" />
<Compile Include="Public\Set-DefaultTLSVersion.ps1" />
<Compile Include="Public\Set-EagleEyePermissions.ps1" />
<Compile Include="Public\Set-NewRelicAppName.ps1" />
<Compile Include="Public\Set-NewRelicAppName.tests.ps1" />
<Compile Include="Public\Set-NewRelicAppNameConfigFileValue.ps1" />
<Compile Include="Public\Set-ORBEnvironmentalVariables.ps1" />
<Compile Include="Public\Set-RedisConnectionString.ps1" />
<Compile Include="Public\Set-RegistryKeyValue.ps1" />
<Compile Include="Public\Set-StaticConfigValues.ps1" />
<Compile Include="Public\Set-StaticConfigValues.tests.ps1" />
<Compile Include="Public\Test-IsAppServer.ps1" />
<Compile Include="Public\Test-IsAws.ps1" />
<Compile Include="Public\Test-IsAws.tests.ps1" />
<Compile Include="Public\Test-IsDeveloperMachine.Tests.ps1" />
<Compile Include="Public\Test-IsDeveloperMachine.ps1" />
<Compile Include="Public\Test-IsEntrustServer.ps1" />
<Compile Include="Public\Test-IsMicroServer.ps1" />
<Compile Include="Public\Test-IsServiceFabricServer.ps1" />
<Compile Include="Public\Test-IsWebServer.ps1" />
<Compile Include="Public\Test-ORBEnvironmentalVariables.ps1" />
<Compile Include="Public\Test-AlkamiManifest.ps1" />
<Compile Include="Public\Test-RegistryKey.ps1" />
<Compile Include="Public\Test-IsWindowsServer.ps1" />
<Compile Include="Public\Test-IsWindowsServer.tests.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.Configuration.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>