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 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >a8569260-142c-427a-8b14-a8df56cc15b7</ProjectGuid >
10
10
<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 >
13
13
</PropertyGroup >
14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
18
18
</Project >
Original file line number Diff line number Diff line change 38
38
},
39
39
40
40
"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" : { },
48
42
49
43
"netstandard1.3" : {
50
44
"dependencies" : {
Original file line number Diff line number Diff line change 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
-
8
- <Import Project =" $(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition =" '$(VSToolsPath)' != ''" />
9
8
<PropertyGroup Label =" Globals" >
10
9
<ProjectGuid >043fd757-9c69-4a68-93bf-ead2672bbd78</ProjectGuid >
11
10
<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 >
14
13
</PropertyGroup >
15
-
16
14
<PropertyGroup >
17
15
<SchemaVersion >2.0</SchemaVersion >
18
16
</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 36
36
},
37
37
38
38
"frameworks" : {
39
- "net451" : {
40
- "frameworkAssemblies" : {
41
- "System.Runtime" : { "type" : " build" }
42
- }
43
- },
39
+ "net451" : { },
44
40
45
41
"netstandard1.3" : {
46
42
"imports" : [
Original file line number Diff line number Diff line change 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >f9031f69-74bf-4321-88d5-2a606d3da4e4</ProjectGuid >
10
10
<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 >
13
13
</PropertyGroup >
14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
18
18
</Project >
Original file line number Diff line number Diff line change 42
42
"frameworks" : {
43
43
"net451" : {
44
44
"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"
49
46
}
50
47
}
51
48
}
Original file line number Diff line number Diff line change 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >719af040-773b-4da5-b53e-28b26d1121ff</ProjectGuid >
10
10
<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 >
13
13
</PropertyGroup >
14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
17
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
18
18
</Project >
Original file line number Diff line number Diff line change 40
40
"frameworks" : {
41
41
"net451" : {
42
42
"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"
46
44
}
47
45
}
48
46
}
Original file line number Diff line number Diff line change 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >4070dc46-0fd5-4add-95b3-e9908ad82407</ProjectGuid >
10
10
<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 >
13
13
</PropertyGroup >
14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
19
19
</ItemGroup >
20
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
20
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
21
21
</Project >
Original file line number Diff line number Diff line change 4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >fc99e58d-86bc-4ead-b282-c9f1491ccf96</ProjectGuid >
10
10
<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 >
13
13
</PropertyGroup >
14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
19
19
</ItemGroup >
20
- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .targets" Condition =" '$(VSToolsPath)' != ''" />
20
+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .targets" Condition =" '$(VSToolsPath)' != ''" />
21
21
</Project >
You can’t perform that action at this time.
0 commit comments