|
7 | 7 | <ProjectGuid>{6DC6D0F4-85F4-4380-9C49-FF26BC83D000}</ProjectGuid>
|
8 | 8 | <OutputType>Library</OutputType>
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>Dotnetlite</RootNamespace> |
11 |
| - <AssemblyName>Dotnetlite</AssemblyName> |
| 10 | + <RootNamespace>ClientLib</RootNamespace> |
| 11 | + <AssemblyName>ClientLib</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | </PropertyGroup>
|
|
36 | 36 | </PropertyGroup>
|
37 | 37 | <ItemGroup>
|
38 | 38 | <Reference Include="Amqp.Net, Version=1.2.0.0, Culture=neutral, PublicKeyToken=905a7b1e6458e0c3, processorArchitecture=MSIL">
|
39 |
| - <SpecificVersion>False</SpecificVersion> |
40 |
| - <HintPath>dlls\Amqp.Net.dll</HintPath> |
| 39 | + <HintPath>..\packages\AMQPNetLite.1.2.3\lib\net45\Amqp.Net.dll</HintPath> |
| 40 | + <Private>True</Private> |
41 | 41 | </Reference>
|
42 | 42 | <Reference Include="NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL">
|
43 |
| - <SpecificVersion>False</SpecificVersion> |
44 |
| - <HintPath>dlls\NDesk.Options.dll</HintPath> |
| 43 | + <HintPath>..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath> |
| 44 | + <Private>True</Private> |
45 | 45 | </Reference>
|
46 | 46 | <Reference Include="System" />
|
47 | 47 | <Reference Include="System.Core" />
|
|
65 | 65 | </ItemGroup>
|
66 | 66 | <ItemGroup>
|
67 | 67 | <None Include="App.config" />
|
68 |
| - </ItemGroup> |
69 |
| - <ItemGroup> |
70 |
| - <Content Include="dlls\Amqp.Net.dll" /> |
71 |
| - <Content Include="dlls\NDesk.Options.dll" /> |
| 68 | + <None Include="packages.config" /> |
72 | 69 | </ItemGroup>
|
73 | 70 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
74 | 71 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments