[Mwinapi-commits] SF.net SVN: mwinapi:[116] trunk/ManagedWinapi
Status: Beta
Brought to you by:
schierlm
|
From: <dan...@us...> - 2013-07-23 08:17:14
|
Revision: 116
http://sourceforge.net/p/mwinapi/code/116
Author: danielrose
Date: 2013-07-23 08:17:11 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Deleted app.config, since it is used for applications, but not for class libraries.
Modified Paths:
--------------
trunk/ManagedWinapi/ManagedWinapi-2010.csproj
trunk/ManagedWinapi/ManagedWinapi.csproj
Removed Paths:
-------------
trunk/ManagedWinapi/app.config
Modified: trunk/ManagedWinapi/ManagedWinapi-2010.csproj
===================================================================
--- trunk/ManagedWinapi/ManagedWinapi-2010.csproj 2013-07-23 08:13:36 UTC (rev 115)
+++ trunk/ManagedWinapi/ManagedWinapi-2010.csproj 2013-07-23 08:17:11 UTC (rev 116)
@@ -131,9 +131,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Modified: trunk/ManagedWinapi/ManagedWinapi.csproj
===================================================================
--- trunk/ManagedWinapi/ManagedWinapi.csproj 2013-07-23 08:13:36 UTC (rev 115)
+++ trunk/ManagedWinapi/ManagedWinapi.csproj 2013-07-23 08:17:11 UTC (rev 116)
@@ -130,9 +130,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Deleted: trunk/ManagedWinapi/app.config
===================================================================
--- trunk/ManagedWinapi/app.config 2013-07-23 08:13:36 UTC (rev 115)
+++ trunk/ManagedWinapi/app.config 2013-07-23 08:17:11 UTC (rev 116)
@@ -1,3 +0,0 @@
-<?xml version="1.0"?>
-<configuration>
-<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|