diff --git a/ACardEmulator/app/app.iml b/ACardEmulator/app/app.iml
index fdb81bf..44206a3 100644
--- a/ACardEmulator/app/app.iml
+++ b/ACardEmulator/app/app.iml
@@ -67,13 +67,6 @@
-
-
-
-
-
-
-
@@ -81,6 +74,13 @@
+
+
+
+
+
+
+
diff --git a/appveyor.yml b/appveyor.yml
index 2fe0e31..9e9ffbd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,10 +9,12 @@ install:
- ps: >-
If ($env:Platform -Match "x86") {
$env:MSBUILD_PLATFORM="x86"
+ $env:VCVARS_PLATFORM="x86"
$env:ARTIFACT="vpcd_win32"
$env:X64=""
} Else {
$env:MSBUILD_PLATFORM="x64"
+ $env:VCVARS_PLATFORM="amd64"
$env:ARTIFACT="vpcd_win64"
$env:X64="x64\"
}
@@ -21,14 +23,20 @@ install:
# BUGFIX: wdf directory was renamed to 00wdf, rename it back (see github.com/appveyor/ci/issues/414)
- ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf'
+ # set Visual Studio 2015 build environment
+ - set VSVER=14
+ - ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
+ - echo "Using Visual Studio %VSVER%.0 at %VSCOMNTOOLS%"
+ - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
+
build_script:
- md %ARTIFACT%
- msbuild virtualsmartcard\win32\BixVReader.sln /p:Configuration=Release;Platform=%MSBUILD_PLATFORM%
- move virtualsmartcard\win32\BixVReaderInstaller\bin\%X64%Release\BixVReaderInstaller.msi %ARTIFACT%
- - msbuild virtualsmartcard\win32\vpcd-config\vpcd-config.sln /p:Configuration="Debug" /p:Platform=Win32
- - move virtualsmartcard\win32\vpcd-config\Debug\vpcd-config.exe %ARTIFACT%
+ - cl /Ivirtualsmartcard\src\vpcd virtualsmartcard\src\vpcd-config\vpcd-config.c /NODEFAULTLIB:MSVCRTD /NODEFAULTLIB:MSVCRT virtualsmartcard\src\vpcd-config\local-ip.c ws2_32.lib
+ - move vpcd-config.exe %ARTIFACT%
- 7z a %ARTIFACT%.zip %ARTIFACT%
- appveyor PushArtifact %ARTIFACT%.zip
diff --git a/remote-reader/app/app.iml b/remote-reader/app/app.iml
index b4f6fd1..74ea2df 100644
--- a/remote-reader/app/app.iml
+++ b/remote-reader/app/app.iml
@@ -9,13 +9,9 @@
-
-
-
- generateDebugAndroidTestSources
generateDebugSources
@@ -28,7 +24,7 @@
-
+
@@ -48,26 +44,36 @@
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
@@ -76,26 +82,27 @@
-
-
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/remote-reader/remote-reader.iml b/remote-reader/remote-reader.iml
index 1e5be46..016b21f 100644
--- a/remote-reader/remote-reader.iml
+++ b/remote-reader/remote-reader.iml
@@ -13,7 +13,7 @@
-
+
\ No newline at end of file
diff --git a/virtualsmartcard/win32/vpcd-config/vpcd-config.sln b/virtualsmartcard/win32/vpcd-config/vpcd-config.sln
deleted file mode 100644
index edb056c..0000000
--- a/virtualsmartcard/win32/vpcd-config/vpcd-config.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vpcd-config", "vpcd-config.vcxproj", "{F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}.Debug|Win32.ActiveCfg = Debug|Win32
- {F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}.Debug|Win32.Build.0 = Debug|Win32
- {F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}.Release|Win32.ActiveCfg = Release|Win32
- {F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/virtualsmartcard/win32/vpcd-config/vpcd-config.vcxproj b/virtualsmartcard/win32/vpcd-config/vpcd-config.vcxproj
deleted file mode 100644
index 304a6a1..0000000
--- a/virtualsmartcard/win32/vpcd-config/vpcd-config.vcxproj
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {F5ECFFD7-BE92-4A5F-94B0-FF91F7680B0F}
- vpcdconfig
-
-
-
- Application
- true
- MultiByte
-
-
- Application
- false
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- Disabled
- ..\..\src\vpcd;%(AdditionalIncludeDirectories)
-
-
- true
- Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
-
-
-
-
- Level3
- MaxSpeed
- true
- true
-
-
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-