Parent Directory
|
Revision Log
|
Patch
--- trunk/gr2lib_typedefs/gr2lib_typedefs.csproj 2010/08/07 02:42:31 48 +++ trunk/gr2lib_typedefs/gr2lib_typedefs.csproj 2010/08/08 07:43:37 49 @@ -51,11 +51,16 @@ <Compile Include="typedefs\TextureCreator\ATextureTypeData.cs" /> <Compile Include="typedefs\TextureCreator\interfaces\IBinaryMagicReader.cs" /> <Compile Include="typedefs\TextureCreator\interfaces\ITextureResourceHandler.cs" /> + <Compile Include="typedefs\TextureCreator\RGBAPackedValue.cs" /> <Compile Include="typedefs\TextureCreator\TextureBinder.cs" /> <Compile Include="typedefs\TextureCreator\BaseTextureCreator.cs"> </Compile> - <Compile Include="typedefs\TextureCreator\bink_texture_creator.cs" /> - <Compile Include="typedefs\TextureCreator\default_texture_creator.cs" /> + <Compile Include="typedefs\TextureCreator\bink_texture_creator.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="typedefs\TextureCreator\default_texture_creator.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Include="typedefs\TextureCreator\interfaces\IBaseCustomTextureCreator.cs" /> <Compile Include="interfaces\IExporterInfo.cs" /> <Compile Include="interfaces\IExtendedData.cs" /> @@ -76,6 +81,7 @@ <Compile Include="typedefs\TextureCreator\interfaces\ITextureBinder.cs" /> <Compile Include="typedefs\TextureCreator\interfaces\ITextureResource.cs" /> <Compile Include="typedefs\TextureCreator\s3tc_texture_creator.cs"> + <SubType>UserControl</SubType> </Compile> <Compile Include="typedefs\ExporterInfo.cs" /> <Compile Include="typedefs\FilePath.cs" /> @@ -94,6 +100,7 @@ <Compile Include="typedefs\Quaterion.cs" /> <Compile Include="typedefs\Texture.cs" /> <Compile Include="typedefs\TextureCreator\ATextureResource.cs"> + <SubType>UserControl</SubType> </Compile> <Compile Include="typedefs\TextureCreator\TextureCreators.cs" /> <Compile Include="typedefs\typedefs.cs" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |