Skip to content

Commit 63c8fe7

Browse files
authored
Merge pull request #3 from nooperation/add_nuget_config
Add nuget config
2 parents d642688 + f04690e commit 63c8fe7

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Condition="'$(Platform)' == 'x64'">
4+
<None Include="$(MSBuildThisFileDirectory)..\contentFiles\x64\LibUserPreferences.dll">
5+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6+
<Visible>False</Visible>
7+
</None>
8+
</ItemGroup>
9+
</Project>

Package.nuspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SanTools.LibUserPreferences</id>
5+
<version>$version$</version>
6+
<authors>NoOperation</authors>
7+
<owners>NoOperation</owners>
8+
<licenseUrl>https://github.com/nooperation/UserPreferencesExplorer/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/nooperation/UserPreferencesExplorer/</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Tools for interacting with the encrypted UserPreferences.bag for Project Sansar </description>
12+
<copyright>Copyright 2018</copyright>
13+
<tags>Native SanTools Sansar UserPreferences</tags>
14+
</metadata>
15+
<files>
16+
<file src="build\**" target="build" />
17+
<file src="x64\Release\LibUserPreferences.dll" target="contentFiles\x64\LibUserPreferences.dll" />
18+
</files>
19+
</package>

0 commit comments

Comments
 (0)