ps/Modules/Alkami.Ops.Certificates/Alkami.Ops.Certificates.csproj
2023-05-30 22:51:22 -07:00

120 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AD323736-DE44-42D9-A574-F61A42C69CF8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Alkami.Ops.Certificates</RootNamespace>
<AssemblyName>Alkami.Ops.Certificates</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</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>
<PlatformTarget>x64</PlatformTarget>
</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>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Management" />
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.PowerShell.5.ReferenceAssemblies.1.1.0\lib\net4\System.Management.Automation.dll</HintPath>
</Reference>
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cmdlets\GetAllThumbprintsInStores.cs" />
<Compile Include="Cmdlets\GetCertNameByThumbprint.cs" />
<Compile Include="Cmdlets\GetCertThumbprintByName.cs" />
<Compile Include="Cmdlets\GetUntrackedCertificates.cs" />
<Compile Include="Cmdlets\ImportCertificatesToSecretServer.cs" />
<Compile Include="Cmdlets\ImportCertificatesFromSecretServer.cs" />
<Compile Include="Cmdlets\Remove-SecretsInFriendlySecretsFolder.cs" />
<Compile Include="Cmdlets\Remove-SecretsInMachineSecretsFolder.cs" />
<Compile Include="Cmdlets\WriteCertStoreHashToFile.cs" />
<Compile Include="Data\CertificateInfo.cs" />
<Compile Include="Data\EnvironmentInfo.cs" />
<Compile Include="Data\SecretZipInfo.cs" />
<Compile Include="Data\ServerInfo.cs" />
<Compile Include="Cmdlets\OptimizePodSecrets.cs" />
<Compile Include="Data\StoreInfo.cs" />
<Compile Include="Data\TrackedCertInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Utilities\QuickWatch.cs" />
<Compile Include="SecretServerImporter.cs" />
<Compile Include="SecretServer\Models\Folder.cs" />
<Compile Include="SecretServer\Models\Secret.cs" />
<Compile Include="SecretServer\Models\SecretField.cs" />
<Compile Include="SecretServer\Models\SecretSearch.cs" />
<Compile Include="SecretServer\Models\SecretTemplate.cs" />
<Compile Include="SecretServer\SecretServerClient.cs" />
<Compile Include="Utilities\Extensions.cs" />
<None Include="tools\chocolateyInstall.ps1" />
<None Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<None Include="Alkami.Ops.Certificates.nuspec" />
<None Include="Alkami.Ops.Certificates.psd1" />
<None Include="Scripts\ExportRemoteCertificates.ps1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Alkami.Ops.Common\Alkami.Ops.Common.csproj">
<Project>{fa9745dd-68ac-4194-9c33-acf19411d357}</Project>
<Name>Alkami.Ops.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>