Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,40 @@ xcuserdata
*.suo
ipch/

#openframeworks generated solution files
*.solution
*.VC.VC.opendb
*.VC.db
*.vcxproj.users

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
*.iobj
*.ipdb
*.exp

#Eclipse
.metadata
local.properties
Expand Down
75 changes: 0 additions & 75 deletions example_ofxCEF/bin/debug.log

This file was deleted.

Binary file removed example_ofxCEF/bin/example_ofxCEF.exp
Binary file not shown.
Binary file removed example_ofxCEF/bin/example_ofxCEF_debug.exp
Binary file not shown.
Binary file removed example_ofxCEF/bin/example_ofxCEF_debug.ilk
Binary file not shown.
Binary file removed example_ofxCEF/bin/example_ofxCEF_debug.pdb
Binary file not shown.
Empty file modified example_ofxCEF/change_mach_o_flags.py
100755 → 100644
Empty file.
17 changes: 17 additions & 0 deletions example_ofxCEF/compatibility.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!--The ID below indicates application support for Windows Vista -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<!--The ID below indicates application support for Windows 7 -->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<!--The ID below indicates application support for Windows 8 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!--The ID below indicates application support for Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<!--The ID below indicates application support for Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>
47 changes: 45 additions & 2 deletions example_ofxCEF/example_ofxCEF.sln
Original file line number Diff line number Diff line change
@@ -1,40 +1,83 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_ofxCEF", "example_ofxCEF.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
ProjectSection(ProjectDependencies) = postProject
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C} = {0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4} = {A525C183-14BE-3989-85EB-A7C6C1C6E1F4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\libs\CEF\win32\build\ZERO_CHECK.vcxproj", "{8B2CE83C-9D83-451C-853A-44DFBB7A951E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef_dll_wrapper", "..\libs\CEF\win32\build\libcef_dll\libcef_dll_wrapper.vcxproj", "{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef_dll_wrapper", "..\libs\CEF\win32\build\libcef_dll_wrapper\libcef_dll_wrapper.vcxproj", "{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\libs\CEF\win64\build\ZERO_CHECK.vcxproj", "{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef_dll_wrapper", "..\libs\CEF\win64\build\libcef_dll_wrapper\libcef_dll_wrapper.vcxproj", "{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CEF32", "CEF32", "{FA4E8862-7D93-4826-8B0E-88F63ED07504}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CEF64", "CEF64", "{C1B45239-7717-4B39-947F-A60E25F488DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
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}.Debug|x64.ActiveCfg = Debug|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
{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}.Debug|x64.ActiveCfg = Debug|x64
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Debug|Win32.ActiveCfg = Debug|Win32
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Debug|Win32.Build.0 = Debug|Win32
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Debug|x64.ActiveCfg = Debug|Win32
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Release|Win32.ActiveCfg = Release|Win32
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Release|Win32.Build.0 = Release|Win32
{8B2CE83C-9D83-451C-853A-44DFBB7A951E}.Release|x64.ActiveCfg = Release|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Debug|Win32.ActiveCfg = Debug|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Debug|Win32.Build.0 = Debug|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Debug|x64.ActiveCfg = Debug|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Release|Win32.ActiveCfg = Release|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Release|Win32.Build.0 = Release|Win32
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C}.Release|x64.ActiveCfg = Release|Win32
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Debug|Win32.ActiveCfg = Debug|x64
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Debug|x64.ActiveCfg = Debug|x64
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Debug|x64.Build.0 = Debug|x64
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Release|Win32.ActiveCfg = Release|x64
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Release|x64.ActiveCfg = Release|x64
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55}.Release|x64.Build.0 = Release|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Debug|Win32.ActiveCfg = Debug|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Debug|x64.ActiveCfg = Debug|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Debug|x64.Build.0 = Debug|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Release|Win32.ActiveCfg = Release|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Release|x64.ActiveCfg = Release|x64
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8B2CE83C-9D83-451C-853A-44DFBB7A951E} = {FA4E8862-7D93-4826-8B0E-88F63ED07504}
{0FD57D83-9065-4DF4-888D-5E6DE5BFB65C} = {FA4E8862-7D93-4826-8B0E-88F63ED07504}
{C02B4834-3CAA-3E74-9B27-44FA9F6F7B55} = {C1B45239-7717-4B39-947F-A60E25F488DE}
{A525C183-14BE-3989-85EB-A7C6C1C6E1F4} = {C1B45239-7717-4B39-947F-A60E25F488DE}
EndGlobalSection
EndGlobal
Loading