71 lines
3.2 KiB
XML
71 lines
3.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback>
|
|
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
|
|
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Pics\**" />
|
|
<Content Remove="Pics\**" />
|
|
<EmbeddedResource Remove="Pics\**" />
|
|
<None Remove="Pics\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Dapper" Version="1.50.2" />
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Session" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Views\Catalog\" />
|
|
<Folder Include="wwwroot\css\catalog\" />
|
|
<Folder Include="wwwroot\fonts\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" />
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.1.1" />
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.1" />
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.2" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="wwwroot\images\products\1.png" />
|
|
<None Include="wwwroot\images\products\10.png" />
|
|
<None Include="wwwroot\images\products\11.png" />
|
|
<None Include="wwwroot\images\products\12.png" />
|
|
<None Include="wwwroot\images\products\2.png" />
|
|
<None Include="wwwroot\images\products\3.png" />
|
|
<None Include="wwwroot\images\products\4.png" />
|
|
<None Include="wwwroot\images\products\5.png" />
|
|
<None Include="wwwroot\images\products\6.png" />
|
|
<None Include="wwwroot\images\products\7.png" />
|
|
<None Include="wwwroot\images\products\8.png" />
|
|
<None Include="wwwroot\images\products\9.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Update="appsettings.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
</Project>
|