Ver Fonte

Make sure that IntelliSense properly parses generated C# files

BearishSun há 8 anos atrás
pai
commit
6ae56240cf

+ 1 - 0
Source/MBansheeEditor/MBansheeEditor.csproj

@@ -31,6 +31,7 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
+	<CSFile Include="*.cs"/>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />

+ 1 - 0
Source/MBansheeEngine/MBansheeEngine.csproj

@@ -34,6 +34,7 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
+	<CSFile Include="*.cs"/>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />