Skip to content

Commit

Permalink
add mini sln
Browse files Browse the repository at this point in the history
fix #308
  • Loading branch information
rbouqueau committed Nov 3, 2015
1 parent fbe6392 commit 5616330
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions build/msvc10/gpac_mp4box_mini.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgpac", "libgpac.vcxproj", "{233014D5-F6E5-419D-8757-FA9CE7337088}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp4box", "mp4box.vcxproj", "{48E2C7C6-52EB-46FB-8722-00A62F46F497}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - MP4Box_only|Win32 = Debug - MP4Box_only|Win32
Debug - MP4Box_only|x64 = Debug - MP4Box_only|x64
Release - MP4Box_only|Win32 = Release - MP4Box_only|Win32
Release - MP4Box_only|x64 = Release - MP4Box_only|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{233014D5-F6E5-419D-8757-FA9CE7337088}.Debug - MP4Box_only|Win32.ActiveCfg = Debug - MP4Box_only|Win32
{233014D5-F6E5-419D-8757-FA9CE7337088}.Debug - MP4Box_only|Win32.Build.0 = Debug - MP4Box_only|Win32
{233014D5-F6E5-419D-8757-FA9CE7337088}.Debug - MP4Box_only|x64.ActiveCfg = Debug - MP4Box_only|x64
{233014D5-F6E5-419D-8757-FA9CE7337088}.Debug - MP4Box_only|x64.Build.0 = Debug - MP4Box_only|x64
{233014D5-F6E5-419D-8757-FA9CE7337088}.Release - MP4Box_only|Win32.ActiveCfg = Release - MP4Box_only|Win32
{233014D5-F6E5-419D-8757-FA9CE7337088}.Release - MP4Box_only|Win32.Build.0 = Release - MP4Box_only|Win32
{233014D5-F6E5-419D-8757-FA9CE7337088}.Release - MP4Box_only|x64.ActiveCfg = Release - MP4Box_only|x64
{233014D5-F6E5-419D-8757-FA9CE7337088}.Release - MP4Box_only|x64.Build.0 = Release - MP4Box_only|x64
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug - MP4Box_only|Win32.ActiveCfg = Debug - MP4Box_only|Win32
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug - MP4Box_only|Win32.Build.0 = Debug - MP4Box_only|Win32
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug - MP4Box_only|x64.ActiveCfg = Debug - MP4Box_only|x64
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug - MP4Box_only|x64.Build.0 = Debug - MP4Box_only|x64
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release - MP4Box_only|Win32.ActiveCfg = Release - MP4Box_only|Win32
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release - MP4Box_only|Win32.Build.0 = Release - MP4Box_only|Win32
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release - MP4Box_only|x64.ActiveCfg = Release - MP4Box_only|x64
{48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release - MP4Box_only|x64.Build.0 = Release - MP4Box_only|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 5616330

Please sign in to comment.