Also supports Get request for /api/users and /api/users?userId=x and /api/timelogs?userId=x and /api/stats stats needs fleshing out. also logic behind when someone is checking in/out..
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
|
|
<UseEmulator>false</UseEmulator>
|
|
<RemoteDebugMachine>minwinpc</RemoteDebugMachine>
|
|
<AuthenticationMode>Universal</AuthenticationMode>
|
|
<RemoteDebugEnabled>true</RemoteDebugEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<RemoteDebugMachine>minwinpc</RemoteDebugMachine>
|
|
<AuthenticationMode>Universal</AuthenticationMode>
|
|
<RemoteDebugEnabled>true</RemoteDebugEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
|
|
<UseEmulator>false</UseEmulator>
|
|
<RemoteDebugMachine>minwinpc</RemoteDebugMachine>
|
|
<AuthenticationMode>Universal</AuthenticationMode>
|
|
<RemoteDebugEnabled>true</RemoteDebugEnabled>
|
|
</PropertyGroup>
|
|
</Project> |