diff --git a/VisualC/clean.sh b/VisualC/clean.sh index fd16f9a127..4ec25cb506 100755 --- a/VisualC/clean.sh +++ b/VisualC/clean.sh @@ -1,4 +1,4 @@ #!/bin/sh find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete -find . -type f \( -name '*.bmp' -o -name '*.wav' -o -name '*.dat' \) -print -delete +find . -type f \( -name '*.png' -o -name '*.wav' -o -name '*.dat' \) -print -delete find . -depth -type d \( -name Win32 -o -name x64 \) -exec rm -rv {} \; diff --git a/VisualC/examples/asyncio/01-load-bitmaps/01-load-bitmaps.vcxproj b/VisualC/examples/asyncio/01-load-bitmaps/01-load-bitmaps.vcxproj index c51145d525..f4fad2c5a7 100644 --- a/VisualC/examples/asyncio/01-load-bitmaps/01-load-bitmaps.vcxproj +++ b/VisualC/examples/asyncio/01-load-bitmaps/01-load-bitmaps.vcxproj @@ -7,6 +7,10 @@ + + + + \ No newline at end of file diff --git a/VisualC/examples/audio/04-multiple-streams/04-multiple-streams.vcxproj b/VisualC/examples/audio/04-multiple-streams/04-multiple-streams.vcxproj index 3df214536f..37634600fa 100644 --- a/VisualC/examples/audio/04-multiple-streams/04-multiple-streams.vcxproj +++ b/VisualC/examples/audio/04-multiple-streams/04-multiple-streams.vcxproj @@ -7,6 +7,8 @@ + + \ No newline at end of file diff --git a/VisualC/examples/input/03-gamepad-polling/03-gamepad-polling.vcxproj b/VisualC/examples/input/03-gamepad-polling/03-gamepad-polling.vcxproj index 228bf792c4..4d064200b0 100644 --- a/VisualC/examples/input/03-gamepad-polling/03-gamepad-polling.vcxproj +++ b/VisualC/examples/input/03-gamepad-polling/03-gamepad-polling.vcxproj @@ -7,6 +7,7 @@ + \ No newline at end of file diff --git a/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj b/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj index cb25c8756b..e706d7d7a2 100644 --- a/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj +++ b/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj @@ -7,6 +7,7 @@ + \ No newline at end of file diff --git a/VisualC/examples/renderer/19-affine-textures/19-affine-textures.vcxproj b/VisualC/examples/renderer/19-affine-textures/19-affine-textures.vcxproj index bca6c390c9..97418e1345 100644 --- a/VisualC/examples/renderer/19-affine-textures/19-affine-textures.vcxproj +++ b/VisualC/examples/renderer/19-affine-textures/19-affine-textures.vcxproj @@ -7,6 +7,7 @@ + \ No newline at end of file