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

177 lines
9.7 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>{61968e62-3368-4743-95e5-5270102432fc}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.Common</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.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>
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.PowerShell.Common.psd1" />
<Compile Include="Public\Add-HostsFileContent.tests.ps1" />
<Compile Include="Public\Backup-LogFiles.ps1" />
<Compile Include="Public\Compare-MetadataPart.ps1" />
<Compile Include="Public\Compare-ReleaseMetadata.ps1" />
<Compile Include="Public\Compare-SemVer.ps1" />
<Compile Include="Public\ConvertFrom-JsonToHashtable.ps1" />
<Compile Include="Public\Get-CPUUsage.ps1" />
<Compile Include="Public\Get-ServerTypeByHostname.ps1" />
<Compile Include="Public\Invoke-CommandWithRetry.ps1" />
<Compile Include="Public\Remove-FileSystemItem.Tests.ps1" />
<Compile Include="Public\Find-CertificateByName.ps1" />
<Compile Include="Public\Format-Url.tests.ps1" />
<Compile Include="Public\Get-AlkamiManifestFilename.ps1" />
<Compile Include="Public\Get-AvailabilityZone.tests.ps1" />
<Compile Include="Public\Get-CurrentInstance.tests.ps1" />
<Compile Include="Public\Get-CurrentInstanceId.tests.ps1" />
<Compile Include="Public\Get-CurrentInstanceTags.tests.ps1" />
<Compile Include="Public\Get-TempOrbDeployPath.ps1" />
<Compile Include="Public\Get-UncPath.tests.ps1" />
<Compile Include="Public\Invoke-Parallel.tests.ps1" />
<Compile Include="Public\Import-AWSModule.ps1" />
<Compile Include="Public\Set-AppSetting.tests.ps1" />
<Compile Include="Public\Get-ChocolateyInstallPath.ps1" />
<Compile Include="Public\Get-CurrentInstanceAvailabilityZone.ps1" />
<Compile Include="Public\Get-CurrentInstanceAvailabilityZone.tests.ps1" />
<Compile Include="Public\Get-CurrentInstanceRegion.ps1" />
<Compile Include="Public\Get-CurrentInstanceRegion.tests.ps1" />
<Compile Include="Public\Get-DefaultLog4NetPathForPackage.ps1" />
<Compile Include="Public\Get-FilteredStringArray.ps1" />
<Compile Include="Public\Get-FilteredStringArray.Tests.ps1" />
<Compile Include="Public\Get-IPAddressesForName.ps1" />
<Compile Include="Public\Close-SMBApplicationLocks.tests.ps1" />
<Compile Include="Public\Get-AppSetting.tests.ps1" />
<Compile Include="Public\Get-AvailabilityZone.ps1" />
<Compile Include="Public\Get-ConnectionString.ps1" />
<Compile Include="Public\Get-DotNetVersion.tests.ps1" />
<Compile Include="Public\Get-HostsFileContent.tests.ps1" />
<Compile Include="Public\Get-IpAddress.ps1" />
<Compile Include="Public\Get-PasswordFromCredential.ps1" />
<Compile Include="Public\Get-SecretServerUri.ps1" />
<Compile Include="Public\Get-SecureString.ps1" />
<Compile Include="Public\Get-SecureString.tests.ps1" />
<Compile Include="Public\Get-SecurityPolicy.ps1" />
<Compile Include="Public\Get-SecurityPolicySetting.tests.ps1" />
<Compile Include="Public\Get-ServerByType.ps1" />
<Compile Include="Public\Get-ServerByType.tests.ps1" />
<Compile Include="Public\Get-UncPath.ps1" />
<Compile Include="Public\Get-VersionPSObject.ps1" />
<Compile Include="Public\Invoke-QueryOnClientDatabase.ps1" />
<Compile Include="Public\Format-Url.ps1" />
<Compile Include="Private\ConfigurationValues.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Add-DirectoryToPath.ps1" />
<Compile Include="Public\Add-HostsFileContent.ps1" />
<Compile Include="Public\Backup-AlkamiLogs.ps1" />
<Compile Include="Public\Backup-AlkamiOrb.ps1" />
<Compile Include="Public\Backup-ORBLogFiles.ps1" />
<Compile Include="Public\Close-SMBApplicationLocks.ps1" />
<Compile Include="Public\Copy-ObjectProperties.ps1" />
<Compile Include="Public\Get-7ZipPath.ps1" />
<Compile Include="Public\Get-AppSetting.ps1" />
<Compile Include="Public\Get-CurrentInstance.ps1" />
<Compile Include="Public\Get-CurrentInstanceId.ps1" />
<Compile Include="Public\Get-CurrentInstanceTags.ps1" />
<Compile Include="Public\Get-DotNetConfigPath.ps1" />
<Compile Include="Public\Get-DotNetVersion.ps1" />
<Compile Include="Public\Get-FilesNoSymlink.ps1" />
<Compile Include="Public\Get-FullyQualifiedServerName.ps1" />
<Compile Include="Public\Get-HostsFileContent.ps1" />
<Compile Include="Public\Get-LogLeadName.ps1" />
<Compile Include="Public\Get-MachineConfigAppSetting.ps1" />
<Compile Include="Public\Get-MachineKeyDecryptionKey.ps1" />
<Compile Include="Public\Get-MachineKeyValidationKey.ps1" />
<Compile Include="Public\Get-MasterConnectionString.ps1" />
<Compile Include="Public\Get-OrbLogsPath.ps1" />
<Compile Include="Public\Get-OrbPath.ps1" />
<Compile Include="Public\Get-OrbSharedPath.ps1" />
<Compile Include="Public\Get-OrbVersion.ps1" />
<Compile Include="Public\Get-ParentExecutionName.ps1" />
<Compile Include="Public\Get-ParentExecutionNameExampleUsage.ps1" />
<Compile Include="Public\Get-SecurityPolicySetting.ps1" />
<Compile Include="Public\Get-SetDifference.ps1" />
<Compile Include="Public\Get-Sha256Hash.ps1" />
<Compile Include="Public\Get-SidFromUsername.ps1" />
<Compile Include="Public\Get-TextEditorPath.ps1" />
<Compile Include="Public\Get-UsernameFromSid.ps1" />
<Compile Include="Public\Grant-RightsToFolderOrFile.ps1" />
<Compile Include="Public\Grant-UserLocalSecurityPolicyRights.ps1" />
<Compile Include="Public\Grant-UserProfileSystemPerformanceRights.ps1" />
<Compile Include="Public\Invoke-Parallel.ps1" />
<Compile Include="Public\Invoke-ParallelServers.ps1" />
<Compile Include="Public\New-AlkamiModule.ps1" />
<Compile Include="Public\Read-XMLFile.tests.ps1" />
<Compile Include="Public\Remove-FileSystemItem.ps1" />
<Compile Include="Public\Save-XMLFile.tests.ps1" />
<Compile Include="Public\Select-AlkamiAppServers.ps1" />
<Compile Include="Public\Select-AlkamiAppServers.tests.ps1" />
<Compile Include="Public\Select-AlkamiFabServers.ps1" />
<Compile Include="Public\Select-AlkamiFabServers.tests.ps1" />
<Compile Include="Public\Select-AlkamiMicServers.ps1" />
<Compile Include="Public\Select-AlkamiMicServers.tests.ps1" />
<Compile Include="Public\Select-AlkamiWebServers.ps1" />
<Compile Include="Public\Select-AlkamiWebServers.tests.ps1" />
<Compile Include="Public\Set-AppSetting.ps1" />
<Compile Include="Public\Set-ConnectionString.ps1" />
<Compile Include="Public\Set-SystemWebSettings.ps1" />
<Compile Include="Public\Set-XmlNodeValue.tests.ps1" />
<Compile Include="Public\Test-IsCollectionNullOrEmpty.ps1" />
<Compile Include="Public\Test-IsNull.ps1" />
<Compile Include="Public\Test-IsNull.tests.ps1" />
<Compile Include="Public\Test-IsPsModuleInstalled.ps1" />
<Compile Include="Public\Test-IsPsModuleInstalled.tests.ps1" />
<Compile Include="Public\Test-PathIsInApprovedPackageLocation.ps1" />
<Compile Include="Public\Test-PathIsInApprovedPackageLocation.tests.ps1" />
<Compile Include="Public\Use-Module.ps1" />
<Compile Include="Public\Move-LogsAndDeleteDotNetTemps.ps1" />
<Compile Include="Public\New-7Zip.ps1" />
<Compile Include="Public\New-AlkamiEventSource.ps1" />
<Compile Include="Public\Open-UrlInDefaultBrowser.ps1" />
<Compile Include="Public\Read-MachineConfig.ps1" />
<Compile Include="Public\Read-XMLFile.ps1" />
<Compile Include="Public\Remove-DotNetTemporaryFiles.ps1" />
<Compile Include="Public\Remove-OldArchivedLogFiles.ps1" />
<Compile Include="Public\Revoke-LogonUsers.ps1" />
<Compile Include="Public\Save-XMLFile.ps1" />
<Compile Include="Public\Search-ForRunningWorkerProcesses.ps1" />
<Compile Include="Public\Set-RegistryValue.ps1" />
<Compile Include="Public\Set-XmlNodeValue.ps1" />
<Compile Include="Public\Stop-ProcessIfFound.ps1" />
<Compile Include="Public\Test-IsAdmin.ps1" />
<Compile Include="Public\Write-ArrayToOutput.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.Common.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>