├── Licence.txt ├── README.md ├── bin └── Protractor_v1_1.xap ├── doc ├── ApplicationIcon.xcf ├── ApplicationIconLarge.xcf ├── length_measure.jpg ├── length_measure_small.png └── settings.jpg └── src ├── Protractor.sln └── Protractor ├── App.xaml ├── App.xaml.cs ├── ApplicationIcon.png ├── Background.png ├── BrowserMouseHelper.cs ├── MainPage.xaml ├── MainPage.xaml.cs ├── Properties ├── AppManifest.xml ├── AssemblyInfo.cs └── WMAppManifest.xml ├── Protractor.csproj ├── SplashScreenImage.jpg ├── html ├── index.html ├── papergrid.png ├── script.js ├── settings.png └── style.css ├── index.html ├── script.js └── style.css /Licence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/Licence.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/README.md -------------------------------------------------------------------------------- /bin/Protractor_v1_1.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/bin/Protractor_v1_1.xap -------------------------------------------------------------------------------- /doc/ApplicationIcon.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/doc/ApplicationIcon.xcf -------------------------------------------------------------------------------- /doc/ApplicationIconLarge.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/doc/ApplicationIconLarge.xcf -------------------------------------------------------------------------------- /doc/length_measure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/doc/length_measure.jpg -------------------------------------------------------------------------------- /doc/length_measure_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/doc/length_measure_small.png -------------------------------------------------------------------------------- /doc/settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/doc/settings.jpg -------------------------------------------------------------------------------- /src/Protractor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor.sln -------------------------------------------------------------------------------- /src/Protractor/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/App.xaml -------------------------------------------------------------------------------- /src/Protractor/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/App.xaml.cs -------------------------------------------------------------------------------- /src/Protractor/ApplicationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/ApplicationIcon.png -------------------------------------------------------------------------------- /src/Protractor/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/Background.png -------------------------------------------------------------------------------- /src/Protractor/BrowserMouseHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/BrowserMouseHelper.cs -------------------------------------------------------------------------------- /src/Protractor/MainPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/MainPage.xaml -------------------------------------------------------------------------------- /src/Protractor/MainPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/MainPage.xaml.cs -------------------------------------------------------------------------------- /src/Protractor/Properties/AppManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/Properties/AppManifest.xml -------------------------------------------------------------------------------- /src/Protractor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Protractor/Properties/WMAppManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/Properties/WMAppManifest.xml -------------------------------------------------------------------------------- /src/Protractor/Protractor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/Protractor.csproj -------------------------------------------------------------------------------- /src/Protractor/SplashScreenImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/SplashScreenImage.jpg -------------------------------------------------------------------------------- /src/Protractor/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/html/index.html -------------------------------------------------------------------------------- /src/Protractor/html/papergrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/html/papergrid.png -------------------------------------------------------------------------------- /src/Protractor/html/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/html/script.js -------------------------------------------------------------------------------- /src/Protractor/html/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/html/settings.png -------------------------------------------------------------------------------- /src/Protractor/html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/html/style.css -------------------------------------------------------------------------------- /src/Protractor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/index.html -------------------------------------------------------------------------------- /src/Protractor/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/script.js -------------------------------------------------------------------------------- /src/Protractor/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/protractor/HEAD/src/Protractor/style.css --------------------------------------------------------------------------------