Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed TabulaAuthenticationServer.aps
Binary file not shown.
22 changes: 22 additions & 0 deletions TabulaAuthenticationServer.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TabulaAuthenticationServer", "TabulaAuthenticationServer.vcxproj", "{EBBF13AF-6AB1-4508-9D04-0465CC236F1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBBF13AF-6AB1-4508-9D04-0465CC236F1D}.Debug|x86.ActiveCfg = Debug|Win32
{EBBF13AF-6AB1-4508-9D04-0465CC236F1D}.Debug|x86.Build.0 = Debug|Win32
{EBBF13AF-6AB1-4508-9D04-0465CC236F1D}.Release|x86.ActiveCfg = Release|Win32
{EBBF13AF-6AB1-4508-9D04-0465CC236F1D}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions TabulaAuthenticationServer.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -18,12 +18,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
Binary file removed bin/AuthServer.exe
Binary file not shown.
10 changes: 0 additions & 10 deletions bin/AuthServer.exe.intermediate.manifest

This file was deleted.

Binary file removed bin/auth
Binary file not shown.
Binary file removed bin/auth-d
Binary file not shown.
84 changes: 0 additions & 84 deletions bin/auth.sql

This file was deleted.

12 changes: 0 additions & 12 deletions bin/config.ini

This file was deleted.

Binary file removed bin/libmysql.dll
Binary file not shown.
Binary file removed bin/pthreadVC2.dll
Binary file not shown.
8 changes: 0 additions & 8 deletions build/Makefile

This file was deleted.

190 changes: 0 additions & 190 deletions build/auth.mk

This file was deleted.

Loading