Skip to content

Commit

Permalink
Add nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
nooperation committed Mar 20, 2018
1 parent d642688 commit f04690e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Build/SanTools.LibUserPreferences.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(Platform)' == 'x64'">
<None Include="$(MSBuildThisFileDirectory)..\contentFiles\x64\LibUserPreferences.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
</ItemGroup>
</Project>
19 changes: 19 additions & 0 deletions Package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>SanTools.LibUserPreferences</id>
<version>$version$</version>
<authors>NoOperation</authors>
<owners>NoOperation</owners>
<licenseUrl>https://github.com/nooperation/UserPreferencesExplorer/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nooperation/UserPreferencesExplorer/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tools for interacting with the encrypted UserPreferences.bag for Project Sansar </description>
<copyright>Copyright 2018</copyright>
<tags>Native SanTools Sansar UserPreferences</tags>
</metadata>
<files>
<file src="build\**" target="build" />
<file src="x64\Release\LibUserPreferences.dll" target="contentFiles\x64\LibUserPreferences.dll" />
</files>
</package>

0 comments on commit f04690e

Please sign in to comment.