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

82 lines
4.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>{54d03dc1-d279-4278-842e-db0500e33196}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>Alkami.DevOps.Inventory</Name>
</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="tools\" />
<Folder Include="Public\" />
<Folder Include="Private\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Alkami.DevOps.Inventory.psd1" />
<Compile Include="Private\Add-CertificatesToInventoryDictionary.ps1" />
<Compile Include="Private\Get-CertificatePropertyHash.ps1" />
<Compile Include="Public\Get-ApplicationInventory.ps1" />
<Compile Include="Public\Get-AppSettingsInventory.ps1" />
<Compile Include="Public\Get-AppSettingsInventory.tests.ps1" />
<Compile Include="Public\Get-AppSettingsInventoryConfigPaths.ps1" />
<Compile Include="Public\Get-CertificateInventory.ps1" />
<Compile Include="Public\Get-ChocolateyInventory.ps1" />
<Compile Include="Public\Get-DotNetTempFilesCreationTime.ps1" />
<Compile Include="Public\Get-EnvironmentalVariables.ps1" />
<Compile Include="Public\Get-ConnectionStringInventory.ps1" />
<Compile Include="Public\Get-FileSystemInventory.ps1" />
<Compile Include="Public\Get-IISInventory.ps1" />
<Compile Include="Public\Get-IISResetHistory.ps1" />
<Compile Include="Public\Get-LocalSecurityPolicyInventory.ps1" />
<Compile Include="Public\Get-ModuleInventory.ps1" />
<Compile Include="Public\Get-ComputerUptime.ps1" />
<Compile Include="Public\Get-MemoryInventory.ps1" />
<Compile Include="Public\Get-OrbInventory.ps1" />
<Compile Include="Public\Get-PlatformElementInventory.ps1" />
<Compile Include="Public\Get-PlatformInventory.ps1" />
<Compile Include="Public\Get-ProcessorInventory.ps1" />
<Compile Include="Public\Get-RestartHistory.ps1" />
<Compile Include="Public\Get-ServiceFabricInventory.ps1" />
<Compile Include="Public\Get-SystemWebSettingsInventory.ps1" />
<Compile Include="Public\Get-TimeConfiguration.ps1" />
<Compile Include="Public\Get-WindowsFeatureInventory.ps1" />
<Compile Include="Public\Get-WindowsServiceInventory.ps1" />
<Compile Include="Private\VariableDeclarations.ps1" />
<Compile Include="Public\Get-MachineInventory.ps1" />
<Compile Include="Public\New-PlatformElementDetailPSObject.ps1" />
<Compile Include="Public\New-PlatformElementDetails.ps1" />
<Compile Include="Public\Remove-PlatformElementDetailById.ps1" />
<Compile Include="Public\Remove-PlatformElementDetails.ps1" />
<Compile Include="Public\Save-MachineManifest.ps1" />
<Compile Include="Public\Send-DeploymentManifestToS3.ps1" />
<Compile Include="Public\Sync-PlatformElementInventory.ps1" />
<Compile Include="Public\Update-PlatformElementInventory.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Alkami.DevOps.Inventory.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>