Skip to content

Commit

Permalink
adds missing meta and library file into TcoIo connector project libra…
Browse files Browse the repository at this point in the history
…ry (#587)
  • Loading branch information
PTKu authored Feb 21, 2023
1 parent 89f38e7 commit 3625e50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/TcoIo/src/TcoIoConnector/TcoIoConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
<ItemGroup>
<ProjectReference Include="..\..\..\TcoCore\src\TcoCoreConnector\TcoCoreConnector.csproj" />
</ItemGroup>


<ItemGroup>
<Content Include="_meta\TcoIo.library" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
<Content Include="_meta\TcoIo.json" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
<Content Include="_meta\version.info" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Localizations.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 3625e50

Please sign in to comment.