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

78 lines
3.9 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>{90fa52ce-26c5-44f0-a0c5-0ac3355e6fdc}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.DevOps.Certificates</Name>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.DevOps.Certificates")</PreBuildScript>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
</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.DevOps.Certificates.psd1" />
<Compile Include="Private\Export-CertChain.ps1" />
<Compile Include="Private\Export-CertificateToFileSystem.ps1" />
<Compile Include="Private\Get-Cert.ps1" />
<Compile Include="Private\Get-CertificateChain.ps1" />
<Compile Include="Private\Get-CertificateExportInfo.ps1" />
<Compile Include="Private\Get-CertificateExportName.ps1" />
<Compile Include="Private\Get-CertificateStoreName.ps1" />
<Compile Include="Private\SecretServerConnection.ps1" />
<Compile Include="Private\SecretServerConnection.tests.ps1" />
<Compile Include="Public\Export-Certificates.tests.ps1" />
<Compile Include="Public\Export-CertificatesToFileSystem.ps1" />
<Compile Include="Public\Get-PrivateKeyPermissions.ps1" />
<Compile Include="Public\Get-SecretServerConnection.ps1" />
<Compile Include="Public\Import-Certificates.tests.ps1" />
<Compile Include="Public\Import-PodFromSecretServer.ps1" />
<Compile Include="Public\Read-AppTierCertificates.ps1" />
<Compile Include="Public\Read-Certificates.ps1" />
<Compile Include="Public\Read-WebTierCertificates.ps1" />
<Compile Include="Public\Publish-PodToSecretServer.ps1" />
<Compile Include="Public\Save-CertificatesToDisk.ps1" />
<Compile Include="Public\Update-CertBindings.tests.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
<Compile Include="Private\Confirm-Cert.ps1" />
<Compile Include="Private\Export-Cert.ps1" />
<Compile Include="Public\Compress-Certificates.ps1" />
<Compile Include="Public\Export-Certificates.ps1" />
<Compile Include="Public\Get-ExpiringCertificates.ps1" />
<Compile Include="Private\Import-Cert.ps1" />
<Compile Include="Public\Import-Certificates.ps1" />
<Compile Include="Private\Set-CertPermissions.ps1" />
<Compile Include="Public\Update-CertBindings.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.DevOps.Certificates.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>