diff IBBoard.csproj @ 113:e32b5ccda410

* Update Translations to use built-in schema
author IBBoard <dev@ibboard.co.uk>
date Sun, 24 Jun 2012 15:48:25 +0100
parents a78efc8b2119
children 7ca4acc659bb de0ed24eb961
line wrap: on
line diff
--- a/IBBoard.csproj	Tue Jan 31 20:46:10 2012 +0000
+++ b/IBBoard.csproj	Sun Jun 24 15:48:25 2012 +0100
@@ -201,12 +201,6 @@
     <None Include="app.config" />
     <None Include="COPYING.GPL" />
     <None Include="COPYING.LGPL" />
-    <None Include="schemas\translation.xsd">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-      <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
-      <SubType>
-      </SubType>
-    </None>
   </ItemGroup>
   <ProjectExtensions>
     <MonoDevelop>
@@ -219,4 +213,9 @@
     </MonoDevelop>
     <VisualStudio />
   </ProjectExtensions>
+  <ItemGroup>
+    <EmbeddedResource Include="schemas\translation.xsd">
+      <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
+    </EmbeddedResource>
+  </ItemGroup>
 </Project>
\ No newline at end of file