Using Microsoft Visual Studio and the C# programming language:
Create an application that displays a rectangular box that is a solid color. The box should not be larger than 200x40 and should be centered. Provide the following features:
- Pinch to zoom the box in and out
- Long touch to toggle the box's color to something else
- Flick to change the location of the box in the view
Important - The project should be a COMPLETE Visual Studio zip file including a working interface that runs in an emulator in order to test.