diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d57c508 --- /dev/null +++ b/.gitignore @@ -0,0 +1,342 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true +**/wwwroot/lib/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + diff --git a/.vs/eDos/v15/.suo b/.vs/eDos/v15/.suo deleted file mode 100644 index ce57f22..0000000 Binary files a/.vs/eDos/v15/.suo and /dev/null differ diff --git a/.vs/eDos/v15/Browse.VC.db b/.vs/eDos/v15/Browse.VC.db deleted file mode 100644 index 6f70a61..0000000 Binary files a/.vs/eDos/v15/Browse.VC.db and /dev/null differ diff --git a/.vs/eDos/v15/Server/sqlite3/db.lock b/.vs/eDos/v15/Server/sqlite3/db.lock deleted file mode 100644 index e69de29..0000000 diff --git a/.vs/eDos/v15/Server/sqlite3/storage.ide b/.vs/eDos/v15/Server/sqlite3/storage.ide deleted file mode 100644 index c74be92..0000000 Binary files a/.vs/eDos/v15/Server/sqlite3/storage.ide and /dev/null differ diff --git a/.vs/eDos/v15/Server/sqlite3/storage.ide-shm b/.vs/eDos/v15/Server/sqlite3/storage.ide-shm deleted file mode 100644 index 9fd0cf0..0000000 Binary files a/.vs/eDos/v15/Server/sqlite3/storage.ide-shm and /dev/null differ diff --git a/.vs/eDos/v15/Server/sqlite3/storage.ide-wal b/.vs/eDos/v15/Server/sqlite3/storage.ide-wal deleted file mode 100644 index bfa8e35..0000000 Binary files a/.vs/eDos/v15/Server/sqlite3/storage.ide-wal and /dev/null differ diff --git a/.vs/eDos/v15/Solution.VC.db b/.vs/eDos/v15/Solution.VC.db deleted file mode 100644 index 3a37257..0000000 Binary files a/.vs/eDos/v15/Solution.VC.db and /dev/null differ diff --git a/.vs/eDos/v15/ipch/1d8ecfc50bb366e4.ipch b/.vs/eDos/v15/ipch/1d8ecfc50bb366e4.ipch deleted file mode 100644 index 4c41a4e..0000000 Binary files a/.vs/eDos/v15/ipch/1d8ecfc50bb366e4.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/48913176b520caa4.ipch b/.vs/eDos/v15/ipch/48913176b520caa4.ipch deleted file mode 100644 index f4d1fd3..0000000 Binary files a/.vs/eDos/v15/ipch/48913176b520caa4.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/4ff4f226ea145fd9.ipch b/.vs/eDos/v15/ipch/4ff4f226ea145fd9.ipch deleted file mode 100644 index b82bb8d..0000000 Binary files a/.vs/eDos/v15/ipch/4ff4f226ea145fd9.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/638d7195c84c86ec.ipch b/.vs/eDos/v15/ipch/638d7195c84c86ec.ipch deleted file mode 100644 index c7d7b48..0000000 Binary files a/.vs/eDos/v15/ipch/638d7195c84c86ec.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/b16260364c044331.ipch b/.vs/eDos/v15/ipch/b16260364c044331.ipch deleted file mode 100644 index ebb94c9..0000000 Binary files a/.vs/eDos/v15/ipch/b16260364c044331.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/b5523fbbc0822021.ipch b/.vs/eDos/v15/ipch/b5523fbbc0822021.ipch deleted file mode 100644 index 363ba7f..0000000 Binary files a/.vs/eDos/v15/ipch/b5523fbbc0822021.ipch and /dev/null differ diff --git a/.vs/eDos/v15/ipch/d705b1001de2fe11.ipch b/.vs/eDos/v15/ipch/d705b1001de2fe11.ipch deleted file mode 100644 index 7186bc7..0000000 Binary files a/.vs/eDos/v15/ipch/d705b1001de2fe11.ipch and /dev/null differ diff --git a/Debug/EpdBase.lib b/Debug/EpdBase.lib deleted file mode 100644 index 53bb2b6..0000000 Binary files a/Debug/EpdBase.lib and /dev/null differ diff --git a/Debug/EpdBase.pdb b/Debug/EpdBase.pdb deleted file mode 100644 index 65e802e..0000000 Binary files a/Debug/EpdBase.pdb and /dev/null differ diff --git a/Debug/EpdBaseClr.dll b/Debug/EpdBaseClr.dll deleted file mode 100644 index 8e7c627..0000000 Binary files a/Debug/EpdBaseClr.dll and /dev/null differ diff --git a/Debug/EpdBaseClr.dll.metagen b/Debug/EpdBaseClr.dll.metagen deleted file mode 100644 index 0539fb9..0000000 --- a/Debug/EpdBaseClr.dll.metagen +++ /dev/null @@ -1,42 +0,0 @@ -ImageRuntimeVersion: v4.0.30319 -Assembly EpdBaseClr, Version=1.0.*, Culture=Invariant Language (Invariant Country): - hash=SHA1, flags=PublicKey -Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089: - hash=None, flags=None -Assembly System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089: - hash=None, flags=None -Assembly System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089: - hash=None, flags=None -Assembly System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089: - hash=None, flags=None -Class EpdBaseClr.sEpdBase: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit - Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName - Fields: - System.ValueType RealTime DateTime IsBoxed : Public - UInt32 CurrentDeviceID : Public -Class EpdBaseClr.Epd2: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit - Void .ctor(Int32): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName - Fields: - EpdBase.Epd2U* epd : Public - EpdBaseClr.sEpdBase b : Public - System.ValueType RealTime DateTime IsBoxed : Public - System.String WearerName : Public - System.String WearerID : Public - Boolean Issued : Public - Boolean isOn : Public - Int32 InitRV : Public - Int32 DiscRV : Public - Int32 StatusRV : Public - Int32 ReadDosesRV : Public - Double Hp07 : Public - Double Hp10 : Public - Double Hp07Peak : Public - Double Hp10Peak : Public - Double alarmHP07 : Public - Double alarmHP10 : Public - Methods: - Connect(): PrivateScope, Public, HideBySig - GetStatus(): PrivateScope, Public, HideBySig - GetDoses(): PrivateScope, Public, HideBySig - SetDeIssued(): PrivateScope, Public, HideBySig - SetIssued(): PrivateScope, Public, HideBySig diff --git a/Debug/EpdBaseClr.pdb b/Debug/EpdBaseClr.pdb deleted file mode 100644 index f870f52..0000000 Binary files a/Debug/EpdBaseClr.pdb and /dev/null differ diff --git a/Debug/TestDirect.exe b/Debug/TestDirect.exe deleted file mode 100644 index fd3ad4f..0000000 Binary files a/Debug/TestDirect.exe and /dev/null differ diff --git a/Debug/TestDirect.ilk b/Debug/TestDirect.ilk deleted file mode 100644 index a8fef7b..0000000 Binary files a/Debug/TestDirect.ilk and /dev/null differ diff --git a/Debug/TestDirect.pdb b/Debug/TestDirect.pdb deleted file mode 100644 index 9059bb3..0000000 Binary files a/Debug/TestDirect.pdb and /dev/null differ diff --git a/Debug/TestEdosBase.exe b/Debug/TestEdosBase.exe deleted file mode 100644 index 556c80c..0000000 Binary files a/Debug/TestEdosBase.exe and /dev/null differ diff --git a/Debug/TestEdosBase.pdb b/Debug/TestEdosBase.pdb deleted file mode 100644 index d86ad1e..0000000 Binary files a/Debug/TestEdosBase.pdb and /dev/null differ diff --git a/Debug/eDosStationApp/App.xbf b/Debug/eDosStationApp/App.xbf deleted file mode 100644 index 32ea298..0000000 Binary files a/Debug/eDosStationApp/App.xbf and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/App.xbf b/Debug/eDosStationApp/AppX/App.xbf deleted file mode 100644 index 32ea298..0000000 Binary files a/Debug/eDosStationApp/AppX/App.xbf and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/AppxManifest.xml b/Debug/eDosStationApp/AppX/AppxManifest.xml deleted file mode 100644 index c85a20b..0000000 --- a/Debug/eDosStationApp/AppX/AppxManifest.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - eDosStationApp - admlvand - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Debug/eDosStationApp/AppX/Assets/LockScreenLogo.scale-200.png b/Debug/eDosStationApp/AppX/Assets/LockScreenLogo.scale-200.png deleted file mode 100644 index 735f57a..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/LockScreenLogo.scale-200.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/SplashScreen.scale-200.png b/Debug/eDosStationApp/AppX/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 023e7f1..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/Square150x150Logo.scale-200.png b/Debug/eDosStationApp/AppX/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index af49fec..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.scale-200.png b/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index ce342a2..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index f6c02ce..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/StoreLogo.png b/Debug/eDosStationApp/AppX/Assets/StoreLogo.png deleted file mode 100644 index 7385b56..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/StoreLogo.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/Assets/Wide310x150Logo.scale-200.png b/Debug/eDosStationApp/AppX/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index 288995b..0000000 Binary files a/Debug/eDosStationApp/AppX/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/DirectXPage.xbf b/Debug/eDosStationApp/AppX/DirectXPage.xbf deleted file mode 100644 index 90c277d..0000000 Binary files a/Debug/eDosStationApp/AppX/DirectXPage.xbf and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/SamplePixelShader.cso b/Debug/eDosStationApp/AppX/SamplePixelShader.cso deleted file mode 100644 index 79adcfe..0000000 Binary files a/Debug/eDosStationApp/AppX/SamplePixelShader.cso and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/SampleVertexShader.cso b/Debug/eDosStationApp/AppX/SampleVertexShader.cso deleted file mode 100644 index 22267af..0000000 Binary files a/Debug/eDosStationApp/AppX/SampleVertexShader.cso and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/eDosStationApp.exe b/Debug/eDosStationApp/AppX/eDosStationApp.exe deleted file mode 100644 index f5cad0b..0000000 Binary files a/Debug/eDosStationApp/AppX/eDosStationApp.exe and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/eDosStationApp.winmd b/Debug/eDosStationApp/AppX/eDosStationApp.winmd deleted file mode 100644 index ab96815..0000000 Binary files a/Debug/eDosStationApp/AppX/eDosStationApp.winmd and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/resources.pri b/Debug/eDosStationApp/AppX/resources.pri deleted file mode 100644 index 2ce2e1f..0000000 Binary files a/Debug/eDosStationApp/AppX/resources.pri and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/ucrtbased.dll b/Debug/eDosStationApp/AppX/ucrtbased.dll deleted file mode 100644 index e730807..0000000 Binary files a/Debug/eDosStationApp/AppX/ucrtbased.dll and /dev/null differ diff --git a/Debug/eDosStationApp/AppX/vs.appxrecipe b/Debug/eDosStationApp/AppX/vs.appxrecipe deleted file mode 100644 index 3873458..0000000 --- a/Debug/eDosStationApp/AppX/vs.appxrecipe +++ /dev/null @@ -1,141 +0,0 @@ - - - - PC5013 - admlvand - UAP - 10.0 - Windows 10.0 - Debug|Win32 - x86 - 35d52b50-cf69-44fe-9271-3054db72dc9b - CN=admlvand - C:\l\src\cs\eDos\eDosStationApp\Debug\ - CopyToDevice - - - false - false - C:\Program Files %28x86%29\Windows Kits\10\ - C:\l\src\cs\eDos\Debug\eDosStationApp\AppX - 53B79674F34B4FC5E7E32B561BCA07B4CDCD5A740D530E81544C7B85B96E419A - 35d52b50-cf69-44fe-9271-3054db72dc9b_1.0.0.0_x86__w8sq1sj5c9ad8 - 35d52b50-cf69-44fe-9271-3054db72dc9b_w8sq1sj5c9ad8!App - 35d52b50-cf69-44fe-9271-3054db72dc9b - CN=admlvand - 1.0.0.0 - - - - AppxManifest.xml - true - 2019-02-01T09:50:56.041 - - - - - eDosStationApp.exe - 2019-02-01T09:50:54.509 - - - eDosStationApp.winmd - 2019-02-01T09:50:50.889 - - - Assets\LockScreenLogo.scale-200.png - 2019-02-01T09:44:13.907 - - - Assets\SplashScreen.scale-200.png - true - 2019-02-01T09:44:13.907 - - - Assets\Square150x150Logo.scale-200.png - true - 2019-02-01T09:44:13.907 - - - Assets\Square44x44Logo.scale-200.png - true - 2019-02-01T09:44:13.907 - - - Assets\Square44x44Logo.targetsize-24_altform-unplated.png - true - 2019-02-01T09:44:13.907 - - - Assets\StoreLogo.png - true - 2019-02-01T09:44:13.907 - - - Assets\Wide310x150Logo.scale-200.png - true - 2019-02-01T09:44:13.907 - - - SamplePixelShader.cso - 2019-02-01T09:50:35.399 - - - SampleVertexShader.cso - 2019-02-01T09:50:35.628 - - - App.xbf - 2019-02-01T09:50:51.240 - - - DirectXPage.xbf - 2019-02-01T09:50:51.241 - - - ucrtbased.dll - 2018-04-19T22:05:16.000 - - - resources.pri - 2019-02-01T09:50:55.570 - - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - ARM - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx - - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - ARM64 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx - - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - x64 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx - - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - x86 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx - - - - - \ No newline at end of file diff --git a/Debug/eDosStationApp/AppxManifest.xml b/Debug/eDosStationApp/AppxManifest.xml deleted file mode 100644 index c85a20b..0000000 --- a/Debug/eDosStationApp/AppxManifest.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - eDosStationApp - admlvand - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Debug/eDosStationApp/DirectXPage.xbf b/Debug/eDosStationApp/DirectXPage.xbf deleted file mode 100644 index 90c277d..0000000 Binary files a/Debug/eDosStationApp/DirectXPage.xbf and /dev/null differ diff --git a/Debug/eDosStationApp/SamplePixelShader.cso b/Debug/eDosStationApp/SamplePixelShader.cso deleted file mode 100644 index 79adcfe..0000000 Binary files a/Debug/eDosStationApp/SamplePixelShader.cso and /dev/null differ diff --git a/Debug/eDosStationApp/SampleVertexShader.cso b/Debug/eDosStationApp/SampleVertexShader.cso deleted file mode 100644 index 22267af..0000000 Binary files a/Debug/eDosStationApp/SampleVertexShader.cso and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.build.appxrecipe b/Debug/eDosStationApp/eDosStationApp.build.appxrecipe deleted file mode 100644 index 22472ee..0000000 --- a/Debug/eDosStationApp/eDosStationApp.build.appxrecipe +++ /dev/null @@ -1,114 +0,0 @@ - - - - PC5013 - admlvand - UAP - 10.0 - Windows 10.0 - Debug|Win32 - x86 - 35d52b50-cf69-44fe-9271-3054db72dc9b - CN=admlvand - C:\l\src\cs\eDos\eDosStationApp\Debug\ - CopyToDevice - - false - false - C:\Program Files %28x86%29\Windows Kits\10\ - C:\l\src\cs\eDos\Debug\eDosStationApp\AppX - - - - AppxManifest.xml - true - - - - - eDosStationApp.exe - - - eDosStationApp.winmd - - - Assets\LockScreenLogo.scale-200.png - - - Assets\SplashScreen.scale-200.png - true - - - Assets\Square150x150Logo.scale-200.png - true - - - Assets\Square44x44Logo.scale-200.png - true - - - Assets\Square44x44Logo.targetsize-24_altform-unplated.png - true - - - Assets\StoreLogo.png - true - - - Assets\Wide310x150Logo.scale-200.png - true - - - SamplePixelShader.cso - - - SampleVertexShader.cso - - - App.xbf - - - DirectXPage.xbf - - - ucrtbased.dll - - - resources.pri - - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - ARM - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - ARM64 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - x64 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx - - - - Microsoft.VCLibs.140.00.Debug - 14.0.27023.1 - x86 - Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27023.1, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27 - C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx - - - - diff --git a/Debug/eDosStationApp/eDosStationApp.exe b/Debug/eDosStationApp/eDosStationApp.exe deleted file mode 100644 index f5cad0b..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.exe and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.exp b/Debug/eDosStationApp/eDosStationApp.exp deleted file mode 100644 index 7aeeee1..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.exp and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.ilk b/Debug/eDosStationApp/eDosStationApp.ilk deleted file mode 100644 index 84bf8ca..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.ilk and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.lib b/Debug/eDosStationApp/eDosStationApp.lib deleted file mode 100644 index 7f2645b..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.lib and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.pdb b/Debug/eDosStationApp/eDosStationApp.pdb deleted file mode 100644 index 817120c..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.pdb and /dev/null differ diff --git a/Debug/eDosStationApp/eDosStationApp.winmd b/Debug/eDosStationApp/eDosStationApp.winmd deleted file mode 100644 index ab96815..0000000 Binary files a/Debug/eDosStationApp/eDosStationApp.winmd and /dev/null differ diff --git a/Debug/eDosStationApp/resources.pri b/Debug/eDosStationApp/resources.pri deleted file mode 100644 index 2ce2e1f..0000000 Binary files a/Debug/eDosStationApp/resources.pri and /dev/null differ diff --git a/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm b/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm deleted file mode 100644 index 6b017a0..0000000 --- a/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm +++ /dev/null @@ -1,4 +0,0 @@ -; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 - -; Generated by VC++ for Common Language Runtime -.file "C:\Users\admlvand\AppData\Local\Temp\.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp" diff --git a/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj b/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj deleted file mode 100644 index 7f34558..0000000 Binary files a/EpdBase/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj and /dev/null differ diff --git a/EpdBase/Debug/AssemblyInfo.obj b/EpdBase/Debug/AssemblyInfo.obj deleted file mode 100644 index b3ddfeb..0000000 Binary files a/EpdBase/Debug/AssemblyInfo.obj and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.Build.CppClean.log b/EpdBase/Debug/EpdBase.Build.CppClean.log deleted file mode 100644 index 388fd01..0000000 --- a/EpdBase/Debug/EpdBase.Build.CppClean.log +++ /dev/null @@ -1,23 +0,0 @@ -c:\l\src\cs\edos\epdbase\debug\epdbase.pch -c:\l\src\cs\edos\epdbase\debug\epdbase.pdb -c:\l\src\cs\edos\epdbase\debug\stdafx.obj -c:\l\src\cs\edos\epdbase\debug\timefunctions.obj -c:\l\src\cs\edos\epdbase\debug\assemblyinfo.obj -c:\l\src\cs\edos\epdbase\debug\epdbase.obj -c:\l\src\cs\edos\epdbase\debug\.netframework,version=v4.7.2.assemblyattributes.obj -c:\l\src\cs\edos\epdbase\debug\.netframework,version=v4.7.2.assemblyattributes.asm -c:\l\src\cs\edos\debug\epdbase.lib -c:\l\src\cs\edos\epdbase\debug\app.res -c:\l\src\cs\edos\epdbase\debug\epdbase.vcxprojassemblyreference.cache -c:\l\src\cs\edos\debug\epdbase.pdb -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\cl.command.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\cl.read.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\cl.write.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\lib-link-cvtres.read.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\lib-link-cvtres.write.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\lib.command.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\metagen.read.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\metagen.write.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\rc.command.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\rc.read.1.tlog -c:\l\src\cs\edos\epdbase\debug\epdbase.tlog\rc.write.1.tlog diff --git a/EpdBase/Debug/EpdBase.log b/EpdBase/Debug/EpdBase.log deleted file mode 100644 index bd09f2e..0000000 --- a/EpdBase/Debug/EpdBase.log +++ /dev/null @@ -1,8 +0,0 @@ - EpdBase.cpp -c:\l\src\cs\edos\epdbase\timefunctions.h(12): warning C4091: 'static ': ignored on left of 'TimeFunctions' when no variable is declared -c:\l\src\cs\edos\epdbase\epdbase.cpp(96): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data -c:\l\src\cs\edos\epdbase\epdbase.cpp(328): warning C4244: 'return': conversion from 'DWORD' to 'WORD', possible loss of data -LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 -.NETFramework,Version=v4.7.2.AssemblyAttributes.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library -AssemblyInfo.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library - EpdBase.vcxproj -> C:\l\src\cs\eDos\Debug\EpdBase.lib diff --git a/EpdBase/Debug/EpdBase.obj b/EpdBase/Debug/EpdBase.obj deleted file mode 100644 index eb36804..0000000 Binary files a/EpdBase/Debug/EpdBase.obj and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.pch b/EpdBase/Debug/EpdBase.pch deleted file mode 100644 index cbe65ad..0000000 Binary files a/EpdBase/Debug/EpdBase.pch and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.pdb b/EpdBase/Debug/EpdBase.pdb deleted file mode 100644 index 65e802e..0000000 Binary files a/EpdBase/Debug/EpdBase.pdb and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/CL.command.1.tlog b/EpdBase/Debug/EpdBase.tlog/CL.command.1.tlog deleted file mode 100644 index a1bddbc..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/CL.command.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/CL.read.1.tlog b/EpdBase/Debug/EpdBase.tlog/CL.read.1.tlog deleted file mode 100644 index 9c2515d..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/CL.read.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/CL.write.1.tlog b/EpdBase/Debug/EpdBase.tlog/CL.write.1.tlog deleted file mode 100644 index 2ff6d67..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/CL.write.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/EpdBase.lastbuildstate b/EpdBase/Debug/EpdBase.tlog/EpdBase.lastbuildstate deleted file mode 100644 index c395c96..0000000 --- a/EpdBase/Debug/EpdBase.tlog/EpdBase.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=v4.7.2:PlatformToolSet=v141:EnableManagedIncrementalBuild=true:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 -Debug|Win32|C:\l\src\cs\eDos\| diff --git a/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.read.1.tlog b/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.read.1.tlog deleted file mode 100644 index 81433fb..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.read.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.write.1.tlog b/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.write.1.tlog deleted file mode 100644 index 337d5f8..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/Lib-link-cvtres.write.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/Lib.command.1.tlog b/EpdBase/Debug/EpdBase.tlog/Lib.command.1.tlog deleted file mode 100644 index 3485714..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/Lib.command.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/metagen.read.1.tlog b/EpdBase/Debug/EpdBase.tlog/metagen.read.1.tlog deleted file mode 100644 index 46b134b..0000000 --- a/EpdBase/Debug/EpdBase.tlog/metagen.read.1.tlog +++ /dev/null @@ -1 +0,0 @@ -ÿþ \ No newline at end of file diff --git a/EpdBase/Debug/EpdBase.tlog/metagen.write.1.tlog b/EpdBase/Debug/EpdBase.tlog/metagen.write.1.tlog deleted file mode 100644 index 46b134b..0000000 --- a/EpdBase/Debug/EpdBase.tlog/metagen.write.1.tlog +++ /dev/null @@ -1 +0,0 @@ -ÿþ \ No newline at end of file diff --git a/EpdBase/Debug/EpdBase.tlog/rc.command.1.tlog b/EpdBase/Debug/EpdBase.tlog/rc.command.1.tlog deleted file mode 100644 index 78b4c7a..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/rc.command.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/rc.read.1.tlog b/EpdBase/Debug/EpdBase.tlog/rc.read.1.tlog deleted file mode 100644 index 92e0cab..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/rc.read.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.tlog/rc.write.1.tlog b/EpdBase/Debug/EpdBase.tlog/rc.write.1.tlog deleted file mode 100644 index f31e74e..0000000 Binary files a/EpdBase/Debug/EpdBase.tlog/rc.write.1.tlog and /dev/null differ diff --git a/EpdBase/Debug/EpdBase.vcxprojAssemblyReference.cache b/EpdBase/Debug/EpdBase.vcxprojAssemblyReference.cache deleted file mode 100644 index 77acc0d..0000000 Binary files a/EpdBase/Debug/EpdBase.vcxprojAssemblyReference.cache and /dev/null differ diff --git a/EpdBase/Debug/TimeFunctions.obj b/EpdBase/Debug/TimeFunctions.obj deleted file mode 100644 index 5398cb7..0000000 Binary files a/EpdBase/Debug/TimeFunctions.obj and /dev/null differ diff --git a/EpdBase/Debug/app.res b/EpdBase/Debug/app.res deleted file mode 100644 index bf850e7..0000000 Binary files a/EpdBase/Debug/app.res and /dev/null differ diff --git a/EpdBase/Debug/stdafx.obj b/EpdBase/Debug/stdafx.obj deleted file mode 100644 index 276e01e..0000000 Binary files a/EpdBase/Debug/stdafx.obj and /dev/null differ diff --git a/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm b/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm deleted file mode 100644 index 6b017a0..0000000 --- a/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.asm +++ /dev/null @@ -1,4 +0,0 @@ -; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 - -; Generated by VC++ for Common Language Runtime -.file "C:\Users\admlvand\AppData\Local\Temp\.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp" diff --git a/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj b/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj deleted file mode 100644 index da834ea..0000000 Binary files a/EpdBaseClr/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.obj and /dev/null differ diff --git a/EpdBaseClr/Debug/AssemblyInfo.obj b/EpdBaseClr/Debug/AssemblyInfo.obj deleted file mode 100644 index 7e31fc3..0000000 Binary files a/EpdBaseClr/Debug/AssemblyInfo.obj and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.Build.CppClean.log b/EpdBaseClr/Debug/EpdBaseClr.Build.CppClean.log deleted file mode 100644 index 800bf8f..0000000 --- a/EpdBaseClr/Debug/EpdBaseClr.Build.CppClean.log +++ /dev/null @@ -1,21 +0,0 @@ -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.pch -c:\l\src\cs\edos\epdbaseclr\debug\vc141.pdb -c:\l\src\cs\edos\epdbaseclr\debug\stdafx.obj -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.obj -c:\l\src\cs\edos\epdbaseclr\debug\assemblyinfo.obj -c:\l\src\cs\edos\epdbaseclr\debug\.netframework,version=v4.7.2.assemblyattributes.obj -c:\l\src\cs\edos\epdbaseclr\debug\.netframework,version=v4.7.2.assemblyattributes.asm -c:\l\src\cs\edos\debug\epdbaseclr.dll -c:\l\src\cs\edos\debug\epdbaseclr.pdb -c:\l\src\cs\edos\epdbaseclr\debug\app.res -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\cl.command.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\cl.read.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\cl.write.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\link.command.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\link.read.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\link.write.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\metagen.read.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\metagen.write.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\rc.command.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\rc.read.1.tlog -c:\l\src\cs\edos\epdbaseclr\debug\epdbaseclr.tlog\rc.write.1.tlog diff --git a/EpdBaseClr/Debug/EpdBaseClr.log b/EpdBaseClr/Debug/EpdBaseClr.log deleted file mode 100644 index 24a9193..0000000 --- a/EpdBaseClr/Debug/EpdBaseClr.log +++ /dev/null @@ -1,2 +0,0 @@ - AssemblyInfo.obj : MSIL module encountered; incremental linking is disabled for MSIL; performing full link - EpdBaseClr.vcxproj -> C:\l\src\cs\eDos\Debug\EpdBaseClr.dll diff --git a/EpdBaseClr/Debug/EpdBaseClr.obj b/EpdBaseClr/Debug/EpdBaseClr.obj deleted file mode 100644 index 10fa7f5..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.obj and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.pch b/EpdBaseClr/Debug/EpdBaseClr.pch deleted file mode 100644 index c053a37..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.pch and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.command.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.command.1.tlog deleted file mode 100644 index 850adbf..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.command.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.read.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.read.1.tlog deleted file mode 100644 index c94a872..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.read.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.write.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.write.1.tlog deleted file mode 100644 index 02b62a5..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/CL.write.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/EpdBaseClr.lastbuildstate b/EpdBaseClr/Debug/EpdBaseClr.tlog/EpdBaseClr.lastbuildstate deleted file mode 100644 index c395c96..0000000 --- a/EpdBaseClr/Debug/EpdBaseClr.tlog/EpdBaseClr.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=v4.7.2:PlatformToolSet=v141:EnableManagedIncrementalBuild=true:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 -Debug|Win32|C:\l\src\cs\eDos\| diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.command.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/link.command.1.tlog deleted file mode 100644 index 128b17e..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.command.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.read.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/link.read.1.tlog deleted file mode 100644 index cdefd1d..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.read.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.write.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/link.write.1.tlog deleted file mode 100644 index ede544f..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/link.write.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.read.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.read.1.tlog deleted file mode 100644 index 46b134b..0000000 --- a/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.read.1.tlog +++ /dev/null @@ -1 +0,0 @@ -ÿþ \ No newline at end of file diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.write.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.write.1.tlog deleted file mode 100644 index 46b134b..0000000 --- a/EpdBaseClr/Debug/EpdBaseClr.tlog/metagen.write.1.tlog +++ /dev/null @@ -1 +0,0 @@ -ÿþ \ No newline at end of file diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.command.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.command.1.tlog deleted file mode 100644 index 358ff3a..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.command.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.read.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.read.1.tlog deleted file mode 100644 index ad94af8..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.read.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.write.1.tlog b/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.write.1.tlog deleted file mode 100644 index 3e52c8c..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.tlog/rc.write.1.tlog and /dev/null differ diff --git a/EpdBaseClr/Debug/EpdBaseClr.vcxprojAssemblyReference.cache b/EpdBaseClr/Debug/EpdBaseClr.vcxprojAssemblyReference.cache deleted file mode 100644 index 77acc0d..0000000 Binary files a/EpdBaseClr/Debug/EpdBaseClr.vcxprojAssemblyReference.cache and /dev/null differ diff --git a/EpdBaseClr/Debug/IR_READER_MS_DLL.dll b/EpdBaseClr/Debug/IR_READER_MS_DLL.dll deleted file mode 100644 index 3edbef2..0000000 Binary files a/EpdBaseClr/Debug/IR_READER_MS_DLL.dll and /dev/null differ diff --git a/EpdBaseClr/Debug/app.res b/EpdBaseClr/Debug/app.res deleted file mode 100644 index bf850e7..0000000 Binary files a/EpdBaseClr/Debug/app.res and /dev/null differ diff --git a/EpdBaseClr/Debug/stdafx.obj b/EpdBaseClr/Debug/stdafx.obj deleted file mode 100644 index e2f0bd3..0000000 Binary files a/EpdBaseClr/Debug/stdafx.obj and /dev/null differ diff --git a/EpdBaseClr/Debug/vc141.pdb b/EpdBaseClr/Debug/vc141.pdb deleted file mode 100644 index 1ed1fc7..0000000 Binary files a/EpdBaseClr/Debug/vc141.pdb and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.log b/TestDirect/Debug/TestDirect.log deleted file mode 100644 index fbcf427..0000000 --- a/TestDirect/Debug/TestDirect.log +++ /dev/null @@ -1,4 +0,0 @@ - pch.cpp - TestDirect.cpp -c:\l\src\cs\edos\testdirect\testdirect.cpp(18): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data - TestDirect.vcxproj -> C:\l\src\cs\eDos\Debug\TestDirect.exe diff --git a/TestDirect/Debug/TestDirect.obj b/TestDirect/Debug/TestDirect.obj deleted file mode 100644 index f899d60..0000000 Binary files a/TestDirect/Debug/TestDirect.obj and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.pch b/TestDirect/Debug/TestDirect.pch deleted file mode 100644 index 1b4eb58..0000000 Binary files a/TestDirect/Debug/TestDirect.pch and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/CL.command.1.tlog b/TestDirect/Debug/TestDirect.tlog/CL.command.1.tlog deleted file mode 100644 index 0ec4d02..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/CL.command.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/CL.read.1.tlog b/TestDirect/Debug/TestDirect.tlog/CL.read.1.tlog deleted file mode 100644 index e6af83f..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/CL.read.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/CL.write.1.tlog b/TestDirect/Debug/TestDirect.tlog/CL.write.1.tlog deleted file mode 100644 index 3bcb304..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/CL.write.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/TestDirect.lastbuildstate b/TestDirect/Debug/TestDirect.tlog/TestDirect.lastbuildstate deleted file mode 100644 index fad4694..0000000 --- a/TestDirect/Debug/TestDirect.tlog/TestDirect.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 -Debug|Win32|C:\l\src\cs\eDos\| diff --git a/TestDirect/Debug/TestDirect.tlog/link.command.1.tlog b/TestDirect/Debug/TestDirect.tlog/link.command.1.tlog deleted file mode 100644 index 177b35f..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/link.command.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/link.read.1.tlog b/TestDirect/Debug/TestDirect.tlog/link.read.1.tlog deleted file mode 100644 index a3a9442..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/link.read.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/TestDirect.tlog/link.write.1.tlog b/TestDirect/Debug/TestDirect.tlog/link.write.1.tlog deleted file mode 100644 index 4112081..0000000 Binary files a/TestDirect/Debug/TestDirect.tlog/link.write.1.tlog and /dev/null differ diff --git a/TestDirect/Debug/pch.obj b/TestDirect/Debug/pch.obj deleted file mode 100644 index e903164..0000000 Binary files a/TestDirect/Debug/pch.obj and /dev/null differ diff --git a/TestDirect/Debug/vc141.idb b/TestDirect/Debug/vc141.idb deleted file mode 100644 index 83b2245..0000000 Binary files a/TestDirect/Debug/vc141.idb and /dev/null differ diff --git a/TestDirect/Debug/vc141.pdb b/TestDirect/Debug/vc141.pdb deleted file mode 100644 index 4a0c759..0000000 Binary files a/TestDirect/Debug/vc141.pdb and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.log b/TestEdosBase/Debug/TestEdosBase.log deleted file mode 100644 index c10b1d5..0000000 --- a/TestEdosBase/Debug/TestEdosBase.log +++ /dev/null @@ -1,7 +0,0 @@ - pch.cpp - TestEdosBase.cpp -c:\l\src\cs\edos\epdbase\timefunctions.h(12): warning C4091: 'static ': ignored on left of 'TimeFunctions' when no variable is declared - EpdBase.lib(EpdBase.obj) : /DEBUG:FASTLINK is not supported when managed code is present; restarting link with /DEBUG:FULL - EpdBase.lib(EpdBase.obj) : MSIL module encountered; incremental linking is disabled for MSIL; performing full link -pch.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification - TestEdosBase.vcxproj -> C:\l\src\cs\eDos\Debug\TestEdosBase.exe diff --git a/TestEdosBase/Debug/TestEdosBase.obj b/TestEdosBase/Debug/TestEdosBase.obj deleted file mode 100644 index e66b812..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.obj and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.pch b/TestEdosBase/Debug/TestEdosBase.pch deleted file mode 100644 index d48eb03..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.pch and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/CL.command.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/CL.command.1.tlog deleted file mode 100644 index 73c9262..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/CL.command.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/CL.read.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/CL.read.1.tlog deleted file mode 100644 index acfce9f..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/CL.read.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/CL.write.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/CL.write.1.tlog deleted file mode 100644 index 9fc87ec..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/CL.write.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/TestEdosBase.lastbuildstate b/TestEdosBase/Debug/TestEdosBase.tlog/TestEdosBase.lastbuildstate deleted file mode 100644 index fad4694..0000000 --- a/TestEdosBase/Debug/TestEdosBase.tlog/TestEdosBase.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 -Debug|Win32|C:\l\src\cs\eDos\| diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/link.command.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/link.command.1.tlog deleted file mode 100644 index abace6a..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/link.command.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/link.read.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/link.read.1.tlog deleted file mode 100644 index 642c15a..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/link.read.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/TestEdosBase.tlog/link.write.1.tlog b/TestEdosBase/Debug/TestEdosBase.tlog/link.write.1.tlog deleted file mode 100644 index b338521..0000000 Binary files a/TestEdosBase/Debug/TestEdosBase.tlog/link.write.1.tlog and /dev/null differ diff --git a/TestEdosBase/Debug/pch.obj b/TestEdosBase/Debug/pch.obj deleted file mode 100644 index 66781e0..0000000 Binary files a/TestEdosBase/Debug/pch.obj and /dev/null differ diff --git a/TestEdosBase/Debug/vc141.idb b/TestEdosBase/Debug/vc141.idb deleted file mode 100644 index 830c6ae..0000000 Binary files a/TestEdosBase/Debug/vc141.idb and /dev/null differ diff --git a/TestEdosBase/Debug/vc141.pdb b/TestEdosBase/Debug/vc141.pdb deleted file mode 100644 index 0d67a00..0000000 Binary files a/TestEdosBase/Debug/vc141.pdb and /dev/null differ diff --git a/eDosStation/bin/Debug/EpdBaseClr.dll b/eDosStation/bin/Debug/EpdBaseClr.dll deleted file mode 100644 index 8e7c627..0000000 Binary files a/eDosStation/bin/Debug/EpdBaseClr.dll and /dev/null differ diff --git a/eDosStation/bin/Debug/EpdBaseClr.pdb b/eDosStation/bin/Debug/EpdBaseClr.pdb deleted file mode 100644 index f870f52..0000000 Binary files a/eDosStation/bin/Debug/EpdBaseClr.pdb and /dev/null differ diff --git a/eDosStation/bin/Debug/IR_READER_MS_DLL.dll b/eDosStation/bin/Debug/IR_READER_MS_DLL.dll deleted file mode 100644 index 3edbef2..0000000 Binary files a/eDosStation/bin/Debug/IR_READER_MS_DLL.dll and /dev/null differ diff --git a/eDosStation/bin/Debug/eDosStation.exe b/eDosStation/bin/Debug/eDosStation.exe deleted file mode 100644 index e6649e6..0000000 Binary files a/eDosStation/bin/Debug/eDosStation.exe and /dev/null differ diff --git a/eDosStation/bin/Debug/eDosStation.exe.config b/eDosStation/bin/Debug/eDosStation.exe.config deleted file mode 100644 index 5754728..0000000 --- a/eDosStation/bin/Debug/eDosStation.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/eDosStation/bin/Debug/eDosStation.pdb b/eDosStation/bin/Debug/eDosStation.pdb deleted file mode 100644 index ff16959..0000000 Binary files a/eDosStation/bin/Debug/eDosStation.pdb and /dev/null differ diff --git a/eDosStation/obj/Debug/App.g.cs b/eDosStation/obj/Debug/App.g.cs deleted file mode 100644 index 02dbbdc..0000000 --- a/eDosStation/obj/Debug/App.g.cs +++ /dev/null @@ -1,70 +0,0 @@ -#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A7F6389780F2A734A0903FB389F1FAEA1A05B7F3" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// App - /// - public partial class App : System.Windows.Application { - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - - #line 5 "..\..\App.xaml" - this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); - - #line default - #line hidden - } - - /// - /// Application Entry Point. - /// - [System.STAThreadAttribute()] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public static void Main() { - eDosStation.App app = new eDosStation.App(); - app.InitializeComponent(); - app.Run(); - } - } -} - diff --git a/eDosStation/obj/Debug/App.g.i.cs b/eDosStation/obj/Debug/App.g.i.cs deleted file mode 100644 index 02dbbdc..0000000 --- a/eDosStation/obj/Debug/App.g.i.cs +++ /dev/null @@ -1,70 +0,0 @@ -#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A7F6389780F2A734A0903FB389F1FAEA1A05B7F3" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// App - /// - public partial class App : System.Windows.Application { - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - - #line 5 "..\..\App.xaml" - this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); - - #line default - #line hidden - } - - /// - /// Application Entry Point. - /// - [System.STAThreadAttribute()] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public static void Main() { - eDosStation.App app = new eDosStation.App(); - app.InitializeComponent(); - app.Run(); - } - } -} - diff --git a/eDosStation/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/eDosStation/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 6a4c577..0000000 Binary files a/eDosStation/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/eDosStation/obj/Debug/Entry - Copy.g.i.cs b/eDosStation/obj/Debug/Entry - Copy.g.i.cs deleted file mode 100644 index bec72d9..0000000 --- a/eDosStation/obj/Debug/Entry - Copy.g.i.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\Entry - Copy.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "77F92CA73F87E4800789A8C969839FBB6C9A0755" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// Entry - /// - public partial class Entry : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\Entry - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\Entry - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\Entry - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\Entry - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\Entry - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/entry%20-%20copy.xaml", System.UriKind.Relative); - - #line 1 "..\..\Entry - Copy.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\Entry - Copy.xaml" - ((eDosStation.Entry)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/Entry.g.i.cs b/eDosStation/obj/Debug/Entry.g.i.cs deleted file mode 100644 index db873fb..0000000 --- a/eDosStation/obj/Debug/Entry.g.i.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\Entry.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "77F92CA73F87E4800789A8C969839FBB6C9A0755" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// Entry - /// - public partial class Entry : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\Entry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\Entry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\Entry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\Entry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\Entry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/entry.xaml", System.UriKind.Relative); - - #line 1 "..\..\Entry.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\Entry.xaml" - ((eDosStation.Entry)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/EpdEntry.baml b/eDosStation/obj/Debug/EpdEntry.baml deleted file mode 100644 index dc2a8d3..0000000 Binary files a/eDosStation/obj/Debug/EpdEntry.baml and /dev/null differ diff --git a/eDosStation/obj/Debug/EpdEntry.g.cs b/eDosStation/obj/Debug/EpdEntry.g.cs deleted file mode 100644 index d23e068..0000000 --- a/eDosStation/obj/Debug/EpdEntry.g.cs +++ /dev/null @@ -1,158 +0,0 @@ -#pragma checksum "..\..\EpdEntry.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6E2B97E0EF7B7BE9CFAF3334B27D6DECDE52F020" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// EpdEntry - /// - public partial class EpdEntry : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 31 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox wID; - - #line default - #line hidden - - - #line 34 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox wName; - - #line default - #line hidden - - - #line 37 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox aHP07; - - #line default - #line hidden - - - #line 40 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox aHP10; - - #line default - #line hidden - - - #line 42 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bIssue; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/epdentry.xaml", System.UriKind.Relative); - - #line 1 "..\..\EpdEntry.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\EpdEntry.xaml" - ((eDosStation.EpdEntry)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.wID = ((System.Windows.Controls.TextBox)(target)); - return; - case 4: - this.wName = ((System.Windows.Controls.TextBox)(target)); - return; - case 5: - this.aHP07 = ((System.Windows.Controls.TextBox)(target)); - return; - case 6: - this.aHP10 = ((System.Windows.Controls.TextBox)(target)); - return; - case 7: - this.bIssue = ((System.Windows.Controls.Button)(target)); - - #line 42 "..\..\EpdEntry.xaml" - this.bIssue.Click += new System.Windows.RoutedEventHandler(this.BIssue_Click); - - #line default - #line hidden - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/EpdEntry.g.i.cs b/eDosStation/obj/Debug/EpdEntry.g.i.cs deleted file mode 100644 index d23e068..0000000 --- a/eDosStation/obj/Debug/EpdEntry.g.i.cs +++ /dev/null @@ -1,158 +0,0 @@ -#pragma checksum "..\..\EpdEntry.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6E2B97E0EF7B7BE9CFAF3334B27D6DECDE52F020" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// EpdEntry - /// - public partial class EpdEntry : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 31 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox wID; - - #line default - #line hidden - - - #line 34 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox wName; - - #line default - #line hidden - - - #line 37 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox aHP07; - - #line default - #line hidden - - - #line 40 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBox aHP10; - - #line default - #line hidden - - - #line 42 "..\..\EpdEntry.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bIssue; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/epdentry.xaml", System.UriKind.Relative); - - #line 1 "..\..\EpdEntry.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\EpdEntry.xaml" - ((eDosStation.EpdEntry)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.wID = ((System.Windows.Controls.TextBox)(target)); - return; - case 4: - this.wName = ((System.Windows.Controls.TextBox)(target)); - return; - case 5: - this.aHP07 = ((System.Windows.Controls.TextBox)(target)); - return; - case 6: - this.aHP10 = ((System.Windows.Controls.TextBox)(target)); - return; - case 7: - this.bIssue = ((System.Windows.Controls.Button)(target)); - - #line 42 "..\..\EpdEntry.xaml" - this.bIssue.Click += new System.Windows.RoutedEventHandler(this.BIssue_Click); - - #line default - #line hidden - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/EpdExit.baml b/eDosStation/obj/Debug/EpdExit.baml deleted file mode 100644 index c97a05e..0000000 Binary files a/eDosStation/obj/Debug/EpdExit.baml and /dev/null differ diff --git a/eDosStation/obj/Debug/EpdExit.g.cs b/eDosStation/obj/Debug/EpdExit.g.cs deleted file mode 100644 index 0b1c5c6..0000000 --- a/eDosStation/obj/Debug/EpdExit.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\EpdExit.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2333FD150FCDB26C92D2B79BD6CDADE3A982E891" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// EpdExit - /// - public partial class EpdExit : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/epdexit.xaml", System.UriKind.Relative); - - #line 1 "..\..\EpdExit.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\EpdExit.xaml" - ((eDosStation.EpdExit)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/EpdExit.g.i.cs b/eDosStation/obj/Debug/EpdExit.g.i.cs deleted file mode 100644 index 0b1c5c6..0000000 --- a/eDosStation/obj/Debug/EpdExit.g.i.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\EpdExit.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2333FD150FCDB26C92D2B79BD6CDADE3A982E891" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// EpdExit - /// - public partial class EpdExit : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\EpdExit.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/epdexit.xaml", System.UriKind.Relative); - - #line 1 "..\..\EpdExit.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\EpdExit.xaml" - ((eDosStation.EpdExit)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/MainWindow.baml b/eDosStation/obj/Debug/MainWindow.baml deleted file mode 100644 index e1a661b..0000000 Binary files a/eDosStation/obj/Debug/MainWindow.baml and /dev/null differ diff --git a/eDosStation/obj/Debug/MainWindow.g.cs b/eDosStation/obj/Debug/MainWindow.g.cs deleted file mode 100644 index 7e172f5..0000000 --- a/eDosStation/obj/Debug/MainWindow.g.cs +++ /dev/null @@ -1,131 +0,0 @@ -#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "293C4A8609C4FC76487089EBBB89C05AFB13AE7A" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// MainWindow - /// - public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem Status; - - #line default - #line hidden - - - #line 19 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bEntry; - - #line default - #line hidden - - - #line 20 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bExit; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/mainwindow.xaml", System.UriKind.Relative); - - #line 1 "..\..\MainWindow.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - this.Status = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 2: - this.bEntry = ((System.Windows.Controls.Button)(target)); - - #line 19 "..\..\MainWindow.xaml" - this.bEntry.Click += new System.Windows.RoutedEventHandler(this.BEntry_Click); - - #line default - #line hidden - return; - case 3: - this.bExit = ((System.Windows.Controls.Button)(target)); - - #line 20 "..\..\MainWindow.xaml" - this.bExit.Click += new System.Windows.RoutedEventHandler(this.BExit_Click); - - #line default - #line hidden - return; - case 4: - - #line 21 "..\..\MainWindow.xaml" - ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); - - #line default - #line hidden - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/MainWindow.g.i.cs b/eDosStation/obj/Debug/MainWindow.g.i.cs deleted file mode 100644 index 7e172f5..0000000 --- a/eDosStation/obj/Debug/MainWindow.g.i.cs +++ /dev/null @@ -1,131 +0,0 @@ -#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "293C4A8609C4FC76487089EBBB89C05AFB13AE7A" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// MainWindow - /// - public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem Status; - - #line default - #line hidden - - - #line 19 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bEntry; - - #line default - #line hidden - - - #line 20 "..\..\MainWindow.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Button bExit; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/mainwindow.xaml", System.UriKind.Relative); - - #line 1 "..\..\MainWindow.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - this.Status = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 2: - this.bEntry = ((System.Windows.Controls.Button)(target)); - - #line 19 "..\..\MainWindow.xaml" - this.bEntry.Click += new System.Windows.RoutedEventHandler(this.BEntry_Click); - - #line default - #line hidden - return; - case 3: - this.bExit = ((System.Windows.Controls.Button)(target)); - - #line 20 "..\..\MainWindow.xaml" - this.bExit.Click += new System.Windows.RoutedEventHandler(this.BExit_Click); - - #line default - #line hidden - return; - case 4: - - #line 21 "..\..\MainWindow.xaml" - ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); - - #line default - #line hidden - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/ShowEPDDose - Copy.g.i.cs b/eDosStation/obj/Debug/ShowEPDDose - Copy.g.i.cs deleted file mode 100644 index e5239ac..0000000 --- a/eDosStation/obj/Debug/ShowEPDDose - Copy.g.i.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\ShowEPDDose - Copy.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9ACC572AF15638DDA2A96F347BB3131B882F143F" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// ShowEPDDose - /// - public partial class ShowEPDDose : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\ShowEPDDose - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\ShowEPDDose - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\ShowEPDDose - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\ShowEPDDose - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\ShowEPDDose - Copy.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/showepddose%20-%20copy.xaml", System.UriKind.Relative); - - #line 1 "..\..\ShowEPDDose - Copy.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\ShowEPDDose - Copy.xaml" - ((eDosStation.ShowEPDDose)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/ShowEPDDose.baml b/eDosStation/obj/Debug/ShowEPDDose.baml deleted file mode 100644 index 747178e..0000000 Binary files a/eDosStation/obj/Debug/ShowEPDDose.baml and /dev/null differ diff --git a/eDosStation/obj/Debug/ShowEPDDose.g.cs b/eDosStation/obj/Debug/ShowEPDDose.g.cs deleted file mode 100644 index f508364..0000000 --- a/eDosStation/obj/Debug/ShowEPDDose.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\ShowEPDDose.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9ACC572AF15638DDA2A96F347BB3131B882F143F" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// ShowEPDDose - /// - public partial class ShowEPDDose : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/showepddose.xaml", System.UriKind.Relative); - - #line 1 "..\..\ShowEPDDose.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\ShowEPDDose.xaml" - ((eDosStation.ShowEPDDose)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/ShowEPDDose.g.i.cs b/eDosStation/obj/Debug/ShowEPDDose.g.i.cs deleted file mode 100644 index f508364..0000000 --- a/eDosStation/obj/Debug/ShowEPDDose.g.i.cs +++ /dev/null @@ -1,141 +0,0 @@ -#pragma checksum "..\..\ShowEPDDose.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9ACC572AF15638DDA2A96F347BB3131B882F143F" -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Diagnostics; -using System.Windows; -using System.Windows.Automation; -using System.Windows.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Markup; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Media.Effects; -using System.Windows.Media.Imaging; -using System.Windows.Media.Media3D; -using System.Windows.Media.TextFormatting; -using System.Windows.Navigation; -using System.Windows.Shapes; -using System.Windows.Shell; -using eDosStation; - - -namespace eDosStation { - - - /// - /// ShowEPDDose - /// - public partial class ShowEPDDose : System.Windows.Window, System.Windows.Markup.IComponentConnector { - - - #line 11 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.Primitives.StatusBarItem statusEPD; - - #line default - #line hidden - - - #line 27 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.CheckBox isIssued; - - #line default - #line hidden - - - #line 28 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock Wearer; - - #line default - #line hidden - - - #line 31 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose07; - - #line default - #line hidden - - - #line 32 "..\..\ShowEPDDose.xaml" - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] - internal System.Windows.Controls.TextBlock HpDose10; - - #line default - #line hidden - - private bool _contentLoaded; - - /// - /// InitializeComponent - /// - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - public void InitializeComponent() { - if (_contentLoaded) { - return; - } - _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/eDosStation;component/showepddose.xaml", System.UriKind.Relative); - - #line 1 "..\..\ShowEPDDose.xaml" - System.Windows.Application.LoadComponent(this, resourceLocater); - - #line default - #line hidden - } - - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] - void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { - switch (connectionId) - { - case 1: - - #line 8 "..\..\ShowEPDDose.xaml" - ((eDosStation.ShowEPDDose)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); - - #line default - #line hidden - return; - case 2: - this.statusEPD = ((System.Windows.Controls.Primitives.StatusBarItem)(target)); - return; - case 3: - this.isIssued = ((System.Windows.Controls.CheckBox)(target)); - return; - case 4: - this.Wearer = ((System.Windows.Controls.TextBlock)(target)); - return; - case 5: - this.HpDose07 = ((System.Windows.Controls.TextBlock)(target)); - return; - case 6: - this.HpDose10 = ((System.Windows.Controls.TextBlock)(target)); - return; - } - this._contentLoaded = true; - } - } -} - diff --git a/eDosStation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/eDosStation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/eDosStation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/eDosStation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStation/obj/Debug/eDosStation.Properties.Resources.resources b/eDosStation/obj/Debug/eDosStation.Properties.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.Properties.Resources.resources and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation.csproj.CopyComplete b/eDosStation/obj/Debug/eDosStation.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStation/obj/Debug/eDosStation.csproj.CoreCompileInputs.cache b/eDosStation/obj/Debug/eDosStation.csproj.CoreCompileInputs.cache deleted file mode 100644 index 35b766d..0000000 --- a/eDosStation/obj/Debug/eDosStation.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -0d637810eb17e9867bcb529040c08e7d8cda300a diff --git a/eDosStation/obj/Debug/eDosStation.csproj.FileListAbsolute.txt b/eDosStation/obj/Debug/eDosStation.csproj.FileListAbsolute.txt deleted file mode 100644 index 447a334..0000000 --- a/eDosStation/obj/Debug/eDosStation.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,24 +0,0 @@ -C:\l\src\cs\eDos\eDosStation\bin\Debug\eDosStation.exe.config -C:\l\src\cs\eDos\eDosStation\bin\Debug\eDosStation.exe -C:\l\src\cs\eDos\eDosStation\bin\Debug\eDosStation.pdb -C:\l\src\cs\eDos\eDosStation\bin\Debug\EpdBaseClr.dll -C:\l\src\cs\eDos\eDosStation\bin\Debug\EpdBaseClr.pdb -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.csprojAssemblyReference.cache -C:\l\src\cs\eDos\eDosStation\obj\Debug\MainWindow.g.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\ShowEPDDose.g.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\App.g.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation_MarkupCompile.cache -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation_MarkupCompile.lref -C:\l\src\cs\eDos\eDosStation\obj\Debug\MainWindow.baml -C:\l\src\cs\eDos\eDosStation\obj\Debug\ShowEPDDose.baml -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.g.resources -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.Properties.Resources.resources -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.csproj.GenerateResource.cache -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.csproj.CoreCompileInputs.cache -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.csproj.CopyComplete -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.exe -C:\l\src\cs\eDos\eDosStation\obj\Debug\eDosStation.pdb -C:\l\src\cs\eDos\eDosStation\obj\Debug\EpdExit.g.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\EpdEntry.g.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\EpdExit.baml -C:\l\src\cs\eDos\eDosStation\obj\Debug\EpdEntry.baml diff --git a/eDosStation/obj/Debug/eDosStation.csproj.GenerateResource.cache b/eDosStation/obj/Debug/eDosStation.csproj.GenerateResource.cache deleted file mode 100644 index bc48c7d..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.csproj.GenerateResource.cache and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation.csprojAssemblyReference.cache b/eDosStation/obj/Debug/eDosStation.csprojAssemblyReference.cache deleted file mode 100644 index 7ff8a67..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.csprojAssemblyReference.cache and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation.exe b/eDosStation/obj/Debug/eDosStation.exe deleted file mode 100644 index e6649e6..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.exe and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation.g.resources b/eDosStation/obj/Debug/eDosStation.g.resources deleted file mode 100644 index b53538e..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.g.resources and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation.pdb b/eDosStation/obj/Debug/eDosStation.pdb deleted file mode 100644 index ff16959..0000000 Binary files a/eDosStation/obj/Debug/eDosStation.pdb and /dev/null differ diff --git a/eDosStation/obj/Debug/eDosStation_MarkupCompile.cache b/eDosStation/obj/Debug/eDosStation_MarkupCompile.cache deleted file mode 100644 index eae957c..0000000 --- a/eDosStation/obj/Debug/eDosStation_MarkupCompile.cache +++ /dev/null @@ -1,20 +0,0 @@ -eDosStation - - -winexe -C# -.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\ -eDosStation -none -false -DEBUG;TRACE -C:\l\src\cs\eDos\eDosStation\App.xaml -41411600614 - -8972505444 -14-572982170 -EpdExit.xaml;MainWindow.xaml;EpdEntry.xaml;ShowEPDDose.xaml; - -False - diff --git a/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.cache b/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.cache deleted file mode 100644 index e27fcbe..0000000 --- a/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.cache +++ /dev/null @@ -1,20 +0,0 @@ -eDosStation - - -winexe -C# -.cs -C:\l\src\cs\eDos\eDosStation\obj\Debug\ -eDosStation -none -false -DEBUG;TRACE -C:\l\src\cs\eDos\eDosStation\App.xaml -41411600614 - -12-91017941 -14-572982170 -EpdExit.xaml;MainWindow.xaml;EpdEntry.xaml;ShowEPDDose.xaml; - -True - diff --git a/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.lref b/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.lref deleted file mode 100644 index 897672f..0000000 --- a/eDosStation/obj/Debug/eDosStation_MarkupCompile.i.lref +++ /dev/null @@ -1,7 +0,0 @@ - - -FC:\l\src\cs\eDos\eDosStation\EpdExit.xaml;; -FC:\l\src\cs\eDos\eDosStation\MainWindow.xaml;; -FC:\l\src\cs\eDos\eDosStation\EpdEntry.xaml;; -FC:\l\src\cs\eDos\eDosStation\ShowEPDDose.xaml;; - diff --git a/eDosStation/obj/Debug/eDosStation_MarkupCompile.lref b/eDosStation/obj/Debug/eDosStation_MarkupCompile.lref deleted file mode 100644 index 897672f..0000000 --- a/eDosStation/obj/Debug/eDosStation_MarkupCompile.lref +++ /dev/null @@ -1,7 +0,0 @@ - - -FC:\l\src\cs\eDos\eDosStation\EpdExit.xaml;; -FC:\l\src\cs\eDos\eDosStation\MainWindow.xaml;; -FC:\l\src\cs\eDos\eDosStation\EpdEntry.xaml;; -FC:\l\src\cs\eDos\eDosStation\ShowEPDDose.xaml;; - diff --git a/eDosStationApp/Debug/App.xaml.obj b/eDosStationApp/Debug/App.xaml.obj deleted file mode 100644 index fce8cbc..0000000 Binary files a/eDosStationApp/Debug/App.xaml.obj and /dev/null differ diff --git a/eDosStationApp/Debug/DeviceResources.obj b/eDosStationApp/Debug/DeviceResources.obj deleted file mode 100644 index 8aabf25..0000000 Binary files a/eDosStationApp/Debug/DeviceResources.obj and /dev/null differ diff --git a/eDosStationApp/Debug/DirectXPage.xaml.obj b/eDosStationApp/Debug/DirectXPage.xaml.obj deleted file mode 100644 index 59abdd0..0000000 Binary files a/eDosStationApp/Debug/DirectXPage.xaml.obj and /dev/null differ diff --git a/eDosStationApp/Debug/MultipleQualifiersPerDimensionFound.txt b/eDosStationApp/Debug/MultipleQualifiersPerDimensionFound.txt deleted file mode 100644 index c1f22fb..0000000 --- a/eDosStationApp/Debug/MultipleQualifiersPerDimensionFound.txt +++ /dev/null @@ -1 +0,0 @@ -False \ No newline at end of file diff --git a/eDosStationApp/Debug/ProjectArchitectures.txt b/eDosStationApp/Debug/ProjectArchitectures.txt deleted file mode 100644 index b2cbb7e..0000000 --- a/eDosStationApp/Debug/ProjectArchitectures.txt +++ /dev/null @@ -1 +0,0 @@ -C:\l\src\cs\eDos\eDosStationApp\eDosStationApp.vcxproj;x86 diff --git a/eDosStationApp/Debug/ResourceHandlingTask.state b/eDosStationApp/Debug/ResourceHandlingTask.state deleted file mode 100644 index 2e3baea..0000000 Binary files a/eDosStationApp/Debug/ResourceHandlingTask.state and /dev/null differ diff --git a/eDosStationApp/Debug/Sample3DSceneRenderer.obj b/eDosStationApp/Debug/Sample3DSceneRenderer.obj deleted file mode 100644 index 5e828c5..0000000 Binary files a/eDosStationApp/Debug/Sample3DSceneRenderer.obj and /dev/null differ diff --git a/eDosStationApp/Debug/SampleFpsTextRenderer.obj b/eDosStationApp/Debug/SampleFpsTextRenderer.obj deleted file mode 100644 index fd337d5..0000000 Binary files a/eDosStationApp/Debug/SampleFpsTextRenderer.obj and /dev/null differ diff --git a/eDosStationApp/Debug/XamlSaveStateFile.xml b/eDosStationApp/Debug/XamlSaveStateFile.xml deleted file mode 100644 index 890c8b9..0000000 --- a/eDosStationApp/Debug/XamlSaveStateFile.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/eDosStationApp/Debug/XamlTypeInfo.Impl.g.obj b/eDosStationApp/Debug/XamlTypeInfo.Impl.g.obj deleted file mode 100644 index ce0a8dc..0000000 Binary files a/eDosStationApp/Debug/XamlTypeInfo.Impl.g.obj and /dev/null differ diff --git a/eDosStationApp/Debug/XamlTypeInfo.g.obj b/eDosStationApp/Debug/XamlTypeInfo.g.obj deleted file mode 100644 index 36b76b0..0000000 Binary files a/eDosStationApp/Debug/XamlTypeInfo.g.obj and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.log b/eDosStationApp/Debug/eDosStationApp.log deleted file mode 100644 index b0de0c6..0000000 --- a/eDosStationApp/Debug/eDosStationApp.log +++ /dev/null @@ -1,13 +0,0 @@ - compilation object save succeeded; see C:\l\src\cs\eDos\Debug\eDosStationApp\SamplePixelShader.cso - compilation object save succeeded; see C:\l\src\cs\eDos\Debug\eDosStationApp\SampleVertexShader.cso - pch.cpp - App.xaml.cpp - DeviceResources.cpp - eDosStationAppMain.cpp - DirectXPage.xaml.cpp - SampleFpsTextRenderer.cpp - Sample3DSceneRenderer.cpp - XamlTypeInfo.Impl.g.cpp - XamlTypeInfo.g.cpp - Creating library C:\l\src\cs\eDos\Debug\eDosStationApp\eDosStationApp.lib and object C:\l\src\cs\eDos\Debug\eDosStationApp\eDosStationApp.exp - eDosStationApp.vcxproj -> C:\l\src\cs\eDos\Debug\eDosStationApp\eDosStationApp.exe diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/CL.command.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/CL.command.1.tlog deleted file mode 100644 index 3ac5939..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/CL.command.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/CL.read.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/CL.read.1.tlog deleted file mode 100644 index 2e656e2..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/CL.read.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/CL.write.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/CL.write.1.tlog deleted file mode 100644 index 2a55186..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/CL.write.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/Xaml.read.1u.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/Xaml.read.1u.tlog deleted file mode 100644 index c9b938c..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/Xaml.read.1u.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.lastbuildstate b/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.lastbuildstate deleted file mode 100644 index e5190c8..0000000 --- a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17134.0 -Debug|Win32|C:\l\src\cs\eDos\| diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.read.1u.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.read.1u.tlog deleted file mode 100644 index e773e9c..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.read.1u.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.winmd.lastbuild b/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.winmd.lastbuild deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.write.1u.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.write.1u.tlog deleted file mode 100644 index e288670..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/eDosStationApp.write.1u.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.command.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/fxc.command.1.tlog deleted file mode 100644 index 917abb1..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.command.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.read.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/fxc.read.1.tlog deleted file mode 100644 index 09395a1..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.read.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.write.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/fxc.write.1.tlog deleted file mode 100644 index 523d2d5..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/fxc.write.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/link.command.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/link.command.1.tlog deleted file mode 100644 index 0057ff0..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/link.command.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/link.read.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/link.read.1.tlog deleted file mode 100644 index e2f66e0..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/link.read.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.tlog/link.write.1.tlog b/eDosStationApp/Debug/eDosStationApp.tlog/link.write.1.tlog deleted file mode 100644 index 4def070..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.tlog/link.write.1.tlog and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.vcxproj.GenerateResource.Cache b/eDosStationApp/Debug/eDosStationApp.vcxproj.GenerateResource.Cache deleted file mode 100644 index 869aea1..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.vcxproj.GenerateResource.Cache and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationApp.vcxprojAssemblyReference.cache b/eDosStationApp/Debug/eDosStationApp.vcxprojAssemblyReference.cache deleted file mode 100644 index e02540b..0000000 Binary files a/eDosStationApp/Debug/eDosStationApp.vcxprojAssemblyReference.cache and /dev/null differ diff --git a/eDosStationApp/Debug/eDosStationAppMain.obj b/eDosStationApp/Debug/eDosStationAppMain.obj deleted file mode 100644 index f7c1023..0000000 Binary files a/eDosStationApp/Debug/eDosStationAppMain.obj and /dev/null differ diff --git a/eDosStationApp/Debug/embed/embed.resfiles b/eDosStationApp/Debug/embed/embed.resfiles deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/embed/embed.resfiles.intermediate b/eDosStationApp/Debug/embed/embed.resfiles.intermediate deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/excluded.layout.resfiles b/eDosStationApp/Debug/excluded.layout.resfiles deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/excluded.layout.resfiles.intermediate b/eDosStationApp/Debug/excluded.layout.resfiles.intermediate deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/filtered.layout.resfiles b/eDosStationApp/Debug/filtered.layout.resfiles deleted file mode 100644 index f09a1f9..0000000 --- a/eDosStationApp/Debug/filtered.layout.resfiles +++ /dev/null @@ -1,11 +0,0 @@ -App.xbf -DirectXPage.xbf -SamplePixelShader.cso -SampleVertexShader.cso -Assets\LockScreenLogo.scale-200.png -Assets\SplashScreen.scale-200.png -Assets\Square150x150Logo.scale-200.png -Assets\Square44x44Logo.scale-200.png -Assets\Square44x44Logo.targetsize-24_altform-unplated.png -Assets\StoreLogo.png -Assets\Wide310x150Logo.scale-200.png diff --git a/eDosStationApp/Debug/filtered.layout.resfiles.intermediate b/eDosStationApp/Debug/filtered.layout.resfiles.intermediate deleted file mode 100644 index f09a1f9..0000000 --- a/eDosStationApp/Debug/filtered.layout.resfiles.intermediate +++ /dev/null @@ -1,11 +0,0 @@ -App.xbf -DirectXPage.xbf -SamplePixelShader.cso -SampleVertexShader.cso -Assets\LockScreenLogo.scale-200.png -Assets\SplashScreen.scale-200.png -Assets\Square150x150Logo.scale-200.png -Assets\Square44x44Logo.scale-200.png -Assets\Square44x44Logo.targetsize-24_altform-unplated.png -Assets\StoreLogo.png -Assets\Wide310x150Logo.scale-200.png diff --git a/eDosStationApp/Debug/pch.obj b/eDosStationApp/Debug/pch.obj deleted file mode 100644 index f1b749f..0000000 Binary files a/eDosStationApp/Debug/pch.obj and /dev/null differ diff --git a/eDosStationApp/Debug/pch.pch b/eDosStationApp/Debug/pch.pch deleted file mode 100644 index 468e67d..0000000 Binary files a/eDosStationApp/Debug/pch.pch and /dev/null differ diff --git a/eDosStationApp/Debug/pri.resfiles b/eDosStationApp/Debug/pri.resfiles deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/pri.resfiles.intermediate b/eDosStationApp/Debug/pri.resfiles.intermediate deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/priconfig.xml b/eDosStationApp/Debug/priconfig.xml deleted file mode 100644 index c04f5cc..0000000 --- a/eDosStationApp/Debug/priconfig.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/eDosStationApp/Debug/priconfig.xml.intermediate b/eDosStationApp/Debug/priconfig.xml.intermediate deleted file mode 100644 index c04f5cc..0000000 --- a/eDosStationApp/Debug/priconfig.xml.intermediate +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/eDosStationApp/Debug/qualifiers.txt b/eDosStationApp/Debug/qualifiers.txt deleted file mode 100644 index d41c543..0000000 --- a/eDosStationApp/Debug/qualifiers.txt +++ /dev/null @@ -1,3 +0,0 @@ -AlternateForm=UNPLATED -Scale=200 -TargetSize=24 diff --git a/eDosStationApp/Debug/qualifiers.txt.intermediate b/eDosStationApp/Debug/qualifiers.txt.intermediate deleted file mode 100644 index d41c543..0000000 --- a/eDosStationApp/Debug/qualifiers.txt.intermediate +++ /dev/null @@ -1,3 +0,0 @@ -AlternateForm=UNPLATED -Scale=200 -TargetSize=24 diff --git a/eDosStationApp/Debug/resources.resfiles b/eDosStationApp/Debug/resources.resfiles deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/resources.resfiles.intermediate b/eDosStationApp/Debug/resources.resfiles.intermediate deleted file mode 100644 index e69de29..0000000 diff --git a/eDosStationApp/Debug/unfiltered.layout.resfiles b/eDosStationApp/Debug/unfiltered.layout.resfiles deleted file mode 100644 index f09a1f9..0000000 --- a/eDosStationApp/Debug/unfiltered.layout.resfiles +++ /dev/null @@ -1,11 +0,0 @@ -App.xbf -DirectXPage.xbf -SamplePixelShader.cso -SampleVertexShader.cso -Assets\LockScreenLogo.scale-200.png -Assets\SplashScreen.scale-200.png -Assets\Square150x150Logo.scale-200.png -Assets\Square44x44Logo.scale-200.png -Assets\Square44x44Logo.targetsize-24_altform-unplated.png -Assets\StoreLogo.png -Assets\Wide310x150Logo.scale-200.png diff --git a/eDosStationApp/Debug/unfiltered.layout.resfiles.intermediate b/eDosStationApp/Debug/unfiltered.layout.resfiles.intermediate deleted file mode 100644 index f09a1f9..0000000 --- a/eDosStationApp/Debug/unfiltered.layout.resfiles.intermediate +++ /dev/null @@ -1,11 +0,0 @@ -App.xbf -DirectXPage.xbf -SamplePixelShader.cso -SampleVertexShader.cso -Assets\LockScreenLogo.scale-200.png -Assets\SplashScreen.scale-200.png -Assets\Square150x150Logo.scale-200.png -Assets\Square44x44Logo.scale-200.png -Assets\Square44x44Logo.targetsize-24_altform-unplated.png -Assets\StoreLogo.png -Assets\Wide310x150Logo.scale-200.png diff --git a/eDosStationApp/Debug/vc141.idb b/eDosStationApp/Debug/vc141.idb deleted file mode 100644 index d10f93a..0000000 Binary files a/eDosStationApp/Debug/vc141.idb and /dev/null differ diff --git a/eDosStationApp/Debug/vc141.pdb b/eDosStationApp/Debug/vc141.pdb deleted file mode 100644 index b405ba1..0000000 Binary files a/eDosStationApp/Debug/vc141.pdb and /dev/null differ diff --git a/x64/Debug/EpdBase.lib b/x64/Debug/EpdBase.lib deleted file mode 100644 index 41d0265..0000000 Binary files a/x64/Debug/EpdBase.lib and /dev/null differ diff --git a/x64/Debug/EpdBase.pdb b/x64/Debug/EpdBase.pdb deleted file mode 100644 index 6f607cb..0000000 Binary files a/x64/Debug/EpdBase.pdb and /dev/null differ diff --git a/x64/Debug/TestDirect.pdb b/x64/Debug/TestDirect.pdb deleted file mode 100644 index 021c044..0000000 Binary files a/x64/Debug/TestDirect.pdb and /dev/null differ diff --git a/x64/Debug/TestEdosBase.pdb b/x64/Debug/TestEdosBase.pdb deleted file mode 100644 index 73bbede..0000000 Binary files a/x64/Debug/TestEdosBase.pdb and /dev/null differ