gitextract_jqyd6uxk/ ├── .gitignore ├── .nuget/ │ ├── NuGet.Config │ └── NuGet.targets ├── LICENSE ├── OWINTest.API/ │ ├── OWINTest.API.csproj │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── ValuesController.cs │ └── packages.config ├── OWINTest.Service/ │ ├── API/ │ │ ├── PersonController.cs │ │ └── RoutedController.cs │ ├── APIServiceTest.Designer.cs │ ├── APIServiceTest.cs │ ├── App.config │ ├── OWINTest.Service.csproj │ ├── Program.cs │ ├── ProjectInstaller.Designer.cs │ ├── ProjectInstaller.cs │ ├── ProjectInstaller.resx │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── Startup.cs │ ├── install.cmd │ ├── packages.config │ └── uninstall.cmd ├── OWINTest.sln └── README.md