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

109 lines
6.0 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>{1de98344-48dc-478c-bb71-9c75e93e6981}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.Choco</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.Choco")</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.Choco.psd1" />
<Compile Include="Public\Compare-InstalledChocoPackages.ps1" />
<Compile Include="Public\Compare-InstalledChocoPackages.Tests.ps1" />
<Compile Include="Public\Format-ParseChocoPackages.Tests.ps1" />
<Compile Include="Public\Get-BasicAuthHeader.ps1" />
<Compile Include="Public\Get-ChocolateyParameterString.ps1" />
<Compile Include="Public\Convert-SystemVersion.ps1" />
<Compile Include="Public\Get-ChocolateySources.ps1" />
<Compile Include="Public\Get-ChocolateySources.ps1" />
<Compile Include="Public\Get-ChocoState.ps1" />
<Compile Include="Private\Get-ChocoStateReleaseInput.ps1" />
<Compile Include="Private\IsPackageWidget.ps1" />
<Compile Include="Private\Test-ChocoPackagesAvailablePrivate.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Format-ParseChocoPackages.ps1" />
<Compile Include="Public\Get-CategorizedChocoPackages.ps1" />
<Compile Include="Public\Get-ChocoState.ps1" />
<Compile Include="Public\Get-FriendlyChocoPackageName.ps1" />
<Compile Include="Public\Get-MicroservicesWithMigrations.ps1" />
<Compile Include="Public\Get-MicroserviceTiers.ps1" />
<Compile Include="Public\Get-PackageAlkamiManifest.ps1" />
<Compile Include="Public\Get-PackageFile.ps1" />
<Compile Include="Public\Get-ChocolateyParameterString.tests.ps1" />
<Compile Include="Public\Get-PackageFile.Tests.ps1" />
<Compile Include="Public\Get-PackageFileList.ps1" />
<Compile Include="Public\Get-PackageInstallationData.ps1" />
<Compile Include="Public\Get-PackageInstallationData.Tests.ps1" />
<Compile Include="Public\Get-PackageMetadata.ps1" />
<Compile Include="Public\Get-PackageMetadata.Tests.ps1" />
<Compile Include="Public\Get-PackageNuspecXML.ps1" />
<Compile Include="Public\Get-RemoteInstalledChocoPackages.ps1" />
<Compile Include="Public\Get-ServicesByTier.ps1" />
<Compile Include="Public\Install-ExistingMicroservicesWithMigrations.ps1" />
<Compile Include="Public\Install-FailedChocoPackages.ps1" />
<Compile Include="Public\Install-ManualChocoPackages.ps1" />
<Compile Include="Public\Install-MicroservicesWithMigrations.ps1" />
<Compile Include="Public\Invoke-ChocoInstallPackages.ps1" />
<Compile Include="Public\Invoke-ChocoInstallPackagesPrivate.ps1" />
<Compile Include="Public\Invoke-ChocoInstallPackagesPrivate.tests.ps1" />
<Compile Include="Public\Publish-ChocoPackage.ps1" />
<Compile Include="Public\Set-ChocoPackageSourceFeeds.ps1" />
<Compile Include="Public\Set-ChocoPackageTags.ps1" />
<Compile Include="Public\Test-ChocoPackagesAvailable.ps1" />
<Compile Include="Public\Test-ChocoPackagesInstalled.ps1" />
<Compile Include="Public\Test-IsChocoPackageInstalled.ps1" />
<Compile Include="Public\Test-IsPackageDbms.ps1" />
<Compile Include="Public\Test-IsPackageFullScaleMicroservice.ps1" />
<Compile Include="Public\Test-IsPackageInFeed.ps1" />
<Compile Include="Public\Test-IsPackageInfrastructureMicroservice.ps1" />
<Compile Include="Public\Test-IsPackageInstaller.ps1" />
<Compile Include="Public\Test-IsPackageMicroservice.ps1" />
<Compile Include="Public\Test-IsPackagePowerShellModule.ps1" />
<Compile Include="Public\Test-IsPackageReliableService.ps1" />
<Compile Include="Public\Test-IsPackageReliableService.Tests.ps1" />
<Compile Include="Public\Test-IsPackageUpgradeOnly.ps1" />
<Compile Include="Public\Test-ManualChocoCommandsExecuted.ps1" />
<Compile Include="Public\Test-PackageHasAlkamiManifest.ps1" />
<Compile Include="Public\Test-PackageHasAlkamiManifest.Tests.ps1" />
<Compile Include="Public\Test-PackageHasDependency.ps1" />
<Compile Include="Public\Test-PackageHasInfrastructureMigrations.ps1" />
<Compile Include="Public\Test-PackageHasInfrastructureMigrations.Tests.ps1" />
<Compile Include="Public\Update-ChocoPackagesFile.ps1" />
<Compile Include="Public\Update-FeedAuthentication.ps1" />
<Compile Include="Public\Write-ChocoPackagesToFile.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.PowerShell.Choco.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>