diff options
| author | Mick Grierson <mickgrierson@gmail.com> | 2012-02-06 11:51:11 +0000 |
|---|---|---|
| committer | Mick Grierson <mickgrierson@gmail.com> | 2012-02-23 17:05:56 +0000 |
| commit | ea437a1b13955c474935914cc4237c4962102b8a (patch) | |
| tree | af0e6954a38589df5fee0661711c680de0f76dd7 /ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln | |
| parent | d647b04d1526e87981fa202fd1549fa6c3cc106e (diff) | |
Added VS2010 Basic Example
just uses maximilian. There's a small change due to some bout
weirdness.
Diffstat (limited to 'ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln')
| -rwxr-xr-x | ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln b/ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln new file mode 100755 index 0000000..54f913d --- /dev/null +++ b/ofxMaxim/ofMaximExampleVS2010/audioOutputExample.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audioOutputExample", "audioOutputExample.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs2010\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32 + {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32 + {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32 + {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32 + {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32 + {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32 + {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32 + {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |
