forked from SymbolSource/SymbolSource.Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SymbolSource.Server.Basic.nuspec
56 lines (54 loc) · 3.66 KB
/
SymbolSource.Server.Basic.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<package >
<metadata>
<id>SymbolSource.Server.Basic</id>
<version>1.3.2.2</version>
<authors>SymbolSource</authors>
<owners>SymbolSource</owners>
<projectUrl>http://www.symbolsource.org/Public/Blog/View/2012-03-13/Releasing_the_community_edition_of_SymbolSource</projectUrl>
<iconUrl>http://www.symbolsource.org/Content/logos/symbolsource.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Symbol and source server counterpart to NuGet.Server. Can also host NuGet and OpenWrap packages on its own.
</description>
<copyright>Copyright SymbolSource 2012</copyright>
<tags>SymbolSource Debugging Debug Symbols Source Server PDB NuGet SrcSrv</tags>
<dependencies>
<dependency id="AttributeRouting" version="3.1.2" />
<dependency id="Castle.Core" version="3.1.0" />
<dependency id="Castle.Windsor" version="3.1.0" />
<dependency id="DotNetZip" version="1.9.1.8" />
<dependency id="SharpZipLib" version="0.86.0" />
<dependency id="elmah" version="1.2.0.1" />
<dependency id="log4net" version="[1.2.10]"/>
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
<dependency id="Mono.Cecil" version="0.9.5.1" />
<dependency id="NuGet.Core" version="2.1.0" />
<dependency id="SymbolSource.Microsoft.Cci.Metadata" version="1.0.65055.0" />
<dependency id="WebActivator" version="1.5.1" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Dependencies\Delimon.Win32.IO.dll" target="lib\net40" />
<file src="Sources\SymbolSource.Server.Basic\bin\Release\SymbolSource.Server.Basic.*" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.Core\bin\Release\SymbolSource.Gateway.Core.*" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.NuGet.Core\bin\Release\SymbolSource.Gateway.NuGet.Core.*" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.OpenWrap.Core\bin\Release\SymbolSource.Gateway.OpenWrap.Core.*" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.OpenWrap.Core\bin\Release\OpenWrap.dll" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.OpenWrap.Core\bin\Release\OpenRasta.Client.dll" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.OpenWrap.Core\bin\Release\OpenFileSystem.dll" target="lib\net40" />
<file src="Sources\SymbolSource.Gateway.WinDbg.Core\bin\Release\SymbolSource.Gateway.WinDbg.Core.*" target="lib\net40" />
<file src="Sources\SymbolSource.Processing.Basic\bin\Release\SymbolSource.Processing.Basic.*" target="lib\net40" />
<file src="Sources\SymbolSource.Server.Management.Client\bin\Release\SymbolSource.Server.Management.Client.*" target="lib\net40" exclude="**\*.config" />
<file src="Sources\**\*.cs" target="src" />
<file src="Sources\SymbolSource.Server.Basic.Host\Data\Web.config" target="content\Data\Web.config" />
<file src="Sources\SymbolSource.Server.Basic.Host\Index\Web.config" target="content\Index\Web.config" />
<file src="Sources\SymbolSource.Server.Basic.Host\Views\Home\Index.cshtml" target="content\Views\Home\Index.cshtml" />
<file src="Sources\SymbolSource.Server.Basic.Host\Views\Home\Diagnostics.cshtml" target="content\Views\Home\Diagnostics.cshtml" />
<file src="Sources\SymbolSource.Server.Basic.Host\favicon.png" target="content\favicon.png" />
<file src="Sources\SymbolSource.Server.Basic.Host\Web.config.transform" target="content\Web.config.transform" />
</files>
</package>