diff options
| -rw-r--r-- | Emby.Common.Implementations/project.fragment.lock.json | 17 | ||||
| -rw-r--r-- | Emby.Dlna/project.fragment.lock.json | 28 | ||||
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 8 | ||||
| -rw-r--r-- | MediaBrowser.MediaEncoding/packages.config | 4 | ||||
| -rw-r--r-- | Mono.Nat/project.fragment.lock.json | 17 |
5 files changed, 27 insertions, 47 deletions
diff --git a/Emby.Common.Implementations/project.fragment.lock.json b/Emby.Common.Implementations/project.fragment.lock.json index 6a89a6320..0d8df5a0e 100644 --- a/Emby.Common.Implementations/project.fragment.lock.json +++ b/Emby.Common.Implementations/project.fragment.lock.json @@ -5,30 +5,23 @@ "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Common.dll": {} + "bin/Release/MediaBrowser.Common.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Common.dll": {} - }, - "contentFiles": { - "bin/Debug/MediaBrowser.Common.pdb": { - "buildAction": "None", - "codeLanguage": "any", - "copyToOutput": true - } + "bin/Release/MediaBrowser.Common.dll": {} } }, "MediaBrowser.Model/1.0.0": { "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "contentFiles": { - "bin/Debug/MediaBrowser.Model.pdb": { + "bin/Release/MediaBrowser.Model.pdb": { "buildAction": "None", "codeLanguage": "any", "copyToOutput": true diff --git a/Emby.Dlna/project.fragment.lock.json b/Emby.Dlna/project.fragment.lock.json index 09e853c1c..df837d207 100644 --- a/Emby.Dlna/project.fragment.lock.json +++ b/Emby.Dlna/project.fragment.lock.json @@ -5,47 +5,33 @@ "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Common.dll": {} + "bin/Release/MediaBrowser.Common.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Common.dll": {} - }, - "contentFiles": { - "bin/Debug/MediaBrowser.Common.pdb": { - "buildAction": "None", - "codeLanguage": "any", - "copyToOutput": true - } + "bin/Release/MediaBrowser.Common.dll": {} } }, "MediaBrowser.Controller/1.0.0": { "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Controller.dll": {} + "bin/Release/MediaBrowser.Controller.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Controller.dll": {} - }, - "contentFiles": { - "bin/Debug/MediaBrowser.Controller.pdb": { - "buildAction": "None", - "codeLanguage": "any", - "copyToOutput": true - } + "bin/Release/MediaBrowser.Controller.dll": {} } }, "MediaBrowser.Model/1.0.0": { "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "contentFiles": { - "bin/Debug/MediaBrowser.Model.pdb": { + "bin/Release/MediaBrowser.Model.pdb": { "buildAction": "None", "codeLanguage": "any", "copyToOutput": true diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 2b2c74f36..99cec0316 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -44,8 +44,9 @@ <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> - <Reference Include="UniversalDetector"> - <HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath> + <Reference Include="UniversalDetector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\UniversalDetector.1.0.1\lib\portable-net45+sl4+wp71+win8+wpa81\UniversalDetector.dll</HintPath> + <Private>True</Private> </Reference> </ItemGroup> <ItemGroup> @@ -107,6 +108,9 @@ <ItemGroup> <EmbeddedResource Include="Probing\whitelist.txt" /> </ItemGroup> + <ItemGroup> + <None Include="packages.config" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. diff --git a/MediaBrowser.MediaEncoding/packages.config b/MediaBrowser.MediaEncoding/packages.config new file mode 100644 index 000000000..bac7840a5 --- /dev/null +++ b/MediaBrowser.MediaEncoding/packages.config @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<packages> + <package id="UniversalDetector" version="1.0.1" targetFramework="net46" /> +</packages>
\ No newline at end of file diff --git a/Mono.Nat/project.fragment.lock.json b/Mono.Nat/project.fragment.lock.json index 6a89a6320..0d8df5a0e 100644 --- a/Mono.Nat/project.fragment.lock.json +++ b/Mono.Nat/project.fragment.lock.json @@ -5,30 +5,23 @@ "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Common.dll": {} + "bin/Release/MediaBrowser.Common.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Common.dll": {} - }, - "contentFiles": { - "bin/Debug/MediaBrowser.Common.pdb": { - "buildAction": "None", - "codeLanguage": "any", - "copyToOutput": true - } + "bin/Release/MediaBrowser.Common.dll": {} } }, "MediaBrowser.Model/1.0.0": { "type": "project", "framework": ".NETPortable,Version=v4.5,Profile=Profile7", "compile": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "runtime": { - "bin/Debug/MediaBrowser.Model.dll": {} + "bin/Release/MediaBrowser.Model.dll": {} }, "contentFiles": { - "bin/Debug/MediaBrowser.Model.pdb": { + "bin/Release/MediaBrowser.Model.pdb": { "buildAction": "None", "codeLanguage": "any", "copyToOutput": true |
