mirror of https://github.com/Squidex/squidex.git
56 changed files with 410 additions and 2580 deletions
@ -1,6 +0,0 @@ |
|||||
{ |
|
||||
"projects": [ "src", "tests", "." ], |
|
||||
"sdk": { |
|
||||
"version": "1.0.0-preview2-1-003177" |
|
||||
} |
|
||||
} |
|
||||
@ -0,0 +1,18 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="protobuf-net" Version="2.1.0" /> |
||||
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
||||
|
<PackageReference Include="NodaTime" Version="2.0.0-beta20170123" /> |
||||
|
<PackageReference Include="NJsonSchema" Version="8.5.6255.20253" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' "> |
||||
|
<PackageReference Include="Microsoft.OData.Core" Version="6.15.0" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0.25420" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>47f3c27e-698b-4edf-a7e8-d7f4232afbb0</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Core</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,22 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"protobuf-net": "2.1.0", |
|
||||
"System.Collections.Immutable": "1.3.1", |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"NJsonSchema": "7.10.6235.25398" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1", |
|
||||
"Microsoft.OData.Core": "6.15.0" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Core" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,13 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="NodaTime" Version="2.0.0-beta20170123" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0.25420" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>25f66c64-058a-4d44-bc0c-f12a054f9a91</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Events</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,19 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Events" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,11 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="MongoDB.Driver" Version="2.4.2" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,24 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>6a811927-3c37-430a-90f4-503e37123956</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Infrastructure.MongoDb</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<ProjectExtensions> |
|
||||
<VisualStudio> |
|
||||
<UserProperties project_1json__JSONSchema="http://json.schemastore.org/project-1.0.0-beta6" /> |
|
||||
</VisualStudio> |
|
||||
</ProjectExtensions> |
|
||||
</Project> |
|
||||
@ -1,31 +0,0 @@ |
|||||
{ |
|
||||
"version": "1.0.0-*", |
|
||||
"dependencies": { |
|
||||
"Autofac": "4.3.0", |
|
||||
"Microsoft.Extensions.Logging": "1.1.0", |
|
||||
"MongoDB.Driver": "2.4.1", |
|
||||
"Newtonsoft.Json": "9.0.2-beta2", |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"System.Linq": "4.3.0", |
|
||||
"System.Reactive": "3.1.1", |
|
||||
"System.Reflection.TypeExtensions": "4.3.0", |
|
||||
"System.Security.Claims": "4.3.0" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"buildOptions": { |
|
||||
"embed": [ |
|
||||
"*.csv" |
|
||||
] |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Infrastructure.MongoDb" |
|
||||
} |
|
||||
} |
|
||||
@ -0,0 +1,12 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> |
||||
|
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.0" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,21 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>d7166c56-178a-4457-b56a-c615c7450dee</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Infrastructure.Redis</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,24 +0,0 @@ |
|||||
{ |
|
||||
"version": "1.0.0-*", |
|
||||
"dependencies": { |
|
||||
"Microsoft.Extensions.Caching.Abstractions": "1.1.0", |
|
||||
"Microsoft.Extensions.Logging": "1.1.0", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"StackExchange.Redis.StrongName": "1.2.0", |
|
||||
"System.Linq": "4.3.0", |
|
||||
"System.Reactive": "3.1.1", |
|
||||
"System.Reflection.TypeExtensions": "4.3.0", |
|
||||
"System.Security.Claims": "4.3.0" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Infrastructure.Redis" |
|
||||
} |
|
||||
} |
|
||||
@ -0,0 +1,15 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> |
||||
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.2-beta2" /> |
||||
|
<PackageReference Include="NodaTime" Version="2.0.0-beta20170123" /> |
||||
|
<PackageReference Include="System.Linq" Version="4.3.0" /> |
||||
|
<PackageReference Include="System.Reactive" Version="3.1.1" /> |
||||
|
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" /> |
||||
|
<PackageReference Include="System.Security.Claims" Version="4.3.0" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,24 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>bd1c30a8-8ffa-4a92-a9bd-b67b1cddd84c</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Infrastructure</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<ProjectExtensions> |
|
||||
<VisualStudio> |
|
||||
<UserProperties /> |
|
||||
</VisualStudio> |
|
||||
</ProjectExtensions> |
|
||||
</Project> |
|
||||
@ -1,25 +0,0 @@ |
|||||
{ |
|
||||
"version": "1.0.0-*", |
|
||||
"dependencies": { |
|
||||
"Microsoft.Extensions.Caching.Abstractions": "1.1.0", |
|
||||
"Microsoft.Extensions.Logging": "1.1.0", |
|
||||
"Newtonsoft.Json": "9.0.2-beta2", |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"protobuf-net": "2.1.0", |
|
||||
"System.Linq": "4.3.0", |
|
||||
"System.Reactive": "3.1.1", |
|
||||
"System.Reflection.TypeExtensions": "4.3.0", |
|
||||
"System.Security.Claims": "4.3.0" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Infrastructure" |
|
||||
} |
|
||||
} |
|
||||
@ -0,0 +1,22 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Events\Squidex.Events.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure.MongoDb\Squidex.Infrastructure.MongoDb.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Read\Squidex.Read.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="IdentityServer4" Version="1.1.1" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Identity.MongoDB" Version="1.0.2" /> |
||||
|
<PackageReference Include="MongoDB.Driver" Version="2.4.2" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' "> |
||||
|
<PackageReference Include="Microsoft.OData.Core" Version="6.15.0" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>28f8e9e2-fe24-41f7-a888-9fc244a9e2dd</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Read.MongoDb</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,23 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"IdentityServer4": "1.0.2", |
|
||||
"Microsoft.AspNetCore.Identity": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Identity.MongoDB": "1.0.2", |
|
||||
"MongoDB.Driver": "2.4.1", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Events": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"Squidex.Infrastructure.MongoDb": "1.0.0-*", |
|
||||
"Squidex.Read": "1.0.0-*" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1", |
|
||||
"Microsoft.OData.Core": "6.15.0" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,15 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Events\Squidex.Events.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.0" /> |
||||
|
<PackageReference Include="NodaTime" Version="2.0.0-beta20170123" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0.25420" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>a92b4734-2587-4f6f-97a3-741be48709a5</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Read</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,22 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"Microsoft.Extensions.Caching.Memory": "1.1.0", |
|
||||
"MongoDB.Driver": "2.4.1", |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Events": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Read" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -1,234 +0,0 @@ |
|||||
## Ignore Visual Studio temporary files, build results, and |
|
||||
## files generated by popular Visual Studio add-ons. |
|
||||
|
|
||||
# User-specific files |
|
||||
*.suo |
|
||||
*.user |
|
||||
*.userosscache |
|
||||
*.sln.docstates |
|
||||
|
|
||||
# User-specific files (MonoDevelop/Xamarin Studio) |
|
||||
*.userprefs |
|
||||
|
|
||||
# Build results |
|
||||
[Dd]ebug/ |
|
||||
[Dd]ebugPublic/ |
|
||||
[Rr]elease/ |
|
||||
[Rr]eleases/ |
|
||||
x64/ |
|
||||
x86/ |
|
||||
build/ |
|
||||
bld/ |
|
||||
[Bb]in/ |
|
||||
[Oo]bj/ |
|
||||
|
|
||||
# Visual Studio 2015 cache/options directory |
|
||||
.vs/ |
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot |
|
||||
#wwwroot/ |
|
||||
|
|
||||
# MSTest test Results |
|
||||
[Tt]est[Rr]esult*/ |
|
||||
[Bb]uild[Ll]og.* |
|
||||
|
|
||||
# NUNIT |
|
||||
*.VisualState.xml |
|
||||
TestResult.xml |
|
||||
|
|
||||
# Build Results of an ATL Project |
|
||||
[Dd]ebugPS/ |
|
||||
[Rr]eleasePS/ |
|
||||
dlldata.c |
|
||||
|
|
||||
# DNX |
|
||||
project.lock.json |
|
||||
artifacts/ |
|
||||
|
|
||||
*_i.c |
|
||||
*_p.c |
|
||||
*_i.h |
|
||||
*.ilk |
|
||||
*.meta |
|
||||
*.obj |
|
||||
*.pch |
|
||||
*.pdb |
|
||||
*.pgc |
|
||||
*.pgd |
|
||||
*.rsp |
|
||||
*.sbr |
|
||||
*.tlb |
|
||||
*.tli |
|
||||
*.tlh |
|
||||
*.tmp |
|
||||
*.tmp_proj |
|
||||
*.log |
|
||||
*.vspscc |
|
||||
*.vssscc |
|
||||
.builds |
|
||||
*.pidb |
|
||||
*.svclog |
|
||||
*.scc |
|
||||
|
|
||||
# Chutzpah Test files |
|
||||
_Chutzpah* |
|
||||
|
|
||||
# Visual C++ cache files |
|
||||
ipch/ |
|
||||
*.aps |
|
||||
*.ncb |
|
||||
*.opendb |
|
||||
*.opensdf |
|
||||
*.sdf |
|
||||
*.cachefile |
|
||||
|
|
||||
# Visual Studio profiler |
|
||||
*.psess |
|
||||
*.vsp |
|
||||
*.vspx |
|
||||
*.sap |
|
||||
|
|
||||
# TFS 2012 Local Workspace |
|
||||
$tf/ |
|
||||
|
|
||||
# Guidance Automation Toolkit |
|
||||
*.gpState |
|
||||
|
|
||||
# ReSharper is a .NET coding add-in |
|
||||
_ReSharper*/ |
|
||||
*.[Rr]e[Ss]harper |
|
||||
*.DotSettings.user |
|
||||
|
|
||||
# JustCode is a .NET coding add-in |
|
||||
.JustCode |
|
||||
|
|
||||
# TeamCity is a build add-in |
|
||||
_TeamCity* |
|
||||
|
|
||||
# DotCover is a Code Coverage Tool |
|
||||
*.dotCover |
|
||||
|
|
||||
# NCrunch |
|
||||
_NCrunch_* |
|
||||
.*crunch*.local.xml |
|
||||
nCrunchTemp_* |
|
||||
|
|
||||
# MightyMoose |
|
||||
*.mm.* |
|
||||
AutoTest.Net/ |
|
||||
|
|
||||
# Web workbench (sass) |
|
||||
.sass-cache/ |
|
||||
|
|
||||
# Installshield output folder |
|
||||
[Ee]xpress/ |
|
||||
|
|
||||
# DocProject is a documentation generator add-in |
|
||||
DocProject/buildhelp/ |
|
||||
DocProject/Help/*.HxT |
|
||||
DocProject/Help/*.HxC |
|
||||
DocProject/Help/*.hhc |
|
||||
DocProject/Help/*.hhk |
|
||||
DocProject/Help/*.hhp |
|
||||
DocProject/Help/Html2 |
|
||||
DocProject/Help/html |
|
||||
|
|
||||
# Click-Once directory |
|
||||
publish/ |
|
||||
|
|
||||
# Publish Web Output |
|
||||
*.[Pp]ublish.xml |
|
||||
*.azurePubxml |
|
||||
# TODO: Comment the next line if you want to checkin your web deploy settings |
|
||||
# but database connection strings (with potential passwords) will be unencrypted |
|
||||
*.pubxml |
|
||||
*.publishproj |
|
||||
|
|
||||
# NuGet Packages |
|
||||
*.nupkg |
|
||||
# The packages folder can be ignored because of Package Restore |
|
||||
**/packages/* |
|
||||
# except build/, which is used as an MSBuild target. |
|
||||
!**/packages/build/ |
|
||||
# Uncomment if necessary however generally it will be regenerated when needed |
|
||||
#!**/packages/repositories.config |
|
||||
|
|
||||
# Microsoft Azure Build Output |
|
||||
csx/ |
|
||||
*.build.csdef |
|
||||
|
|
||||
# Microsoft Azure Emulator |
|
||||
ecf/ |
|
||||
rcf/ |
|
||||
|
|
||||
# Microsoft Azure ApplicationInsights config file |
|
||||
ApplicationInsights.config |
|
||||
|
|
||||
# Windows Store app package directory |
|
||||
AppPackages/ |
|
||||
BundleArtifacts/ |
|
||||
|
|
||||
# Visual Studio cache files |
|
||||
# files ending in .cache can be ignored |
|
||||
*.[Cc]ache |
|
||||
# but keep track of directories ending in .cache |
|
||||
!*.[Cc]ache/ |
|
||||
|
|
||||
# Others |
|
||||
ClientBin/ |
|
||||
~$* |
|
||||
*~ |
|
||||
*.dbmdl |
|
||||
*.dbproj.schemaview |
|
||||
*.pfx |
|
||||
*.publishsettings |
|
||||
node_modules/ |
|
||||
orleans.codegen.cs |
|
||||
|
|
||||
# RIA/Silverlight projects |
|
||||
Generated_Code/ |
|
||||
|
|
||||
# Backup & report files from converting an old project file |
|
||||
# to a newer Visual Studio version. Backup files are not needed, |
|
||||
# because we have git ;-) |
|
||||
_UpgradeReport_Files/ |
|
||||
Backup*/ |
|
||||
UpgradeLog*.XML |
|
||||
UpgradeLog*.htm |
|
||||
|
|
||||
# SQL Server files |
|
||||
*.mdf |
|
||||
*.ldf |
|
||||
|
|
||||
# Business Intelligence projects |
|
||||
*.rdl.data |
|
||||
*.bim.layout |
|
||||
*.bim_*.settings |
|
||||
|
|
||||
# Microsoft Fakes |
|
||||
FakesAssemblies/ |
|
||||
|
|
||||
# GhostDoc plugin setting file |
|
||||
*.GhostDoc.xml |
|
||||
|
|
||||
# Node.js Tools for Visual Studio |
|
||||
.ntvs_analysis.dat |
|
||||
|
|
||||
# Visual Studio 6 build log |
|
||||
*.plg |
|
||||
|
|
||||
# Visual Studio 6 workspace options file |
|
||||
*.opt |
|
||||
|
|
||||
# Visual Studio LightSwitch build output |
|
||||
**/*.HTMLClient/GeneratedArtifacts |
|
||||
**/*.DesktopClient/GeneratedArtifacts |
|
||||
**/*.DesktopClient/ModelManifest.xml |
|
||||
**/*.Server/GeneratedArtifacts |
|
||||
**/*.Server/ModelManifest.xml |
|
||||
_Pvt_Extensions |
|
||||
|
|
||||
# Paket dependency manager |
|
||||
.paket/paket.exe |
|
||||
|
|
||||
# FAKE - F# Make |
|
||||
.fake/ |
|
||||
@ -0,0 +1,15 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard1.6</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Events\Squidex.Events.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Read\Squidex.Read.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="NodaTime" Version="2.0.0-beta20170123" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0.25420" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>a85201c6-6af8-4b63-8365-08f741050438</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Write</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,23 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"Microsoft.AspNetCore.Identity": "1.1.0", |
|
||||
"NodaTime": "2.0.0-beta20170123", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Events": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"Squidex.Read": "1.0.0-*", |
|
||||
"System.Linq": "4.3.0" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netstandard1.6": { |
|
||||
"dependencies": { |
|
||||
"NETStandard.Library": "1.6.1" |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Write" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,70 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
||||
|
|
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<NoWarn>$(NoWarn);CS1591;1591;1573;1572</NoWarn> |
||||
|
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
||||
|
<PreserveCompilationContext>true</PreserveCompilationContext> |
||||
|
<AssemblyName>Squidex</AssemblyName> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<PackageId>Squidex</PackageId> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> |
||||
|
</PropertyGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<EmbeddedResource Include="Config\Identity\Cert\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" /> |
||||
|
<Content Update="appsettings.json;appsettings.Production.json;dockerfile;Views\**\*;web.config;wwwroot\**\*"> |
||||
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
||||
|
</Content> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Events\Squidex.Events.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure.MongoDb\Squidex.Infrastructure.MongoDb.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Infrastructure.Redis\Squidex.Infrastructure.Redis.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Read\Squidex.Read.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Read.MongoDb\Squidex.Read.MongoDb.csproj" /> |
||||
|
<ProjectReference Include="..\Squidex.Write\Squidex.Write.csproj" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="Autofac" Version="4.3.0" /> |
||||
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0" /> |
||||
|
<PackageReference Include="IdentityServer4" Version="1.1.1" /> |
||||
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="1.0.5" /> |
||||
|
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="1.0.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="0.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.1" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration.Tools" Version="1.1.0-preview4-final" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> |
||||
|
<PackageReference Include="MongoDB.Driver" Version="2.4.2" /> |
||||
|
<PackageReference Include="NJsonSchema" Version="8.5.6255.20253" /> |
||||
|
<PackageReference Include="NSwag.AspNetCore" Version="9.5.0" /> |
||||
|
<PackageReference Include="OpenCover" Version="4.6.519" /> |
||||
|
<PackageReference Include="ReportGenerator" Version="2.5.3-beta2" /> |
||||
|
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.0" /> |
||||
|
<PackageReference Include="System.Linq" Version="4.3.0" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> |
||||
|
<PackageReference Include="Microsoft.OData.Core" Version="6.15.0" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
</Project> |
||||
@ -1,35 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>61f6bbce-a080-4400-b194-70e2f5d2096e</ProjectGuid> |
|
||||
<RootNamespace>Squidex</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<TypeScriptCompileBlocked>True</TypeScriptCompileBlocked> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<DnxInvisibleContent Include="bower.json" /> |
|
||||
<DnxInvisibleContent Include=".bowerrc" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<DnxInvisibleFolder Include=".vscode\" /> |
|
||||
<DnxInvisibleFolder Include="_test-output\" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<ProjectExtensions> |
|
||||
<VisualStudio> |
|
||||
<UserProperties appsettings_1json__JSONSchema="http://json.schemastore.org/babelrc" /> |
|
||||
</VisualStudio> |
|
||||
</ProjectExtensions> |
|
||||
</Project> |
|
||||
File diff suppressed because it is too large
@ -1,96 +0,0 @@ |
|||||
{ |
|
||||
"dependencies": { |
|
||||
"Autofac": "4.3.0", |
|
||||
"Autofac.Extensions.DependencyInjection": "4.0.0", |
|
||||
"IdentityServer4": "1.0.2", |
|
||||
"IdentityServer4.AccessTokenValidation": "1.0.4", |
|
||||
"IdentityServer4.AspNetIdentity": "1.0.0", |
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0", |
|
||||
"Microsoft.AspNetCore.DataProtection.Redis": "0.1.0", |
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", |
|
||||
"Microsoft.AspNetCore.HttpOverrides": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Identity": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Mvc": "1.1.1", |
|
||||
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final", |
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
|
||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final", |
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0", |
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
|
||||
"Microsoft.Extensions.Configuration.Json": "1.1.0", |
|
||||
"Microsoft.Extensions.Logging": "1.1.0", |
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0", |
|
||||
"Microsoft.Extensions.Logging.Debug": "1.1.0", |
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", |
|
||||
"MongoDB.Driver": "2.4.1", |
|
||||
"NJsonSchema": "7.10.6235.25398", |
|
||||
"NSwag.AspNetCore": "8.8.0", |
|
||||
"OpenCover": "4.6.519", |
|
||||
"ReportGenerator": "2.5.2", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Events": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"Squidex.Infrastructure.MongoDb": "1.0.0-*", |
|
||||
"Squidex.Infrastructure.Redis": "1.0.0-*", |
|
||||
"Squidex.Read": "1.0.0-*", |
|
||||
"Squidex.Read.MongoDb": "1.0.0-*", |
|
||||
"Squidex.Write": "1.0.0-*", |
|
||||
"StackExchange.Redis.StrongName": "1.2.0", |
|
||||
"System.Linq": "4.3.0" |
|
||||
}, |
|
||||
|
|
||||
"tools": { |
|
||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final" |
|
||||
}, |
|
||||
|
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.OData.Core": "6.15.0", |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"nowarn": [ "1591" ], |
|
||||
|
|
||||
"buildOptions": { |
|
||||
"emitEntryPoint": true, |
|
||||
"preserveCompilationContext": true, |
|
||||
"xmlDoc": true, |
|
||||
"nowarn": [ "CS1591", "1591", "1573", "1572" ], |
|
||||
"embed": { |
|
||||
"include": [ |
|
||||
"Config/Identity/Cert/*.*" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
|
|
||||
"runtimeOptions": { |
|
||||
"configProperties": { |
|
||||
"System.GC.Server": true |
|
||||
} |
|
||||
}, |
|
||||
|
|
||||
"publishOptions": { |
|
||||
"include": [ |
|
||||
"appsettings.json", |
|
||||
"appsettings.Production.json", |
|
||||
"dockerfile", |
|
||||
"Views", |
|
||||
"web.config", |
|
||||
"wwwroot" |
|
||||
] |
|
||||
}, |
|
||||
|
|
||||
"scripts": { |
|
||||
"postpublish": [ |
|
||||
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
@ -0,0 +1,25 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
<RootNamespace>Squidex.Core</RootNamespace> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="FluentAssertions" Version="4.19.0" /> |
||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170217-05" /> |
||||
|
<PackageReference Include="Moq" Version="4.6.38-alpha" /> |
||||
|
<PackageReference Include="xunit" Version="2.2.0-rc3-build3528" /> |
||||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-rc3-build1252" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,22 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>fd0afd44-7a93-4f9e-b5ed-72582392e435</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Core</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,36 +0,0 @@ |
|||||
{ |
|
||||
"buildOptions": { |
|
||||
"copyToOutput": { |
|
||||
"include": [ |
|
||||
"xunit.runner.json" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|
||||
"FluentAssertions": "4.18.0", |
|
||||
"Moq": "4.6.38-alpha", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"xunit": "2.2.0-beta5-build3474" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"testRunner": "xunit", |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Core" |
|
||||
}, |
|
||||
"tools": { |
|
||||
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,24 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<RootNamespace>Squidex.Infrastructure</RootNamespace> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.0" /> |
||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170217-05" /> |
||||
|
<PackageReference Include="Moq" Version="4.6.38-alpha" /> |
||||
|
<PackageReference Include="xunit" Version="2.2.0-rc3-build3528" /> |
||||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-rc3-build1252" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,22 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>7fd0a92b-7862-4bb1-932b-b52a9cacb56b</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Infrastructure</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,35 +0,0 @@ |
|||||
{ |
|
||||
"buildOptions": { |
|
||||
"copyToOutput": { |
|
||||
"include": [ |
|
||||
"xunit.runner.json" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|
||||
"Microsoft.Extensions.Caching.Memory": "1.1.0", |
|
||||
"Moq": "4.6.38-alpha", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"xunit": "2.2.0-beta5-build3474" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"testRunner": "xunit", |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Core.Tests" |
|
||||
}, |
|
||||
"tools": { |
|
||||
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,28 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
<RootNamespace>Squidex.Read</RootNamespace> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Read\Squidex.Read.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Read.MongoDb\Squidex.Read.MongoDb.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="FluentAssertions" Version="4.19.0" /> |
||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170217-05" /> |
||||
|
<PackageReference Include="MongoDB.Driver" Version="2.4.2" /> |
||||
|
<PackageReference Include="Moq" Version="4.6.38-alpha" /> |
||||
|
<PackageReference Include="xunit" Version="2.2.0-rc3-build3528" /> |
||||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-rc3-build1252" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,22 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>8b074219-f69a-4e41-83c6-12ee1e647779</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Read</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,39 +0,0 @@ |
|||||
{ |
|
||||
"buildOptions": { |
|
||||
"copyToOutput": { |
|
||||
"include": [ |
|
||||
"xunit.runner.json" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|
||||
"FluentAssertions": "4.18.0", |
|
||||
"Microsoft.Extensions.Options": "1.1.0", |
|
||||
"Moq": "4.6.38-alpha", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"Squidex.Read": "1.0.0-*", |
|
||||
"Squidex.Read.MongoDb": "1.0.0-*", |
|
||||
"xunit": "2.2.0-beta5-build3474" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"testRunner": "xunit", |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Read" |
|
||||
}, |
|
||||
"tools": { |
|
||||
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,27 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> |
||||
|
<RootNamespace>Squidex.Write</RootNamespace> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Core\Squidex.Core.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Infrastructure\Squidex.Infrastructure.csproj" /> |
||||
|
<ProjectReference Include="..\..\src\Squidex.Write\Squidex.Write.csproj" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<PackageReference Include="FluentAssertions" Version="4.19.0" /> |
||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170217-05" /> |
||||
|
<PackageReference Include="MongoDB.Driver" Version="2.4.2" /> |
||||
|
<PackageReference Include="Moq" Version="4.6.38-alpha" /> |
||||
|
<PackageReference Include="xunit" Version="2.2.0-rc3-build3528" /> |
||||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-rc3-build1252" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
@ -1,22 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
<PropertyGroup Label="Globals"> |
|
||||
<ProjectGuid>9a3dea7e-1681-4d48-ac5c-1f0de421a203</ProjectGuid> |
|
||||
<RootNamespace>Squidex.Write</RootNamespace> |
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup> |
|
||||
<SchemaVersion>2.0</SchemaVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup> |
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
||||
</Project> |
|
||||
@ -1,37 +0,0 @@ |
|||||
{ |
|
||||
"buildOptions": { |
|
||||
"copyToOutput": { |
|
||||
"include": [ |
|
||||
"xunit.runner.json" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|
||||
"FluentAssertions": "4.18.0", |
|
||||
"Moq": "4.6.38-alpha", |
|
||||
"Squidex.Core": "1.0.0-*", |
|
||||
"Squidex.Infrastructure": "1.0.0-*", |
|
||||
"Squidex.Write": "1.0.0-*", |
|
||||
"xunit": "2.2.0-beta5-build3474" |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
}, |
|
||||
"testRunner": "xunit", |
|
||||
"tooling": { |
|
||||
"defaultNamespace": "Squidex.Write" |
|
||||
}, |
|
||||
"tools": { |
|
||||
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final" |
|
||||
}, |
|
||||
"version": "1.0.0-*" |
|
||||
} |
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -1,19 +0,0 @@ |
|||||
{ |
|
||||
"version": "1.0.0-*", |
|
||||
"buildOptions": { |
|
||||
"debugType": "portable", |
|
||||
"emitEntryPoint": true |
|
||||
}, |
|
||||
"dependencies": {}, |
|
||||
"frameworks": { |
|
||||
"netcoreapp1.1": { |
|
||||
"dependencies": { |
|
||||
"Microsoft.NETCore.App": { |
|
||||
"type": "platform", |
|
||||
"version": "1.1.0" |
|
||||
} |
|
||||
}, |
|
||||
"imports": "dnxcore50" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue