Skip to content

Commit 88b752f

Browse files
author
FriedrichWeinmann
committed
library in module
1 parent 7e9dd39 commit 88b752f

5 files changed

Lines changed: 121 additions & 2 deletions

File tree

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
RequiredModules = @("PSFramework")
4545

4646
# Assemblies that must be loaded prior to importing this module
47-
RequiredAssemblies = @()
47+
RequiredAssemblies = @('bin\PSModuleDevelopment.dll')
4848

4949
# Script files (.ps1) that are run in the caller's environment prior to
5050
# importing this module
6 KB
Binary file not shown.
13.5 KB
Binary file not shown.

PSModuleDevelopment/bin/PSModuleDevelopment.xml

Lines changed: 118 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/PSModuleDevelopment/PSModuleDevelopment/PSModuleDevelopment.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
<DebugSymbols>true</DebugSymbols>
1717
<DebugType>full</DebugType>
1818
<Optimize>false</Optimize>
19-
<OutputPath>bin\Debug\</OutputPath>
19+
<OutputPath>..\..\..\PSModuleDevelopment\bin\</OutputPath>
2020
<DefineConstants>DEBUG;TRACE</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
23+
<DocumentationFile>..\..\..\PSModuleDevelopment\bin\PSModuleDevelopment.xml</DocumentationFile>
2324
</PropertyGroup>
2425
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2526
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)