diff options
| author | Chris Kiefer <chrisk13fer@gmail.com> | 2011-08-25 15:53:46 +0100 |
|---|---|---|
| committer | Chris Kiefer <chrisk13fer@gmail.com> | 2011-08-25 15:53:46 +0100 |
| commit | f246be00cfd2ab25cb921552e9dd5a12c0605df7 (patch) | |
| tree | 1591103bb4e73328e5e80cea43dc1ec4bede4336 /ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user | |
| parent | 955744bad39224a5c9d21d73790599b05a74b04b (diff) | |
| parent | ffcfdd709c296f7304869e6a046ee1496f732b5b (diff) | |
Merge branch 'master' of github.com:micknoise/Maximilian
Diffstat (limited to 'ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user')
| -rwxr-xr-x | ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user b/ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user new file mode 100755 index 0000000..801522b --- /dev/null +++ b/ofxMaxim/ofMaximWindowsVS2008_emptyExample/emptyExample.vcproj.user @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioUserFile + ProjectType="Visual C++" + Version="8.00" + ShowAllFiles="false" + > + <Configurations> + <Configuration + Name="Debug|Win32" + > + <DebugSettings + Command="$(TargetPath)" + WorkingDirectory="bin" + /> + </Configuration> + <Configuration + Name="Release|Win32" + > + <DebugSettings + Command="$(TargetPath)" + WorkingDirectory="bin" + /> + </Configuration> + </Configurations> +</VisualStudioUserFile> |
