This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +39
-64
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation
Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Validation
AspNet.Security.OAuth.Introspection.Tests
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Introspection.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 14 files changed +39
-64
lines changed Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >a8569260-142c-427a-8b14-a8df56cc15b7</ProjectGuid >
1010 <RootNamespace >AspNet.Security.OAuth.Introspection</RootNamespace >
11- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
12- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
1616 </PropertyGroup >
17- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
1818</Project >
Original file line number Diff line number Diff line change 3838 },
3939
4040 "frameworks" : {
41- "net451" : {
42- "frameworkAssemblies" : {
43- "System.ComponentModel" : { "type" : " build" },
44- "System.Runtime" : { "type" : " build" },
45- "System.Threading.Tasks" : { "type" : " build" }
46- }
47- },
41+ "net451" : { },
4842
4943 "netstandard1.3" : {
5044 "dependencies" : {
Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7-
8- <Import Project =" $(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition =" '$(VSToolsPath)' != ''" />
98 <PropertyGroup Label =" Globals" >
109 <ProjectGuid >043fd757-9c69-4a68-93bf-ead2672bbd78</ProjectGuid >
1110 <RootNamespace >AspNet.Security.OAuth.Validation</RootNamespace >
12- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
13- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1413 </PropertyGroup >
15-
1614 <PropertyGroup >
1715 <SchemaVersion >2.0</SchemaVersion >
1816 </PropertyGroup >
19- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
20- </Project >
17+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
18+ </Project >
Original file line number Diff line number Diff line change 3636 },
3737
3838 "frameworks" : {
39- "net451" : {
40- "frameworkAssemblies" : {
41- "System.Runtime" : { "type" : " build" }
42- }
43- },
39+ "net451" : { },
4440
4541 "netstandard1.3" : {
4642 "imports" : [
Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >f9031f69-74bf-4321-88d5-2a606d3da4e4</ProjectGuid >
1010 <RootNamespace >Owin.Security.OAuth.Introspection</RootNamespace >
11- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
12- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
1616 </PropertyGroup >
17- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
1818</Project >
Original file line number Diff line number Diff line change 4242 "frameworks" : {
4343 "net451" : {
4444 "frameworkAssemblies" : {
45- "System.ComponentModel" : { "type" : " build" },
46- "System.Net.Http" : " 4.0.0.0" ,
47- "System.Runtime" : { "type" : " build" },
48- "System.Threading.Tasks" : { "type" : " build" }
45+ "System.Net.Http" : " 4.0.0.0"
4946 }
5047 }
5148 }
Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >719af040-773b-4da5-b53e-28b26d1121ff</ProjectGuid >
1010 <RootNamespace >Owin.Security.OAuth.Validation</RootNamespace >
11- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
12- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
1616 </PropertyGroup >
17- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
1818</Project >
Original file line number Diff line number Diff line change 4040 "frameworks" : {
4141 "net451" : {
4242 "frameworkAssemblies" : {
43- "System.ComponentModel" : { "type" : " build" },
44- "System.IdentityModel" : " 4.0.0.0" ,
45- "System.Runtime" : { "type" : " build" }
43+ "System.IdentityModel" : " 4.0.0.0"
4644 }
4745 }
4846 }
Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >4070dc46-0fd5-4add-95b3-e9908ad82407</ProjectGuid >
1010 <RootNamespace >AspNet.Security.OAuth.Introspection.Tests</RootNamespace >
11- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
12- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
1616 </PropertyGroup >
1717 <ItemGroup >
1818 <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
1919 </ItemGroup >
20- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
20+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
2121</Project >
Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >fc99e58d-86bc-4ead-b282-c9f1491ccf96</ProjectGuid >
1010 <RootNamespace >AspNet.Security.OAuth.Validation.Tests</RootNamespace >
11- <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\ obj\$(MSBuildProjectName) </BaseIntermediateOutputPath >
12- <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\ bin\$(MSBuildProjectName) \</OutputPath >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\ obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\ bin\</OutputPath >
1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
1616 </PropertyGroup >
1717 <ItemGroup >
1818 <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
1919 </ItemGroup >
20- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
20+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
2121</Project >
You can’t perform that action at this time.
0 commit comments