FlexitimeTracker/DataCenter/DataCenterService/DataCenterService.csproj.user
chris.watts90@outlook.com ed5162b9e7 Initial commit of data center code to receive HTTP Posts from remote card readers and write them into the database.
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..
2017-01-25 22:47:02 +00:00

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>