File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments