Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 5af3255

Browse files
committed
Updating kproj file to match tooling changes
1 parent ca0d49b commit 5af3255

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ nuget.exe
2222
*DS_Store
2323
*.ncrunchsolution
2424
*.*sdf
25-
*.ipch
25+
*.ipch
26+
*.sln.ide

src/Microsoft.Framework.Logging/Microsoft.Framework.Logging.kproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
</PropertyGroup>
7-
<Import Project="$(VSToolsPath)\ProjectK\Microsoft.Web.ProjectK.Props" Condition="'$(VSToolsPath)' != ''" />
7+
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>19d1b6c5-8a62-4387-8816-c54874d1df5f</ProjectGuid>
1010
<OutputType>Library</OutputType>
@@ -27,5 +27,5 @@
2727
<Compile Include="LoggerExtensions.cs" />
2828
<Compile Include="TraceType.cs" />
2929
</ItemGroup>
30-
<Import Project="$(VSToolsPath)\ProjectK\Microsoft.Web.ProjectK.targets" Condition="'$(VSToolsPath)' != ''" />
30+
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
3131
</Project>

0 commit comments

Comments
 (0)