Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > a3e7601c6c879950493be62da4f7e57f > files > 1

nlog-2.0.1-4.mga5.src.rpm

--- src/NLog.Extended/NLog.Extended.monodevelop.csproj.old	2011-07-15 21:13:45.981007644 +0200
+++ src/NLog.Extended/NLog.Extended.monodevelop.csproj	2011-07-15 21:14:03.452000732 +0200
@@ -84,8 +84,10 @@
     </ProjectReference>
   </ItemGroup>
   <Target Name="BeforeBuild">
-    <ItemGroup Condition="Exists('$(BuildInfoFile)')">
-      <Compile Include="$(BuildInfoFile)" />
+    <ItemGroup Condition="'$(BuildInfoFile)' != '' ">
+      <ItemGroup Condition="Exists('$(BuildInfoFile)')">
+        <Compile Include="$(BuildInfoFile)" />
+      </ItemGroup>
     </ItemGroup>
   </Target>
 </Project>