Cleanup left over cruft
This commit is contained in:
parent
7e90d0ef32
commit
43b02a07b5
|
|
@ -1,17 +1,3 @@
|
||||||
<!--
|
|
||||||
***********************************************************************************************
|
|
||||||
ProjectK.CSharp.targets
|
|
||||||
|
|
||||||
Contains common properties and targets that are shared by all v4.5 Portable Library C# projects.
|
|
||||||
|
|
||||||
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
|
|
||||||
created a backup copy. Incorrect changes to this file will make it
|
|
||||||
impossible to load or build your projects from the command-line or the IDE.
|
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
||||||
***********************************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
<Import Project="ProjectK.Common.props" />
|
<Import Project="ProjectK.Common.props" />
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,3 @@
|
||||||
<!--
|
|
||||||
***********************************************************************************************
|
|
||||||
ProjectK.Common.props
|
|
||||||
|
|
||||||
Contains common properties and targets that are shared by all v4.5 Portable Library C# projects.
|
|
||||||
|
|
||||||
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
|
|
||||||
created a backup copy. Incorrect changes to this file will make it
|
|
||||||
impossible to load or build your projects from the command-line or the IDE.
|
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
||||||
***********************************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,3 @@
|
||||||
<!--
|
|
||||||
***********************************************************************************************
|
|
||||||
ProjectK.Common.targets
|
|
||||||
|
|
||||||
Contains common properties and targets that are shared by all v4.5 Portable Library C# projects.
|
|
||||||
|
|
||||||
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
|
|
||||||
created a backup copy. Incorrect changes to this file will make it
|
|
||||||
impossible to load or build your projects from the command-line or the IDE.
|
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
||||||
***********************************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue