Created empty infrastructure project

This commit is contained in:
Bjarke Berg
2019-11-05 11:31:29 +01:00
parent 9995d838ed
commit d8cfd786aa
11 changed files with 4913 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LightInject" Version="6.2.0" />
<PackageReference Include="LightInject.Annotation" Version="1.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" />
<PackageReference Include="NPoco" Version="4.0.2" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Filters.Expressions" Version="2.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageReference Include="Serilog.Formatting.Compact.Reader" Version="1.0.3" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Map" Version="1.0.0" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Umbraco.Infrastructure")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Umbraco.Infrastructure")]
[assembly: System.Reflection.AssemblyTitleAttribute("Umbraco.Infrastructure")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
f8bcbd3d0af73360173272997970e70be70da2d6

View File

@@ -0,0 +1,5 @@
{
"version": 1,
"dgSpecHash": "5+vojGmraiPfKOVqz8+I1J6P7MSeQVkaLyQLmlF/pRwhxo2lRrhta0u/ESaywdJVzHDUF+XU9Wq8+SNJYOXKOQ==",
"success": true
}

View File

@@ -0,0 +1,124 @@
{
"format": 1,
"restore": {
"D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj": {}
},
"projects": {
"D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj",
"projectName": "Umbraco.Infrastructure",
"projectPath": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj",
"packagesPath": "C:\\Users\\Bjarke\\.nuget\\packages\\",
"outputPath": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [
"D:\\Projects\\Umbraco-CMS-netcore\\NuGet.Config",
"C:\\Users\\Bjarke\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"D:\\Projects\\Umbraco-CMS\\build.out": {},
"https://api.nuget.org/v3/index.json": {},
"https://ci.appveyor.com/nuget/examine-f73l6qv0oqfh/": {},
"https://www.myget.org/F/formsnightly/api/v3/index.json": {},
"https://www.myget.org/F/umbracocore/api/v2": {},
"https://www.myget.org/F/umbracocore/api/v3/index.json": {}
},
"frameworks": {
"netstandard2.0": {
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netstandard2.0": {
"dependencies": {
"LightInject": {
"target": "Package",
"version": "[6.2.0, )"
},
"LightInject.Annotation": {
"target": "Package",
"version": "[1.1.0, )"
},
"Microsoft.SourceLink.GitHub": {
"target": "Package",
"version": "[1.0.0-beta2-19554-01, )"
},
"NETStandard.Library": {
"suppressParent": "All",
"target": "Package",
"version": "[2.0.3, )",
"autoReferenced": true
},
"NPoco": {
"target": "Package",
"version": "[4.0.2, )"
},
"Serilog": {
"target": "Package",
"version": "[2.9.0, )"
},
"Serilog.Enrichers.Process": {
"target": "Package",
"version": "[2.0.1, )"
},
"Serilog.Enrichers.Thread": {
"target": "Package",
"version": "[3.1.0, )"
},
"Serilog.Filters.Expressions": {
"target": "Package",
"version": "[2.0.0, )"
},
"Serilog.Formatting.Compact": {
"target": "Package",
"version": "[1.1.0, )"
},
"Serilog.Formatting.Compact.Reader": {
"target": "Package",
"version": "[1.0.3, )"
},
"Serilog.Sinks.Async": {
"target": "Package",
"version": "[1.4.0, )"
},
"Serilog.Sinks.File": {
"target": "Package",
"version": "[4.1.0, )"
},
"Serilog.Sinks.Map": {
"target": "Package",
"version": "[1.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.100-preview1-014459\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Bjarke\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.4.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.sourcelink.common\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.Common.props" Condition="Exists('$(NuGetPackageRoot)microsoft.sourcelink.common\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.Common.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.build.tasks.git\1.0.0-beta2-19554-01\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('$(NuGetPackageRoot)microsoft.build.tasks.git\1.0.0-beta2-19554-01\build\Microsoft.Build.Tasks.Git.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.sourcelink.github\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('$(NuGetPackageRoot)microsoft.sourcelink.github\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.GitHub.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\Bjarke\.nuget\packages\newtonsoft.json\9.0.1</PkgNewtonsoft_Json>
<PkgMicrosoft_SourceLink_Common Condition=" '$(PkgMicrosoft_SourceLink_Common)' == '' ">C:\Users\Bjarke\.nuget\packages\microsoft.sourcelink.common\1.0.0-beta2-19554-01</PkgMicrosoft_SourceLink_Common>
<PkgMicrosoft_Build_Tasks_Git Condition=" '$(PkgMicrosoft_Build_Tasks_Git)' == '' ">C:\Users\Bjarke\.nuget\packages\microsoft.build.tasks.git\1.0.0-beta2-19554-01</PkgMicrosoft_Build_Tasks_Git>
<PkgMicrosoft_SourceLink_GitHub Condition=" '$(PkgMicrosoft_SourceLink_GitHub)' == '' ">C:\Users\Bjarke\.nuget\packages\microsoft.sourcelink.github\1.0.0-beta2-19554-01</PkgMicrosoft_SourceLink_GitHub>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.sourcelink.common\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.Common.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.sourcelink.common\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.Common.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.build.tasks.git\1.0.0-beta2-19554-01\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.build.tasks.git\1.0.0-beta2-19554-01\build\Microsoft.Build.Tasks.Git.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.sourcelink.github\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.sourcelink.github\1.0.0-beta2-19554-01\build\Microsoft.SourceLink.GitHub.targets')" />
</ImportGroup>
</Project>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,109 @@
{
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj",
"projectName": "Umbraco.Infrastructure",
"projectPath": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\Umbraco.Infrastructure.csproj",
"outputPath": "D:\\Projects\\Umbraco-CMS-netcore\\src\\Umbraco.Infrastructure\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"originalTargetFrameworks": [
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"D:\\Projects\\Umbraco-CMS\\build.out": {},
"https://api.nuget.org/v3/index.json": {},
"https://ci.appveyor.com/nuget/examine-f73l6qv0oqfh/": {},
"https://www.myget.org/F/formsnightly/api/v3/index.json": {},
"https://www.myget.org/F/umbracocore/api/v2": {},
"https://www.myget.org/F/umbracocore/api/v3/index.json": {}
},
"frameworks": {
"netstandard2.0": {
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netstandard2.0": {
"dependencies": {
"LightInject": {
"target": "Package",
"version": "[6.2.0, )"
},
"LightInject.Annotation": {
"target": "Package",
"version": "[1.1.0, )"
},
"Microsoft.SourceLink.GitHub": {
"target": "Package",
"version": "[1.0.0-beta2-19554-01, )"
},
"NETStandard.Library": {
"suppressParent": "All",
"target": "Package",
"version": "[2.0.3, )",
"autoReferenced": true
},
"NPoco": {
"target": "Package",
"version": "[4.0.2, )"
},
"Serilog": {
"target": "Package",
"version": "[2.9.0, )"
},
"Serilog.Enrichers.Process": {
"target": "Package",
"version": "[2.0.1, )"
},
"Serilog.Enrichers.Thread": {
"target": "Package",
"version": "[3.1.0, )"
},
"Serilog.Filters.Expressions": {
"target": "Package",
"version": "[2.0.0, )"
},
"Serilog.Formatting.Compact": {
"target": "Package",
"version": "[1.1.0, )"
},
"Serilog.Formatting.Compact.Reader": {
"target": "Package",
"version": "[1.0.3, )"
},
"Serilog.Sinks.Async": {
"target": "Package",
"version": "[1.4.0, )"
},
"Serilog.Sinks.File": {
"target": "Package",
"version": "[4.1.0, )"
},
"Serilog.Sinks.Map": {
"target": "Package",
"version": "[1.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true
}
}
}

View File

@@ -106,8 +106,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IssueTemplates", "IssueTemp
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Abstractions", "Umbraco.Abstractions\Umbraco.Abstractions.csproj", "{29AA69D9-B597-4395-8D42-43B1263C240A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.ModelsBuilder.Embedded", "Umbraco.ModelsBuilder.Embedded\Umbraco.ModelsBuilder.Embedded.csproj", "{52AC0BA8-A60E-4E36-897B-E8B97A54ED1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Infrastructure", "Umbraco.Infrastructure\Umbraco.Infrastructure.csproj", "{3AE7BF57-966B-45A5-910A-954D7C554441}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -148,6 +151,10 @@ Global
{52AC0BA8-A60E-4E36-897B-E8B97A54ED1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52AC0BA8-A60E-4E36-897B-E8B97A54ED1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52AC0BA8-A60E-4E36-897B-E8B97A54ED1C}.Release|Any CPU.Build.0 = Release|Any CPU
{3AE7BF57-966B-45A5-910A-954D7C554441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE7BF57-966B-45A5-910A-954D7C554441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE7BF57-966B-45A5-910A-954D7C554441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AE7BF57-966B-45A5-910A-954D7C554441}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE