|
40 | 40 | </PropertyGroup> |
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="ServiceStack"> |
43 | | - <HintPath>..\packages\ServiceStack.3.9.43\lib\net35\ServiceStack.dll</HintPath> |
| 43 | + <HintPath>packages\ServiceStack.3.9.43\lib\net35\ServiceStack.dll</HintPath> |
| 44 | + <Private>True</Private> |
44 | 45 | </Reference> |
45 | 46 | <Reference Include="ServiceStack.Common"> |
46 | | - <HintPath>..\packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Common.dll</HintPath> |
| 47 | + <HintPath>packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Common.dll</HintPath> |
| 48 | + <Private>True</Private> |
47 | 49 | </Reference> |
48 | 50 | <Reference Include="ServiceStack.Interfaces"> |
49 | | - <HintPath>..\packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 51 | + <HintPath>packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 52 | + <Private>True</Private> |
50 | 53 | </Reference> |
51 | 54 | <Reference Include="ServiceStack.OrmLite"> |
52 | | - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.dll</HintPath> |
| 55 | + <HintPath>packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.dll</HintPath> |
| 56 | + <Private>True</Private> |
53 | 57 | </Reference> |
54 | 58 | <Reference Include="ServiceStack.OrmLite.SqlServer"> |
55 | | - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
| 59 | + <HintPath>packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
| 60 | + <Private>True</Private> |
56 | 61 | </Reference> |
57 | 62 | <Reference Include="ServiceStack.Redis"> |
58 | | - <HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 63 | + <HintPath>packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 64 | + <Private>True</Private> |
59 | 65 | </Reference> |
60 | 66 | <Reference Include="ServiceStack.ServiceInterface"> |
61 | | - <HintPath>..\packages\ServiceStack.3.9.43\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
| 67 | + <HintPath>packages\ServiceStack.3.9.43\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
62 | 68 | </Reference> |
63 | | - <Reference Include="ServiceStack.Text"> |
64 | | - <HintPath>..\packages\ServiceStack.Text.3.9.43\lib\net35\ServiceStack.Text.dll</HintPath> |
| 69 | + <Reference Include="ServiceStack.Text, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL"> |
| 70 | + <SpecificVersion>False</SpecificVersion> |
| 71 | + <HintPath>packages\ServiceStack.Text.3.9.43\lib\net35\ServiceStack.Text.dll</HintPath> |
65 | 72 | </Reference> |
66 | 73 | <Reference Include="System.Data.DataSetExtensions" /> |
67 | 74 | <Reference Include="System.Web.DynamicData" /> |
|
90 | 97 | <Compile Include="Properties\AssemblyInfo.cs" /> |
91 | 98 | </ItemGroup> |
92 | 99 | <ItemGroup> |
93 | | - <Content Include="packages.config" /> |
| 100 | + <Folder Include="uploads\thumbnails\" /> |
94 | 101 | </ItemGroup> |
95 | 102 | <ItemGroup> |
96 | | - <Folder Include="uploads\thumbnails\" /> |
| 103 | + <Content Include="packages.config" /> |
97 | 104 | </ItemGroup> |
98 | 105 | <PropertyGroup> |
99 | 106 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
0 commit comments