Migrate projects to MsBuild
Remove *.Sources packages from NuGet package list
This commit is contained in:
Родитель
3f482c16f7
Коммит
22fddfd56d
|
@ -34,3 +34,5 @@ project.fragment.lock.json
|
|||
**/*.nuget.props
|
||||
**/*.nuget.targets
|
||||
.vscode/**
|
||||
backup/**/*.*
|
||||
.dotnet/**
|
|
@ -19,9 +19,6 @@
|
|||
"adx-nonshipping": {
|
||||
"rules": [],
|
||||
"packages": {
|
||||
"Microsoft.Extensions.ProjectModel.Abstractions.Sources": {},
|
||||
"Microsoft.Extensions.ProjectModel.DotNet.Sources": {},
|
||||
"Microsoft.Extensions.ProjectModel.MsBuild.Sources": {},
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Msbuild": {}
|
||||
}
|
||||
},
|
||||
|
|
658
Scaffolding.sln
658
Scaffolding.sln
|
@ -1,228 +1,536 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.25914.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B6CF7723-2947-411F-9AF1-35C09FAE514E}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A4057ACF-27F0-4724-963B-44548B6BC4E9}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24331273-18CC-41BD-BB15-8FEC9CD42FBE}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{81B64EBF-613D-43AE-82DA-B375FB751921}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApps", "TestApps", "{95C6F0B4-1687-4C36-90BF-1362CAB06524}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98547032-3A5C-4368-8168-D48DB6E9B30F}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.gitattributes = .gitattributes
|
||||
.gitignore = .gitignore
|
||||
.travis.yml = .travis.yml
|
||||
appveyor.yml = appveyor.yml
|
||||
backup_build.ps1 = backup_build.ps1
|
||||
build.cmd = build.cmd
|
||||
build.ps1 = build.ps1
|
||||
build.sh = build.sh
|
||||
global.json = global.json
|
||||
CONTRIBUTING.md = CONTRIBUTING.md
|
||||
dir = dir
|
||||
LICENSE.txt = LICENSE.txt
|
||||
makefile.shade = makefile.shade
|
||||
NuGet.Config = NuGet.Config
|
||||
NuGet.config = NuGet.config
|
||||
NuGetPackageVerifier.json = NuGetPackageVerifier.json
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{49FBAACE-59AC-4F83-90BA-7300DBA09F11}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGenerators.Mvc", "src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj", "{3E99E653-6B31-45CF-9B3A-30EEE497BE13}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ModelTypesLocatorTestWebApp", "test\TestApps\ModelTypesLocatorTestWebApp\ModelTypesLocatorTestWebApp.xproj", "{3BFF833B-6E1B-4A0A-85E3-545DE528B66D}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Utils", "src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj", "{121FD6A8-6A7C-405A-B223-D3991D07D6E4}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApps", "TestApps", "{40F75CAB-26AB-4BC4-8DC3-B401046EA5FC}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Tools", "src\Microsoft.VisualStudio.Web.CodeGeneration.Tools\Microsoft.VisualStudio.Web.CodeGeneration.Tools.csproj", "{FBBAA490-5752-41E0-A7ED-9B96F06B661E}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ModelTypesLocatorTestClassLibrary", "test\TestApps\ModelTypesLocatorTestClassLibrary\ModelTypesLocatorTestClassLibrary.xproj", "{F6C4B32C-5F1A-4381-A763-E171F713732B}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Templating", "src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj", "{5041A3DC-CBBF-4615-99B1-781B641BCC01}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration", "src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.xproj", "{B31513FF-7F8D-461F-9C93-F7CEBD49FD22}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Msbuild", "src\Microsoft.VisualStudio.Web.CodeGeneration.Msbuild\Microsoft.VisualStudio.Web.CodeGeneration.Msbuild.csproj", "{4524AF86-DEEC-48DF-B613-EDCF1212047B}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core", "src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.xproj", "{EAA718C1-C5E6-45FE-B3FE-403150A40B47}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore", "src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj", "{D798406A-9D72-434E-82FF-38AA0D946AE9}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore", "src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xproj", "{5295FF9C-BBDA-469E-AECE-44DE1926097A}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Design", "src\Microsoft.VisualStudio.Web.CodeGeneration.Design\Microsoft.VisualStudio.Web.CodeGeneration.Design.csproj", "{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Tools", "src\Microsoft.VisualStudio.Web.CodeGeneration.Tools\Microsoft.VisualStudio.Web.CodeGeneration.Tools.xproj", "{12C10326-9E12-4F61-BE38-5D90DFAE109C}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core", "src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj", "{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Utils", "src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.xproj", "{FA1A34BD-C317-4A03-85F5-FF8A4984D36E}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration", "src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj", "{98D140A5-7719-4B03-B696-C5294B3CAD64}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGenerators.Mvc", "src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xproj", "{979BFC55-C778-4BEB-B667-AA43CCD07242}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E2E_Test", "test\E2E_Test\E2E_Test.csproj", "{976D7EFB-E15E-49A0-A420-47246A294320}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest", "test\Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest\Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest.xproj", "{41E8E777-9599-4895-A4AB-12D0ECFC4BBB}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.ProjectModel.Tests", "test\Microsoft.Extensions.ProjectModel.Tests\Microsoft.Extensions.ProjectModel.Tests.csproj", "{AA84CF7B-0C63-4909-9371-C2B85D304A68}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Core.Test\Microsoft.VisualStudio.Web.CodeGeneration.Core.Test.xproj", "{58804623-EE96-4640-845F-F7416D5287F9}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest", "test\Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest\Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest.csproj", "{0037B7ED-05D3-44BF-848D-475BE6E25042}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test.xproj", "{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Core.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Core.Test\Microsoft.VisualStudio.Web.CodeGeneration.Core.Test.csproj", "{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test\Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test.xproj", "{5025C1A4-BD5A-4A14-ACD3-90360EF4B094}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test.csproj", "{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test\Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test.xproj", "{7BC55530-323E-48D7-9546-5D95DF57269D}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test\Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test.csproj", "{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test", "test\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test.xproj", "{1F17DCC9-E56F-4008-8337-FEB6A6819A1F}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test\Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test.csproj", "{0E2E48BA-005C-4E7B-992C-B476A3386186}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Templating", "src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.xproj", "{ACC58820-0386-4058-BDDC-CA35CDC47DEE}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources", "test\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources.csproj", "{F99040AB-7CE4-4081-BB81-233EFC300FED}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources", "test\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources.xproj", "{79BCB118-B2AE-43E2-BABA-C0DD49C17269}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test\Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test.csproj", "{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibrary1", "test\TestApps\ClassLibrary1\ClassLibrary1.xproj", "{83BC53A8-D8AD-462C-891E-BAC8059DCF6B}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test", "test\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test.csproj", "{960602CF-A019-4C6B-ABD3-1C08C70A0005}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApplication1", "test\TestApps\WebApplication1\WebApplication1.xproj", "{799C8C09-91AD-48C3-AC74-69B02BBA2652}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelTypesLocatorTestWebApp", "test\TestApps\ModelTypesLocatorTestWebApp\ModelTypesLocatorTestWebApp.csproj", "{61EDA55A-5CB5-4C73-882D-D496D9623CD1}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "E2E_Test", "test\E2E_Test\E2E_Test.xproj", "{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelTypesLocatorTestClassLibrary", "test\TestApps\ModelTypesLocatorTestClassLibrary\ModelTypesLocatorTestClassLibrary.csproj", "{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Design", "src\Microsoft.VisualStudio.Web.CodeGeneration.Design\Microsoft.VisualStudio.Web.CodeGeneration.Design.xproj", "{0A36ED98-2026-40AF-BAFD-D8916A5C4D74}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary2", "test\TestApps\ClassLibrary2\ClassLibrary2.csproj", "{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test\Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test.xproj", "{E77FD1D0-6D18-4236-AAB7-FB68934E78A6}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.ProjectModel.Tests", "test\Microsoft.Extensions.ProjectModel.Tests\Microsoft.Extensions.ProjectModel.Tests.xproj", "{1A66A831-4F06-46D9-B483-70A4E75A2F7F}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.ProjectModel.Abstractions.Sources", "src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.xproj", "{8A97D718-0681-43C5-A70B-535DBBDF4FA1}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.ProjectModel.DotNet.Sources", "src\Microsoft.Extensions.ProjectModel.DotNet.Sources\Microsoft.Extensions.ProjectModel.DotNet.Sources.xproj", "{1F643A36-A1FC-4502-9D03-75837F20E1A4}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.ProjectModel.MsBuild.Sources", "src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\Microsoft.Extensions.ProjectModel.MsBuild.Sources.xproj", "{7362AE32-7753-4E7C-86D0-DCA86AF413FA}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.MSBuild", "src\Microsoft.VisualStudio.Web.CodeGeneration.Msbuild\Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.xproj", "{84D9AF9F-1AA5-4041-A983-33F28A075395}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary1", "test\TestApps\ClassLibrary1\ClassLibrary1.csproj", "{1DD609A3-870C-4C1C-AB41-32ACBF292C16}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.Test", "test\Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.Test\Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.Test.xproj", "{7F54C4EB-A1DF-4873-958E-D2B0378AE209}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
debug_x86|Any CPU = debug_x86|Any CPU
|
||||
debug_x86|x64 = debug_x86|x64
|
||||
debug_x86|x86 = debug_x86|x86
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3BFF833B-6E1B-4A0A-85E3-545DE528B66D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3BFF833B-6E1B-4A0A-85E3-545DE528B66D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3BFF833B-6E1B-4A0A-85E3-545DE528B66D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3BFF833B-6E1B-4A0A-85E3-545DE528B66D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F6C4B32C-5F1A-4381-A763-E171F713732B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F6C4B32C-5F1A-4381-A763-E171F713732B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F6C4B32C-5F1A-4381-A763-E171F713732B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F6C4B32C-5F1A-4381-A763-E171F713732B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B31513FF-7F8D-461F-9C93-F7CEBD49FD22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B31513FF-7F8D-461F-9C93-F7CEBD49FD22}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B31513FF-7F8D-461F-9C93-F7CEBD49FD22}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B31513FF-7F8D-461F-9C93-F7CEBD49FD22}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{EAA718C1-C5E6-45FE-B3FE-403150A40B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{EAA718C1-C5E6-45FE-B3FE-403150A40B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{EAA718C1-C5E6-45FE-B3FE-403150A40B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EAA718C1-C5E6-45FE-B3FE-403150A40B47}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5295FF9C-BBDA-469E-AECE-44DE1926097A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5295FF9C-BBDA-469E-AECE-44DE1926097A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5295FF9C-BBDA-469E-AECE-44DE1926097A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5295FF9C-BBDA-469E-AECE-44DE1926097A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{12C10326-9E12-4F61-BE38-5D90DFAE109C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{12C10326-9E12-4F61-BE38-5D90DFAE109C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{12C10326-9E12-4F61-BE38-5D90DFAE109C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{12C10326-9E12-4F61-BE38-5D90DFAE109C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FA1A34BD-C317-4A03-85F5-FF8A4984D36E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FA1A34BD-C317-4A03-85F5-FF8A4984D36E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FA1A34BD-C317-4A03-85F5-FF8A4984D36E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FA1A34BD-C317-4A03-85F5-FF8A4984D36E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{979BFC55-C778-4BEB-B667-AA43CCD07242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{979BFC55-C778-4BEB-B667-AA43CCD07242}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{979BFC55-C778-4BEB-B667-AA43CCD07242}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{979BFC55-C778-4BEB-B667-AA43CCD07242}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{41E8E777-9599-4895-A4AB-12D0ECFC4BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{41E8E777-9599-4895-A4AB-12D0ECFC4BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{41E8E777-9599-4895-A4AB-12D0ECFC4BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{41E8E777-9599-4895-A4AB-12D0ECFC4BBB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{58804623-EE96-4640-845F-F7416D5287F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{58804623-EE96-4640-845F-F7416D5287F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{58804623-EE96-4640-845F-F7416D5287F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{58804623-EE96-4640-845F-F7416D5287F9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5025C1A4-BD5A-4A14-ACD3-90360EF4B094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5025C1A4-BD5A-4A14-ACD3-90360EF4B094}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5025C1A4-BD5A-4A14-ACD3-90360EF4B094}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5025C1A4-BD5A-4A14-ACD3-90360EF4B094}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7BC55530-323E-48D7-9546-5D95DF57269D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7BC55530-323E-48D7-9546-5D95DF57269D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7BC55530-323E-48D7-9546-5D95DF57269D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7BC55530-323E-48D7-9546-5D95DF57269D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1F17DCC9-E56F-4008-8337-FEB6A6819A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1F17DCC9-E56F-4008-8337-FEB6A6819A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1F17DCC9-E56F-4008-8337-FEB6A6819A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1F17DCC9-E56F-4008-8337-FEB6A6819A1F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{ACC58820-0386-4058-BDDC-CA35CDC47DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{ACC58820-0386-4058-BDDC-CA35CDC47DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{ACC58820-0386-4058-BDDC-CA35CDC47DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{ACC58820-0386-4058-BDDC-CA35CDC47DEE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{79BCB118-B2AE-43E2-BABA-C0DD49C17269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{79BCB118-B2AE-43E2-BABA-C0DD49C17269}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{79BCB118-B2AE-43E2-BABA-C0DD49C17269}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{79BCB118-B2AE-43E2-BABA-C0DD49C17269}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{83BC53A8-D8AD-462C-891E-BAC8059DCF6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{83BC53A8-D8AD-462C-891E-BAC8059DCF6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{83BC53A8-D8AD-462C-891E-BAC8059DCF6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{83BC53A8-D8AD-462C-891E-BAC8059DCF6B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{799C8C09-91AD-48C3-AC74-69B02BBA2652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{799C8C09-91AD-48C3-AC74-69B02BBA2652}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{799C8C09-91AD-48C3-AC74-69B02BBA2652}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{799C8C09-91AD-48C3-AC74-69B02BBA2652}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0A36ED98-2026-40AF-BAFD-D8916A5C4D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0A36ED98-2026-40AF-BAFD-D8916A5C4D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0A36ED98-2026-40AF-BAFD-D8916A5C4D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0A36ED98-2026-40AF-BAFD-D8916A5C4D74}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E77FD1D0-6D18-4236-AAB7-FB68934E78A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E77FD1D0-6D18-4236-AAB7-FB68934E78A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E77FD1D0-6D18-4236-AAB7-FB68934E78A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E77FD1D0-6D18-4236-AAB7-FB68934E78A6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1A66A831-4F06-46D9-B483-70A4E75A2F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1A66A831-4F06-46D9-B483-70A4E75A2F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1A66A831-4F06-46D9-B483-70A4E75A2F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1A66A831-4F06-46D9-B483-70A4E75A2F7F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8A97D718-0681-43C5-A70B-535DBBDF4FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8A97D718-0681-43C5-A70B-535DBBDF4FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8A97D718-0681-43C5-A70B-535DBBDF4FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8A97D718-0681-43C5-A70B-535DBBDF4FA1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1F643A36-A1FC-4502-9D03-75837F20E1A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1F643A36-A1FC-4502-9D03-75837F20E1A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1F643A36-A1FC-4502-9D03-75837F20E1A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1F643A36-A1FC-4502-9D03-75837F20E1A4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7362AE32-7753-4E7C-86D0-DCA86AF413FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7362AE32-7753-4E7C-86D0-DCA86AF413FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7362AE32-7753-4E7C-86D0-DCA86AF413FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7362AE32-7753-4E7C-86D0-DCA86AF413FA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{84D9AF9F-1AA5-4041-A983-33F28A075395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{84D9AF9F-1AA5-4041-A983-33F28A075395}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{84D9AF9F-1AA5-4041-A983-33F28A075395}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{84D9AF9F-1AA5-4041-A983-33F28A075395}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7F54C4EB-A1DF-4873-958E-D2B0378AE209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7F54C4EB-A1DF-4873-958E-D2B0378AE209}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7F54C4EB-A1DF-4873-958E-D2B0378AE209}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7F54C4EB-A1DF-4873-958E-D2B0378AE209}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|x64.Build.0 = Debug|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Debug|x86.Build.0 = Debug|x86
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|x64.ActiveCfg = Release|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|x64.Build.0 = Release|x64
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|x86.ActiveCfg = Release|x86
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13}.Release|x86.Build.0 = Release|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|x64.Build.0 = Debug|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Debug|x86.Build.0 = Debug|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|x64.ActiveCfg = Release|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|x64.Build.0 = Release|x64
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|x86.ActiveCfg = Release|x86
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4}.Release|x86.Build.0 = Release|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|Any CPU.ActiveCfg = debug_x86|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|Any CPU.Build.0 = debug_x86|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|x64.ActiveCfg = debug_x86|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|x64.Build.0 = debug_x86|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|x86.ActiveCfg = debug_x86|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.debug_x86|x86.Build.0 = debug_x86|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|x64.Build.0 = Debug|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Debug|x86.Build.0 = Debug|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|x64.ActiveCfg = Release|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|x64.Build.0 = Release|x64
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|x86.ActiveCfg = Release|x86
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E}.Release|x86.Build.0 = Release|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|x64.Build.0 = Debug|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Debug|x86.Build.0 = Debug|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|x64.ActiveCfg = Release|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|x64.Build.0 = Release|x64
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|x86.ActiveCfg = Release|x86
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01}.Release|x86.Build.0 = Release|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|x64.Build.0 = Debug|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Debug|x86.Build.0 = Debug|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|x64.ActiveCfg = Release|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|x64.Build.0 = Release|x64
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|x86.ActiveCfg = Release|x86
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B}.Release|x86.Build.0 = Release|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|x64.Build.0 = Debug|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Debug|x86.Build.0 = Debug|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|x64.ActiveCfg = Release|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|x64.Build.0 = Release|x64
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|x86.ActiveCfg = Release|x86
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9}.Release|x86.Build.0 = Release|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|Any CPU.ActiveCfg = debug_x86|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|Any CPU.Build.0 = debug_x86|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|x64.ActiveCfg = debug_x86|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|x64.Build.0 = debug_x86|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|x86.ActiveCfg = debug_x86|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.debug_x86|x86.Build.0 = debug_x86|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|x64.Build.0 = Debug|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Debug|x86.Build.0 = Debug|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|x64.ActiveCfg = Release|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|x64.Build.0 = Release|x64
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|x86.ActiveCfg = Release|x86
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F}.Release|x86.Build.0 = Release|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|x64.Build.0 = Debug|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Debug|x86.Build.0 = Debug|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|x64.ActiveCfg = Release|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|x64.Build.0 = Release|x64
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|x86.ActiveCfg = Release|x86
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F}.Release|x86.Build.0 = Release|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|x64.Build.0 = Debug|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Debug|x86.Build.0 = Debug|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|x64.ActiveCfg = Release|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|x64.Build.0 = Release|x64
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|x86.ActiveCfg = Release|x86
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64}.Release|x86.Build.0 = Release|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|x64.Build.0 = Debug|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Debug|x86.Build.0 = Debug|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|x64.ActiveCfg = Release|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|x64.Build.0 = Release|x64
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|x86.ActiveCfg = Release|x86
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320}.Release|x86.Build.0 = Release|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|x64.Build.0 = Debug|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Debug|x86.Build.0 = Debug|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|x64.ActiveCfg = Release|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|x64.Build.0 = Release|x64
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|x86.ActiveCfg = Release|x86
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68}.Release|x86.Build.0 = Release|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|x64.Build.0 = Debug|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Debug|x86.Build.0 = Debug|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|x64.ActiveCfg = Release|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|x64.Build.0 = Release|x64
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|x86.ActiveCfg = Release|x86
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042}.Release|x86.Build.0 = Release|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|x64.Build.0 = Debug|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Debug|x86.Build.0 = Debug|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|x64.ActiveCfg = Release|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|x64.Build.0 = Release|x64
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|x86.ActiveCfg = Release|x86
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E}.Release|x86.Build.0 = Release|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|x64.Build.0 = Debug|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Debug|x86.Build.0 = Debug|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|x64.ActiveCfg = Release|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|x64.Build.0 = Release|x64
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|x86.ActiveCfg = Release|x86
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C}.Release|x86.Build.0 = Release|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|x64.Build.0 = Debug|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Debug|x86.Build.0 = Debug|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|x64.ActiveCfg = Release|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|x64.Build.0 = Release|x64
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|x86.ActiveCfg = Release|x86
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62}.Release|x86.Build.0 = Release|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|x64.Build.0 = Debug|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Debug|x86.Build.0 = Debug|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|x64.ActiveCfg = Release|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|x64.Build.0 = Release|x64
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|x86.ActiveCfg = Release|x86
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186}.Release|x86.Build.0 = Release|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|x64.Build.0 = Debug|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Debug|x86.Build.0 = Debug|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|x64.ActiveCfg = Release|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|x64.Build.0 = Release|x64
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|x86.ActiveCfg = Release|x86
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED}.Release|x86.Build.0 = Release|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|x64.Build.0 = Debug|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Debug|x86.Build.0 = Debug|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|x64.ActiveCfg = Release|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|x64.Build.0 = Release|x64
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|x86.ActiveCfg = Release|x86
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581}.Release|x86.Build.0 = Release|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|x64.Build.0 = Debug|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Debug|x86.Build.0 = Debug|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|x64.ActiveCfg = Release|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|x64.Build.0 = Release|x64
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|x86.ActiveCfg = Release|x86
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005}.Release|x86.Build.0 = Release|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|x64.Build.0 = Debug|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Debug|x86.Build.0 = Debug|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|x64.ActiveCfg = Release|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|x64.Build.0 = Release|x64
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|x86.ActiveCfg = Release|x86
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1}.Release|x86.Build.0 = Release|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|x64.Build.0 = Debug|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Debug|x86.Build.0 = Debug|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|x64.ActiveCfg = Release|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|x64.Build.0 = Release|x64
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|x86.ActiveCfg = Release|x86
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854}.Release|x86.Build.0 = Release|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|x64.Build.0 = Debug|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Debug|x86.Build.0 = Debug|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|x64.ActiveCfg = Release|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|x64.Build.0 = Release|x64
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|x86.ActiveCfg = Release|x86
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E}.Release|x86.Build.0 = Release|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|x64.ActiveCfg = Debug|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|x64.Build.0 = Debug|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|x86.ActiveCfg = Debug|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.debug_x86|x86.Build.0 = Debug|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|x64.Build.0 = Debug|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Debug|x86.Build.0 = Debug|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|x64.ActiveCfg = Release|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|x64.Build.0 = Release|x64
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|x86.ActiveCfg = Release|x86
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{3BFF833B-6E1B-4A0A-85E3-545DE528B66D} = {40F75CAB-26AB-4BC4-8DC3-B401046EA5FC}
|
||||
{40F75CAB-26AB-4BC4-8DC3-B401046EA5FC} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{F6C4B32C-5F1A-4381-A763-E171F713732B} = {40F75CAB-26AB-4BC4-8DC3-B401046EA5FC}
|
||||
{B31513FF-7F8D-461F-9C93-F7CEBD49FD22} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{EAA718C1-C5E6-45FE-B3FE-403150A40B47} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{5295FF9C-BBDA-469E-AECE-44DE1926097A} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{12C10326-9E12-4F61-BE38-5D90DFAE109C} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{FA1A34BD-C317-4A03-85F5-FF8A4984D36E} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{979BFC55-C778-4BEB-B667-AA43CCD07242} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{41E8E777-9599-4895-A4AB-12D0ECFC4BBB} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{58804623-EE96-4640-845F-F7416D5287F9} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{C3CB8633-EFAA-43E1-BAB0-9495DFFFD16B} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{5025C1A4-BD5A-4A14-ACD3-90360EF4B094} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{7BC55530-323E-48D7-9546-5D95DF57269D} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{1F17DCC9-E56F-4008-8337-FEB6A6819A1F} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{ACC58820-0386-4058-BDDC-CA35CDC47DEE} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{79BCB118-B2AE-43E2-BABA-C0DD49C17269} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{83BC53A8-D8AD-462C-891E-BAC8059DCF6B} = {40F75CAB-26AB-4BC4-8DC3-B401046EA5FC}
|
||||
{799C8C09-91AD-48C3-AC74-69B02BBA2652} = {40F75CAB-26AB-4BC4-8DC3-B401046EA5FC}
|
||||
{CB156C62-CC9A-4C8A-991E-46B1BBF86CF8} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{0A36ED98-2026-40AF-BAFD-D8916A5C4D74} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{E77FD1D0-6D18-4236-AAB7-FB68934E78A6} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{1A66A831-4F06-46D9-B483-70A4E75A2F7F} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{8A97D718-0681-43C5-A70B-535DBBDF4FA1} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{1F643A36-A1FC-4502-9D03-75837F20E1A4} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{7362AE32-7753-4E7C-86D0-DCA86AF413FA} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{84D9AF9F-1AA5-4041-A983-33F28A075395} = {B6CF7723-2947-411F-9AF1-35C09FAE514E}
|
||||
{7F54C4EB-A1DF-4873-958E-D2B0378AE209} = {49FBAACE-59AC-4F83-90BA-7300DBA09F11}
|
||||
{95C6F0B4-1687-4C36-90BF-1362CAB06524} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{3E99E653-6B31-45CF-9B3A-30EEE497BE13} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{121FD6A8-6A7C-405A-B223-D3991D07D6E4} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{FBBAA490-5752-41E0-A7ED-9B96F06B661E} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{5041A3DC-CBBF-4615-99B1-781B641BCC01} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{4524AF86-DEEC-48DF-B613-EDCF1212047B} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{D798406A-9D72-434E-82FF-38AA0D946AE9} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{AF3DE3DB-6FCD-459B-A413-70229C5AA34F} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{E44DFA05-387E-44A9-8F5D-89EA9AAED43F} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{98D140A5-7719-4B03-B696-C5294B3CAD64} = {A4057ACF-27F0-4724-963B-44548B6BC4E9}
|
||||
{976D7EFB-E15E-49A0-A420-47246A294320} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{AA84CF7B-0C63-4909-9371-C2B85D304A68} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{0037B7ED-05D3-44BF-848D-475BE6E25042} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{B1E6D126-898E-4FBF-9239-DF8A83D59F6E} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{AE46E3E2-E6F3-4D9B-BA0C-9FB15F7C4A3C} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{47C1796A-7CAE-4CC1-84CB-7E94ABBF5E62} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{0E2E48BA-005C-4E7B-992C-B476A3386186} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{F99040AB-7CE4-4081-BB81-233EFC300FED} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{53D14FA5-EEBD-4EBF-A728-1A4CDC22B581} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{960602CF-A019-4C6B-ABD3-1C08C70A0005} = {81B64EBF-613D-43AE-82DA-B375FB751921}
|
||||
{61EDA55A-5CB5-4C73-882D-D496D9623CD1} = {95C6F0B4-1687-4C36-90BF-1362CAB06524}
|
||||
{DCA0AAF8-72B1-4F0E-90B3-66F7CCF0A854} = {95C6F0B4-1687-4C36-90BF-1362CAB06524}
|
||||
{F4D4C65F-FAF0-4094-83AF-A4A7B74FE86E} = {95C6F0B4-1687-4C36-90BF-1362CAB06524}
|
||||
{1DD609A3-870C-4C1C-AB41-32ACBF292C16} = {95C6F0B4-1687-4C36-90BF-1362CAB06524}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -33,7 +33,7 @@ cd $PSScriptRoot
|
|||
$repoFolder = $PSScriptRoot
|
||||
$env:REPO_FOLDER = $repoFolder
|
||||
|
||||
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/feature/msbuild.zip"
|
||||
$koreBuildZip="https://github.com/prafullbhosale/KoreBuild/archive/feature/msbuild.zip"
|
||||
if ($env:KOREBUILD_ZIP)
|
||||
{
|
||||
$koreBuildZip=$env:KOREBUILD_ZIP
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<!-- other options -->
|
||||
<NeutralLanguage>en-US</NeutralLanguage>
|
||||
<Company>Microsoft Corporation.</Company>
|
||||
<Product>Microsoft .NET</Product>
|
||||
|
||||
<!-- pack options -->
|
||||
<VersionPrefix>1.0.0</VersionPrefix>
|
||||
<BuildNumber Condition="'$(BuildNumber)'==''">$([System.DateTime]::Now.Ticks)</BuildNumber>
|
||||
<VersionSuffix>preview4-$(BuildNumber)</VersionSuffix>
|
||||
|
||||
<PackageId>$(MSBuildProjectName)</PackageId>
|
||||
<Authors>Microsoft</Authors>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<!--<RepositoryUrl>https://github.com/aspnet/Scaffolding</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>-->
|
||||
<ProjectUrl>https://asp.net</ProjectUrl>
|
||||
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
|
||||
|
||||
<!-- build options -->
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||
<!-- pack options -->
|
||||
<Serviceable>true</Serviceable>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- fixed versions -->
|
||||
<PropertyGroup>
|
||||
<SharedFxVersion Condition="'$(SharedFxVersion)'==''">1.1.0</SharedFxVersion>
|
||||
<DotNetTestXunitVersion>2.2.0-preview2-build1029</DotNetTestXunitVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<ScaffoldingVersion Condition=" '$(ScaffoldingVersion)' == '' ">$(VersionPrefix)-$(VersionSuffix)</ScaffoldingVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"projects": ["src", "test/TestApps"]
|
||||
}
|
|
@ -21,66 +21,6 @@ var AUTHORS='Microsoft'
|
|||
use-standard-lifecycle
|
||||
k-standard-goals
|
||||
|
||||
#xunit-test .xunit-test-msbuild
|
||||
|
||||
#repack-x86 target='compile' if='Directory.Exists("src")'
|
||||
@{
|
||||
if (string.IsNullOrEmpty(CONFIGURATION_LOCAL))
|
||||
{
|
||||
CONFIGURATION_LOCAL = "Debug";
|
||||
}
|
||||
|
||||
// Forcing to lower to match the entry in the sources project.json.
|
||||
var configurationX86 = CONFIGURATION_LOCAL.ToLower() + "_x86";
|
||||
Log.Info(DESIGN_NUPKG_NAME+" "+Path.Combine(BUILD_DIR_LOCAL, DESIGN_NUPKG_NAME));
|
||||
var projectNupkg = Files
|
||||
.Include(Path.Combine(BUILD_DIR_LOCAL, DESIGN_NUPKG_NAME))
|
||||
.Where(path => !path.EndsWith(".symbols.nupkg", StringComparison.OrdinalIgnoreCase))
|
||||
.OrderByDescending(f=>f) // On local builds multiple nupkgs are generated.
|
||||
.First();
|
||||
Log.Info("Repacking Nupkg: " + projectNupkg);
|
||||
|
||||
var extractToDirectory = projectNupkg + "-temp";
|
||||
ZipFile.ExtractToDirectory(projectNupkg, extractToDirectory);
|
||||
|
||||
var projectDirectory = Path.Combine(BASE_DIR_LOCAL, "src", DESIGN_PROJECT_NAME);
|
||||
var projectFilePath = Path.Combine(projectDirectory, "project.json");
|
||||
var projectFile = Files.Include(projectFilePath).Single();
|
||||
|
||||
// Generate the x86 exe variation for the nupkg.
|
||||
DotnetBuild(projectFile, configurationX86, "net451");
|
||||
|
||||
var runtimesDirectory = Path.Combine(extractToDirectory, "runtimes");
|
||||
var win7x86Directory = Path.Combine(runtimesDirectory, "win7-x86", "lib", "net451");
|
||||
var win7x64Directory = Path.Combine(runtimesDirectory, "win7-x64", "lib", "net451");
|
||||
Directory.CreateDirectory(win7x86Directory);
|
||||
Directory.CreateDirectory(win7x64Directory);
|
||||
|
||||
var binDirectory = Path.Combine(projectDirectory, "bin");
|
||||
var x86OutputPath = Path.Combine(binDirectory, configurationX86, "net451");
|
||||
var x86ExePath = Path.Combine(x86OutputPath, DESIGN_EXE_NAME);
|
||||
var x86ExeDestinationPath = Path.Combine(win7x86Directory, DESIGN_EXE_NAME);
|
||||
File.Copy(x86ExePath, x86ExeDestinationPath);
|
||||
|
||||
var x64OutputPath = Path.Combine(binDirectory, CONFIGURATION_LOCAL, "net451");
|
||||
var x64ExePath = Path.Combine(x64OutputPath, DESIGN_EXE_NAME);
|
||||
var x64ExeDestinationPath = Path.Combine(win7x64Directory, DESIGN_EXE_NAME);
|
||||
File.Copy(x64ExePath, x64ExeDestinationPath);
|
||||
|
||||
var nugetExePath = Path.Combine(BASE_DIR_LOCAL, ".build", "nuget.exe");
|
||||
var nuspecPath = Path.Combine(extractToDirectory, DESIGN_PROJECT_NAME + ".nuspec");
|
||||
ExecClr(NUGET_EXE_PATH, "pack " + nuspecPath + " -OutputDirectory " + BUILD_DIR_LOCAL);
|
||||
|
||||
try
|
||||
{
|
||||
// Delete temporary directory we used to repack.
|
||||
Directory.Delete(extractToDirectory, true);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// Don't care if we couldn't delete the temp directory.
|
||||
}
|
||||
}
|
||||
|
||||
#push-packages target="verify"
|
||||
@{
|
||||
|
|
|
@ -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>8a97d718-0681-43c5-a70b-535dbbdf4fa1</ProjectGuid>
|
||||
<RootNamespace>Microsoft.Extensions.ProjectModel.Abstractions.Sources</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,7 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"shared": "**/*.cs",
|
||||
"frameworks": {
|
||||
"netstandard1.0": {}
|
||||
}
|
||||
}
|
|
@ -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>1f643a36-a1fc-4502-9d03-75837f20e1a4</ProjectGuid>
|
||||
<RootNamespace>Microsoft.Extensions.ProjectModel.DotNet.Sources</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,7 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"shared": "**/*.cs",
|
||||
"frameworks": {
|
||||
"netstandard1.0": {}
|
||||
}
|
||||
}
|
|
@ -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>7362ae32-7753-4e7c-86d0-dca86af413fa</ProjectGuid>
|
||||
<RootNamespace>Microsoft.Extensions.ProjectModel.MsBuild.Sources</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,7 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"shared": "**/*.cs",
|
||||
"frameworks": {
|
||||
"netstandard1.0": {}
|
||||
}
|
||||
}
|
|
@ -23,7 +23,8 @@ namespace Microsoft.VisualStudio.Web.CodeGeneration
|
|||
new HashSet<string>(StringComparer.Ordinal)
|
||||
{
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration"
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Design"
|
||||
};
|
||||
|
||||
private readonly ICodeGenAssemblyLoadContext _assemblyLoadContext;
|
||||
|
|
|
@ -0,0 +1,77 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Contains the core infrastructure used by ASP.NET Core Code Generators.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Core</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.CommandLineUtils">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>9.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
|
||||
<PackageReference Include="System.Diagnostics.Process">
|
||||
<Version>4.1.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Runtime.Serialization.Primitives">
|
||||
<Version>4.1.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>eaa718c1-c5e6-45fe-b3fe-403150a40b47</ProjectGuid>
|
||||
<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,39 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "Contains the core infrastructure used by ASP.NET Core Code Generators.",
|
||||
"dependencies": {
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils": "1.0.0",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0",
|
||||
"NETStandard.Library": "1.6.0",
|
||||
"Newtonsoft.Json": "9.0.1"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Process": "4.1.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,77 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. </Description>
|
||||
<TargetFrameworks>net451;netcoreapp1.0</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>dotnet-aspnet-codegenerator-design</AssemblyName>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
<PackageId>Microsoft.VisualStudio.Web.CodeGeneration.Design</PackageId>
|
||||
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'debug_x86' ">
|
||||
<PlatformTarget>anycpu32bitpreferred</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</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>0a36ed98-2026-40af-bafd-d8916a5c4d74</ProjectGuid>
|
||||
<RootNamespace>Microsoft.VisualStudio.Web.CodeGeneration.Design</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)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,81 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Contains Entity Framework Core Services used by ASP.NET Core Code Generators.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Hosting">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Pack="true" Include="Templates\**\*" PackagePath="Templates\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>5295ff9c-bbda-469e-aece-44de1926097a</ProjectGuid>
|
||||
<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,43 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "Contains Entity Framework Core Services used by ASP.NET Core Code Generators.",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
|
||||
"Microsoft.EntityFrameworkCore": "1.0.1",
|
||||
"Microsoft.EntityFrameworkCore.Design": "1.0.1",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"files": {
|
||||
"mappings": {
|
||||
"Templates/": "Templates/"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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>84d9af9f-1aa5-4041-a983-33f28a075395</ProjectGuid>
|
||||
<RootNamespace>Microsoft.VisualStudio.Web.CodeGeneration.Msbuild</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)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,71 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>MSBuild task (EvaluateProjectInfoForCodeGeneration) used by Microsoft.VisualStudio.Web.CodeGeneration.Tools</Description>
|
||||
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Msbuild</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\General\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile
|
||||
Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.cs"
|
||||
Exclude="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\bin\**;..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.resx" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Tasks.Core">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Utilities.Core">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>9.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NuGet.Frameworks">
|
||||
<Version>3.5.0-rc1-final</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -0,0 +1,62 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Contains Razor based templating host used by ASP.NET Core Code Generators.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Templating</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dotnet5.6;dnxcore50;portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj" />
|
||||
<!--<ProjectReference Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Razor">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp">
|
||||
<Version>1.3.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>acc58820-0386-4058-bddc-ca35cdc47dee</ProjectGuid>
|
||||
<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,36 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "Contains Razor based templating host used by ASP.NET Core Code Generators.",
|
||||
"dependencies": {
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Razor": "1.0.0",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451" : {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"dnxcore50",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,98 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. </Description>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>dotnet-aspnet-codegenerator</AssemblyName>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
<!-- -->
|
||||
<PackageId>Microsoft.VisualStudio.Web.CodeGeneration.Tools</PackageId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="Compiler\Resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.cs"
|
||||
Exclude="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\bin\**;..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\obj\**" />
|
||||
<Compile Include="..\Microsoft.Extensions.ProjectModel.MsBuild.Sources\**\*.cs;"
|
||||
Exclude="..\Microsoft.Extensions.ProjectModel.MsBuild.Sources\bin\**;..\Microsoft.Extensions.ProjectModel.MsBuild.Sources\obj\**" />
|
||||
<Compile Include="..\Microsoft.Extensions.ProjectModel.DotNet.Sources\**\*.cs"
|
||||
Exclude="..\Microsoft.Extensions.ProjectModel.DotNet.Sources\bin\**;..\Microsoft.Extensions.ProjectModel.DotNet.Sources\obj\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.Cli.Utils">
|
||||
<Version>1.0.0-preview3-004050</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.CommandLineUtils">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.ProjectModel">
|
||||
<Version>1.0.0-rc3-003121</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>9.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'debug_x86' ">
|
||||
<PlatformTarget>anycpu32bitpreferred</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild\Target\build\Microsoft.VisualStudio.Web.CodeGeneration.Tools.targets" Pack="true"
|
||||
PackagePath="build\netstandard1.0\Microsoft.VisualStudio.Web.CodeGeneration.Tools.targets" />
|
||||
<None Include="..\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild\Target\buildCrossTargeting\Microsoft.VisualStudio.Web.CodeGeneration.Tools.targets" Pack="true"
|
||||
PackagePath="buildCrossTargeting\Microsoft.VisualStudio.Web.CodeGeneration.Tools.targets" />
|
||||
<None Include="..\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild\bin\$(configuration)\netstandard1.6\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild.dll" Pack="true"
|
||||
PackagePath="tools\netcoreapp1.0\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild.dll" />
|
||||
<None Include="..\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild\bin\$(configuration)\net46\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild.dll" Pack="true"
|
||||
PackagePath="tools\net46\Microsoft.VisualStudio.Web.CodeGeneration.MsBuild.dll" />
|
||||
<None Include="bin\$(configuration)\netcoreapp1.0\dotnet-aspnet-codegenerator.deps.json" Pack="true"
|
||||
PackagePath="lib\netcoreapp1.0\" />
|
||||
<None Include="bin\$(configuration)\netcoreapp1.0\dotnet-aspnet-codegenerator.runtimeconfig.json" Pack="true"
|
||||
PackagePath="lib\netcoreapp1.0\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>12c10326-9e12-4f61-be38-5d90dfae109c</ProjectGuid>
|
||||
<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>
|
|
@ -0,0 +1,85 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Contains utilities used by ASP.NET Core Code Generation packages.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Utils</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\General\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- ProjectModel.Abstractions.Sources -->
|
||||
<Compile
|
||||
Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.cs"
|
||||
Exclude="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\bin\**;..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.resx" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces">
|
||||
<Version>1.3.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>9.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NuGet.Frameworks">
|
||||
<Version>3.5.0-rc1-final</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System.Threading.Tasks" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
|
||||
<PackageReference Include="System.AppContext">
|
||||
<Version>4.1.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Security.Cryptography.Algorithms">
|
||||
<Version>4.2.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Threading.Tasks.Parallel">
|
||||
<Version>4.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Runtime.Loader">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>fa1a34bd-c317-4a03-85f5-ff8a4984d36e</ProjectGuid>
|
||||
<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,55 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "Contains utilities used by ASP.NET Core Code Generation packages.",
|
||||
"buildOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"compile": {
|
||||
"include": [
|
||||
"../Shared/General/**/*.cs"
|
||||
]
|
||||
},
|
||||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
||||
"Microsoft.Extensions.ProjectModel.Abstractions.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"NETStandard.Library": "1.6.0",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"NuGet.Frameworks": "3.5.0-rc1-final"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Threading.Tasks": {
|
||||
"type": "build"
|
||||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.AppContext": "4.1.0",
|
||||
"System.Security.Cryptography.Algorithms": "4.2.0",
|
||||
"System.Threading.Tasks.Parallel": "4.0.1",
|
||||
"System.Runtime.Loader": "4.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,71 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.CommandLineUtils">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>b31513ff-7f8d-461f-9c93-f7cebd49fd22</ProjectGuid>
|
||||
<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,34 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"warningsAsErrors": true,
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.",
|
||||
"dependencies": {
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils": "1.0.0",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
<Import Project="..\..\build\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.</Description>
|
||||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGenerators.Mvc</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<PackageVersion>$(ScaffoldingVersion)</PackageVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTags>aspnetcore;aspnetcoremvc;codegenerator;scaffolding;visualstudioweb</PackageTags>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
|
||||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Pack="true" Include="Templates\**\*" PackagePath="Templates\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>979bfc55-c778-4beb-b667-aa43ccd07242</ProjectGuid>
|
||||
<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,39 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
"files": {
|
||||
"mappings": {
|
||||
"/": "THIRDPARTYNOTICE ASP.NET_Preview.rtf",
|
||||
"Templates/": "Templates/"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"aspnetcoremvc",
|
||||
"codegenerator",
|
||||
"scaffolding",
|
||||
"visualstudioweb"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>E2E_Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="Compiler\Resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.Cli.Utils">
|
||||
<Version>1.0.0-preview3-004050</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.36-*</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</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>cb156c62-cc9a-4c8a-991e-46b1bbf86cf8</ProjectGuid>
|
||||
<RootNamespace>E2E_Test</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>
|
|
@ -0,0 +1,72 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.Extensions.ProjectModel.Tests</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<OutputType>EXE</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\**\*.cs"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\obj\**" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\**\*.cs;"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\obj\**" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\**\*.cs;"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\obj\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.Cli.Utils">
|
||||
<Version>1.0.0-preview3-004050</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.ProjectModel">
|
||||
<Version>1.0.0-rc3-003121</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Runtime">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,21 +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>1a66a831-4f06-46d9-b483-70a4e75a2f7f</ProjectGuid>
|
||||
<RootNamespace>Microsoft.Extensions.ProjectModel</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</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>
|
|
@ -0,0 +1,80 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Core.FunctionalTest</AssemblyName>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj" />
|
||||
<ProjectReference Include="..\TestApps\ModelTypesLocatorTestWebApp\ModelTypesLocatorTestWebApp.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
<ProjectReference Include="..\TestApps\ModelTypesLocatorTestClassLibrary\ModelTypesLocatorTestClassLibrary.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\TestApps\ClassLibrary1\ClassLibrary1.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1188</Version>
|
||||
</PackageReference>
|
||||
<!--<PackageReference Include="dotnet-test-xunit">
|
||||
<Version>2.2.0-*</Version>
|
||||
</PackageReference>-->
|
||||
<PackageReference Include="Microsoft.AspNetCore.Hosting">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.Contracts">
|
||||
<Version>4.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta3-build3402</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>41e8e777-9599-4895-a4ab-12d0ecfc4bbb</ProjectGuid>
|
||||
<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,24 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-*",
|
||||
"ModelTypesLocatorTestWebApp": "1.0.0",
|
||||
"System.Diagnostics.Contracts": "4.0.1",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Core.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**"/>
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.38-alpha</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.Contracts">
|
||||
<Version>4.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,20 +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>58804623-ee96-4640-845f-f7416d5287f9</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</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,28 +0,0 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Moq": "4.6.38-alpha",
|
||||
"System.Diagnostics.Contracts": "4.0.1",
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -13,6 +13,7 @@ using Moq;
|
|||
using NuGet.Frameworks;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
using IProjectContext = Microsoft.Extensions.ProjectModel.IProjectContext;
|
||||
|
||||
namespace Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test
|
||||
{
|
||||
|
|
|
@ -0,0 +1,91 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\**\*.cs;"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\obj\**" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\**\*.cs"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\obj\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources\Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Runtime">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.Cli.Utils">
|
||||
<Version>1.0.0-preview3-004050</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.38-alpha</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.ProjectModel">
|
||||
<Version>1.0.0-rc3-003121</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>c3cb8633-efaa-43e1-bab0-9495dfffd16b</ProjectGuid>
|
||||
<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>
|
|
@ -0,0 +1,58 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Msbuild\Microsoft.VisualStudio.Web.CodeGeneration.Msbuild.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.36-*</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.3.0-*</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,21 +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>7f54c4eb-a1df-4873-958e-d2b0378ae209</ProjectGuid>
|
||||
<RootNamespace>Microsoft.VisualStudio.Web.CodeGeneration.MSBuild.Test</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</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,32 +0,0 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"compile": {
|
||||
"include": [
|
||||
"../Shared/*.cs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Build.Runtime":"15.1.0-preview-000370-00",
|
||||
"Microsoft.DotNet.Cli.Utils":"1.0.0-preview3-004056",
|
||||
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
|
||||
"Microsoft.Extensions.FileProviders.Physical":"1.0.0",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Msbuild" :"1.0.0-*",
|
||||
"Moq": "4.6.38-alpha",
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Sources.Test</AssemblyName>
|
||||
<OutputType>EXE</OutputType>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\**\*.cs;"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.MsBuild.Sources\obj\**" />
|
||||
<Compile Include="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\**\*.cs"
|
||||
Exclude="..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\bin\**;..\..\src\Microsoft.Extensions.ProjectModel.DotNet.Sources\obj\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Runtime">
|
||||
<Version>15.1.0-preview-000370-00</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.Cli.Utils">
|
||||
<Version>1.0.0-preview3-004050</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.38-alpha</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.ProjectModel">
|
||||
<Version>1.0.0-rc3-003121</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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>5025c1a4-bd5a-4a14-acd3-90360ef4b094</ProjectGuid>
|
||||
<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>
|
|
@ -0,0 +1,61 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Templating.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.38-alpha</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.ProjectModel">
|
||||
<Version>1.0.0-rc3-003121</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,20 +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>7bc55530-323e-48d7-9546-5d95df57269d</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</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,23 +0,0 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-*",
|
||||
"Moq": "4.6.38-alpha",
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.6</TargetFramework>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Test.Sources</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.Contracts">
|
||||
<Version>4.0.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>79bcb118-b2ae-43e2-baba-c0dd49c17269</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"shared": "*.cs",
|
||||
"dependencies": {
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<Compile Include="..\Shared\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Tools\Microsoft.VisualStudio.Web.CodeGeneration.Tools.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.36-*</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.3.0-*</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</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>e77fd1d0-6d18-4236-aab7-fb68934e78a6</ProjectGuid>
|
||||
<RootNamespace>Microsoft.VisualStudio.Web.CodeGeneration.Tools.Test</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)' != ''" />
|
||||
</Project>
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"compile": {
|
||||
"include": "../Shared/**/*.cs"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": "1.0.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"System.Diagnostics.TraceSource": "4.3.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": { }
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.0</TargetFramework>
|
||||
<OutputType>EXE</OutputType>
|
||||
<WarningsAsErrors>true</WarningsAsErrors>
|
||||
<AssemblyName>Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Test</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj" />
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk">
|
||||
<Version>15.0.0-preview-20161024-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<Version>2.2.0-beta4-build1194</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Moq">
|
||||
<Version>4.6.38-alpha</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Diagnostics.TraceSource">
|
||||
<Version>4.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="xunit">
|
||||
<Version>2.2.0-beta4-build3444</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,20 +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>1f17dcc9-e56f-4008-8337-feb6a6819a1f</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</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,23 +0,0 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-*",
|
||||
"Moq": "4.6.38-alpha",
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
|
@ -16,9 +16,9 @@ namespace Microsoft.VisualStudio.Web.CodeGeneration
|
|||
var current = new DirectoryInfo(AppContext.BaseDirectory);
|
||||
while (current != null)
|
||||
{
|
||||
if (File.Exists(Path.Combine(current.FullName, "global.json")))
|
||||
if (File.Exists(Path.Combine(current.FullName, "Scaffolding.sln")))
|
||||
{
|
||||
artifactsDir = Path.Combine(current.FullName, "artifacts/build");
|
||||
artifactsDir = Path.Combine(current.FullName, "artifacts", "build");
|
||||
break;
|
||||
}
|
||||
current = current.Parent;
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard1.5</TargetFrameworks>
|
||||
<AssemblyName>ClassLibrary1</AssemblyName>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</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>83bc53a8-d8ad-462c-891e-bac8059dcf6b</ProjectGuid>
|
||||
<RootNamespace>ClassLibrary1</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,12 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.5": {
|
||||
"imports": "dnxcore50"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.6</TargetFramework>
|
||||
<AssemblyName>ClassLibrary2</AssemblyName>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ClassLibrary1\ClassLibrary1.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</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>23e1d594-ab7a-4f89-9fc1-bb4fe0c0d11d</ProjectGuid>
|
||||
<RootNamespace>ClassLibrary2</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,12 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"ClassLibrary1": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.6": {
|
||||
"imports": "dnxcore50"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,60 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard1.6</TargetFrameworks>
|
||||
<AssemblyName>ModelTypesLocatorTestClassLibrary</AssemblyName>
|
||||
<OutputType>Library</OutputType>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ClassLibrary1\ClassLibrary1.csproj" />
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj" />
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>f6c4b32c-5f1a-4381-a763-e171f713732b</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": false,
|
||||
"compile": "*.cs"
|
||||
},
|
||||
"dependencies": {
|
||||
"ClassLibrary1": "1.0.0-*",
|
||||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard1.6</TargetFrameworks>
|
||||
<AssemblyName>ModelTypesLocatorTestWebApp</AssemblyName>
|
||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ModelTypesLocatorTestClassLibrary\ModelTypesLocatorTestClassLibrary.csproj" />
|
||||
<ProjectReference Include="..\ClassLibrary1\ClassLibrary1.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration\Microsoft.VisualStudio.Web.CodeGeneration.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Core\Microsoft.VisualStudio.Web.CodeGeneration.Core.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Templating\Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.VisualStudio.Web.CodeGeneration.Utils\Microsoft.VisualStudio.Web.CodeGeneration.Utils.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>
|
||||
<!--<ProjectReference Include="..\..\..\src\Microsoft.Extensions.ProjectModel.Abstractions.Sources\Microsoft.Extensions.ProjectModel.Abstractions.Sources.csproj">
|
||||
<FromP2P>true</FromP2P>
|
||||
</ProjectReference>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161104-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,17 +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)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>3bff833b-6e1b-4a0a-85e3-545de528b66d</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
||||
"ModelTypesLocatorTestClassLibrary": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче