|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<Description>Yavsc server common library</Description>
|
|
|
|
<Description>Yavsc server common library</Description>
|
|
|
|
<VersionPrefix>1.0.5</VersionPrefix>
|
|
|
|
<VersionPrefix>1.0.5</VersionPrefix>
|
|
|
|
@ -17,16 +17,13 @@
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
|
|
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Remove="wwwroot;node_modules;bower_components;contrib" />
|
|
|
|
<Compile Remove="wwwroot;node_modules;bower_components;contrib" />
|
|
|
|
<EmbeddedResource Include="Resources\**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
|
|
|
|
<EmbeddedResource Include="Resources\**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../Yavsc.Abstract/Yavsc.Abstract.csproj" />
|
|
|
|
<ProjectReference Include="../Yavsc.Abstract/Yavsc.Abstract.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="EntityFramework.Commands" Version="7.0.0-rc1-final" />
|
|
|
|
<PackageReference Include="EntityFramework.Commands" Version="7.0.0-rc1-final" />
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="3.0.0-rc1-*" />
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="3.0.0-rc1-*" />
|
|
|
|
@ -49,7 +46,6 @@
|
|
|
|
<PackageReference Include="MailKit" Version="1.12.0" />
|
|
|
|
<PackageReference Include="MailKit" Version="1.12.0" />
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.3.0" />
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.3.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'dnx451' ">
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'dnx451' ">
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
@ -60,7 +56,6 @@
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
@ -70,7 +65,6 @@
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
<Reference Include="System.Json" />
|
|
|
|
@ -79,6 +73,6 @@
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
|
|
<Content Include="Models\IT\Project.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|
|