Changeset 12546 for trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj
- Timestamp:
- 06/30/15 12:31:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj
r12523 r12546 23 23 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> 24 24 <RestorePackages>true</RestorePackages> 25 <WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>26 25 </PropertyGroup> 27 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 44 43 </PropertyGroup> 45 44 <ItemGroup> 46 <Reference Include="Antlr3.Runtime, Version=3. 4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">47 < HintPath>..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>48 < Private>True</Private>45 <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> 46 <SpecificVersion>False</SpecificVersion> 47 <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> 49 48 </Reference> 50 49 <Reference Include="Microsoft.CSharp" /> … … 53 52 <Private>True</Private> 54 53 </Reference> 55 <Reference Include="Newtonsoft.Json, Version= 6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">56 < HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>57 < Private>True</Private>54 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> 58 57 </Reference> 59 58 <Reference Include="System" /> … … 118 117 </Reference> 119 118 <Reference Include="System.Net.Http.WebRequest"> 120 </Reference>121 <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">122 <HintPath>..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>123 <Private>True</Private>124 119 </Reference> 125 120 </ItemGroup> … … 169 164 <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" /> 170 165 <Content Include="WebApp\app.js" /> 171 <Content Include="WebApp\plugins\login\login.css"> 172 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 173 </Content> 174 <Content Include="WebApp\plugins\login\login.js"> 175 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 176 </Content> 177 <Content Include="WebApp\plugins\login\loginCtrl.js"> 178 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 179 </Content> 166 <Content Include="WebApp\plugins\about\about.js" /> 167 <Content Include="WebApp\plugins\about\aboutCtrl.js" /> 168 <Content Include="WebApp\plugins\login\login.css" /> 169 <Content Include="WebApp\plugins\login\login.js" /> 170 <Content Include="WebApp\plugins\login\loginCtrl.js" /> 180 171 <Content Include="WebApp\plugins\plugins\pluginsExceptionCtrl.js" /> 181 <Content Include="WebApp\plugins\plugins\plugins.js"> 182 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 183 </Content> 184 <Content Include="WebApp\plugins\plugins\pluginsCtrl.js"> 185 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 186 </Content> 172 <Content Include="WebApp\plugins\plugins\plugins.js" /> 173 <Content Include="WebApp\plugins\plugins\pluginsCtrl.js" /> 187 174 <Content Include="WebApp\plugins\plugins\pluginsService.js" /> 188 175 <Content Include="WebApp\shared\directives\flot.js" /> … … 226 213 <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" /> 227 214 <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" /> 215 <Content Include="WebApp\shared\filter\filters.js" /> 228 216 <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" /> 229 217 <Content Include="WebApp\shared\layout\layout.cshtml" /> … … 233 221 <Content Include="WebApp\shared\menu\menu.cshtml" /> 234 222 <Content Include="WebApp\shared\restricted\empty.cshtml" /> 235 <Content Include="WebApp\plugins\login\login.cshtml"> 236 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 237 </Content> 238 <Content Include="WebApp\plugins\plugins\plugins.cshtml"> 239 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 240 </Content> 241 <Content Include="WebApp\plugins\plugins\Web.config"> 242 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 243 </Content> 223 <Content Include="WebApp\plugins\login\login.cshtml" /> 224 <Content Include="WebApp\plugins\plugins\plugins.cshtml" /> 225 <Content Include="WebApp\plugins\plugins\Web.config" /> 244 226 </ItemGroup> 245 227 <ItemGroup> … … 259 241 <Name>HeuristicLab.Services.Hive-3.3</Name> 260 242 </ProjectReference> 243 </ItemGroup> 244 <ItemGroup> 245 <Content Include="WebApp\plugins\about\about.cshtml" /> 261 246 </ItemGroup> 262 247 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.