This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/Microsoft.Framework.Logging Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ nuget.exe
2222* DS_Store
2323* .ncrunchsolution
2424* . * sdf
25- * .ipch
25+ * .ipch
26+ * .sln.ide
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments