Skip to content

Commit

Permalink
fix: copy xmindsettings.json to build folder of target application
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 1, 2020
1 parent 39acbe7 commit 9099d10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
major: 0
minor: 4
patch: 2
patch: 3

version: $(major).$(minor).$(patch)+{branch}-{build}

Expand Down
12 changes: 9 additions & 3 deletions XMindAPI/XMindAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,27 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference> -->
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
<Content Include="./xmindsettings.json">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<!-- <Content Include="$(MSBuildThisFileDirectory)xmindsettings.json">
<Link>xmindsettings.json</Link>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content> -->
<Content Include="xmindsettings.json">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="\"/>
</ItemGroup>

<PropertyGroup>
<Description>XMind API that allows to build .xmind files programmatically</Description>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DocumentationFile>bin\XMindAPI.xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>

<PropertyGroup>
<PackageId>XMindCSharp</PackageId>
<Version></Version>
<PackageIcon>icon.png</PackageIcon>
<Authors>Alexey Nikiforov</Authors>
<Copyright>© Alexey Nikiforov</Copyright>
<Company> HYS Enterprise</Company>
Expand Down
Binary file added XMindAPI/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9099d10

Please sign in to comment.