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

57 lines
2.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>{fba000f5-4576-40e8-aab9-71e5239ed876}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.PowerShell.Database</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Alkami.PowerShell.Database")</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>
<Content Include="Alkami.PowerShell.Database.nuspec" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.PowerShell.Database.psd1" />
<Compile Include="Public\Get-DeveloperTenant.ps1" />
<Compile Include="Public\Get-FullTenantListFromServer.ps1" />
<Compile Include="Public\Import-DeveloperDynamicTenant.ps1" />
<Compile Include="Public\Import-TenantsToServer.ps1" />
<Compile Include="Public\Initialize-AlkamiDatabase.ps1" />
<Compile Include="Public\Invoke-Migrate.ps1" />
<Compile Include="Public\Get-MigrationRunnerPath.ps1" />
<Compile Include="Public\Get-DatabaseInstallPath.ps1" />
<Compile Include="Public\Get-FormattedConnectionString.ps1" />
<Compile Include="Public\Test-DatabaseExists.ps1" />
<Compile Include="Public\Confirm-DatabaseAccess.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</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>