ps/Modules/Cole.PowerShell.Developer/Cole.PowerShell.Developer.pssproj
2023-05-30 22:51:22 -07:00

41 lines
1.9 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>{f076c5f2-1bf5-4fbb-b59f-26ab9f2a2bbb}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Cole.PowerShell.Developer</RootNamespace>
<AssemblyName>Cole.PowerShell.Developer</AssemblyName>
<Name>Cole.PowerShell.Developer</Name>
<PostBuildScript>Invoke-Pester;</PostBuildScript>
<PreBuildScript>..\build-project.ps1 (Join-Path $(SolutionDir) "Cole.PowerShell.Developer")</PreBuildScript>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Folder Include="Private\" />
<Folder Include="Public\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cole.PowerShell.Developer.psd1" />
<Compile Include="Public\Get-HelloWorld.ps1" />
<Compile Include="Private\Get-HelloWorldInternal.ps1" />
<Compile Include="tools\chocolateyInstall.ps1" />
<Compile Include="tools\chocolateyUninstall.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Cole.PowerShell.Developer.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>