├── .gitignore ├── 1_DeleteDir.bat ├── 2_DeleteFile.bat ├── ASPNET ├── AuthN_AuthZ │ ├── ID-Federation │ │ ├── ClaimsWeb_sample │ │ │ ├── ClaimsWeb_sample.csproj │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Default.aspx.designer.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Web.Debug.config │ │ │ ├── Web.Release.config │ │ │ ├── Web.config │ │ │ └── web.config_ │ │ └── README.md │ └── OpenID_Connect │ │ ├── OpenIDConnect_sample │ │ ├── .nuget │ │ │ ├── NuGet.Config │ │ │ └── NuGet.targets │ │ ├── OpenIDConnect_sample.sln │ │ └── OpenIDConnect_sample │ │ │ ├── App_Start │ │ │ └── Startup.Auth.cs │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Default.aspx.designer.cs │ │ │ ├── Error.aspx │ │ │ ├── Error.aspx.cs │ │ │ ├── Error.aspx.designer.cs │ │ │ ├── Global.asax │ │ │ ├── Global.asax.cs │ │ │ ├── OpenIDConnect_sample.csproj │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Startup.cs │ │ │ ├── Web.Debug.config │ │ │ ├── Web.Release.config │ │ │ ├── Web.config │ │ │ ├── app.config │ │ │ └── packages.config │ │ └── README.md ├── MSTranslatorAPI │ ├── AdmAccessToken.cs │ ├── AdmAuthentication.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── MicrosoftTranslator.csproj │ ├── Scripts │ │ ├── Main.js │ │ ├── jquery-1.4.1-vsdoc.js │ │ ├── jquery-1.4.1.js │ │ └── jquery-1.4.1.min.js │ ├── Site.Master │ ├── Site.Master.cs │ ├── Site.Master.designer.cs │ ├── Styles │ │ └── Site.css │ ├── Translate.aspx │ ├── Translate.aspx.cs │ ├── Translate.aspx.designer.cs │ └── Web.config ├── SignalR │ ├── .nuget │ │ ├── NuGet.Config │ │ ├── NuGet.exe │ │ └── NuGet.targets │ ├── SignalRChat.sln │ └── SignalRChat │ │ ├── ChatHub.cs │ │ ├── ChatWindow.aspx │ │ ├── ChatWindow.aspx.cs │ │ ├── ChatWindow.aspx.designer.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── README.md │ │ ├── Scripts │ │ ├── jquery-1.6.4.min.js │ │ ├── jquery.signalR-2.2.0.js │ │ └── jquery.signalR-2.2.0.min.js │ │ ├── SignalRChat.csproj │ │ ├── Startup.cs │ │ ├── Style │ │ └── Common.css │ │ ├── Web.config │ │ └── packages.config └── WebForm │ ├── Mobile │ ├── ResponseFilter │ │ ├── App_Code │ │ │ ├── ToHankakuFilterStream.cs │ │ │ └── ToHankakuHttpModule.cs │ │ ├── Default.aspx │ │ ├── Default.aspx.cs │ │ ├── Global.asax │ │ ├── ResponseFilter.sln │ │ └── Web.Config │ └── VwS_HdnToSsn │ │ ├── ProcessingMode1 │ │ ├── App_Code │ │ │ ├── BasePage.cs │ │ │ └── CustQueue.cs │ │ ├── Default1.aspx │ │ ├── Default1.aspx.cs │ │ ├── Default2.aspx │ │ ├── Default2.aspx.cs │ │ ├── Default3.aspx │ │ ├── Default3.aspx.cs │ │ ├── MasterPage.master │ │ ├── MasterPage.master.cs │ │ ├── ProcessingMode1.sln │ │ └── Web.Config │ │ └── ProcessingMode2 │ │ ├── App_Browsers │ │ └── BrowserFile.browser │ │ ├── App_Code │ │ └── CustomPageAdapter.cs │ │ ├── Default1.aspx │ │ ├── Default1.aspx.cs │ │ ├── Default2.aspx │ │ ├── Default2.aspx.cs │ │ ├── Default3.aspx │ │ ├── Default3.aspx.cs │ │ ├── ProcessingMode2.sln │ │ └── Web.Config │ └── jqGridandWCF │ ├── jqGridandWCF.sln │ └── jqGridandWCF │ ├── Content │ ├── jquery.jqGrid │ │ └── ui.jqgrid.css │ └── themes │ │ └── base │ │ ├── accordion.css │ │ ├── all.css │ │ ├── autocomplete.css │ │ ├── base.css │ │ ├── button.css │ │ ├── core.css │ │ ├── datepicker.css │ │ ├── dialog.css │ │ ├── draggable.css │ │ ├── images │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ └── ui-icons_cd0a0a_256x240.png │ │ ├── menu.css │ │ ├── progressbar.css │ │ ├── resizable.css │ │ ├── selectable.css │ │ ├── selectmenu.css │ │ ├── slider.css │ │ ├── sortable.css │ │ ├── spinner.css │ │ ├── tabs.css │ │ ├── theme.css │ │ └── tooltip.css │ ├── IJSONService.cs │ ├── JSONService.svc │ ├── JSONService.svc.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Scripts │ ├── i18n │ │ ├── grid.locale-ar.js │ │ ├── grid.locale-bg.js │ │ ├── grid.locale-bg1251.js │ │ ├── grid.locale-cat.js │ │ ├── grid.locale-cn.js │ │ ├── grid.locale-cs.js │ │ ├── grid.locale-da.js │ │ ├── grid.locale-de.js │ │ ├── grid.locale-dk.js │ │ ├── grid.locale-el.js │ │ ├── grid.locale-en.js │ │ ├── grid.locale-es.js │ │ ├── grid.locale-fa.js │ │ ├── grid.locale-fi.js │ │ ├── grid.locale-fr.js │ │ ├── grid.locale-gl.js │ │ ├── grid.locale-he.js │ │ ├── grid.locale-hr.js │ │ ├── grid.locale-hr1250.js │ │ ├── grid.locale-hu.js │ │ ├── grid.locale-id.js │ │ ├── grid.locale-is.js │ │ ├── grid.locale-it.js │ │ ├── grid.locale-ja.js │ │ ├── grid.locale-kr.js │ │ ├── grid.locale-lt.js │ │ ├── grid.locale-mne.js │ │ ├── grid.locale-nl.js │ │ ├── grid.locale-no.js │ │ ├── grid.locale-pl.js │ │ ├── grid.locale-pt-br.js │ │ ├── grid.locale-pt.js │ │ ├── grid.locale-ro.js │ │ ├── grid.locale-ru.js │ │ ├── grid.locale-sk.js │ │ ├── grid.locale-sr-latin.js │ │ ├── grid.locale-sr.js │ │ ├── grid.locale-sv.js │ │ ├── grid.locale-th.js │ │ ├── grid.locale-tr.js │ │ ├── grid.locale-tw.js │ │ ├── grid.locale-ua.js │ │ └── grid.locale-vi.js │ ├── jquery-2.1.3.intellisense.js │ ├── jquery-2.1.3.js │ ├── jquery-2.1.3.min.js │ ├── jquery-2.1.3.min.map │ ├── jquery-ui-1.11.2.js │ ├── jquery-ui-1.11.2.min.js │ ├── jquery.jqGrid.min.js │ └── jquery.jqGrid.src.js │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── WebForm1.aspx │ ├── WebForm1.aspx.cs │ ├── WebForm1.aspx.designer.cs │ └── jqGridandWCF.csproj ├── Azure ├── DotNet4ApacheSpark │ ├── MLSparkModel │ │ └── text.txt │ ├── MySparkApp │ │ ├── MySparkApp.sln │ │ └── MySparkApp │ │ │ ├── MySparkApp.csproj │ │ │ ├── Program.cs │ │ │ └── input.txt │ ├── mySparkBatchApp │ │ ├── mySparkBatchApp.sln │ │ └── mySparkBatchApp │ │ │ ├── Program.cs │ │ │ ├── mySparkBatchApp.csproj │ │ │ └── projects_smaller.csv │ └── mySparkStreamingApp │ │ ├── mySparkStreamingApp.sln │ │ └── mySparkStreamingApp │ │ ├── Program.cs │ │ └── mySparkStreamingApp.csproj └── ElasticDatabase │ ├── ElasticDB_Sample │ ├── .nuget │ │ ├── NuGet.Config │ │ ├── NuGet.exe │ │ └── NuGet.targets │ ├── ElasticDB_Sample.sln │ └── ElasticScaleStarterKit │ │ ├── App.config │ │ ├── Configuration.cs │ │ ├── ConsoleUtils.cs │ │ ├── CreateShardSample.cs │ │ ├── DataDependentRoutingSample.cs │ │ ├── ElasticScaleStarterKit.csproj │ │ ├── InitializeShard.sql │ │ ├── MultiShardQuerySample.cs │ │ ├── Program.cs │ │ ├── README.txt │ │ ├── ShardManagementUtils.cs │ │ ├── SqlDatabaseUtils.cs │ │ ├── TableFormatter.cs │ │ └── packages.config │ ├── ElasticDB_Sample2 │ └── ElasticScaleStarterKit │ │ ├── .nuget │ │ ├── NuGet.Config │ │ ├── NuGet.exe │ │ └── NuGet.targets │ │ ├── ElasticScaleStarterKit.sln │ │ └── ElasticScaleStarterKit │ │ ├── ConsoleUtils.cs │ │ ├── CreateShardSample.cs │ │ ├── DataDependentRoutingSupport.cs │ │ ├── ElasticScaleStarterKit.csproj │ │ ├── InitializeShard.sql │ │ ├── LayerB.cs │ │ ├── LayerD.cs │ │ ├── MultiShardQuerySupport.cs │ │ ├── Program.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ShardManagementUtils.cs │ │ ├── Sql │ │ ├── CustomersDeleteDDR.sql │ │ ├── CustomersSelectDDR.sql │ │ └── Customers_Orders_DDRInsert.sql │ │ ├── SqlDatabaseUtils.cs │ │ ├── TableFormatter.cs │ │ ├── TestParameterValue.cs │ │ ├── TestReturnValue.cs │ │ ├── app.config │ │ └── packages.config │ └── README.md ├── LICENSE └── LICENSE.txt ├── Nunit └── Public.Test │ ├── .nuget │ └── packages.config │ ├── Properties │ └── AssemblyInfo.cs │ ├── Public.Test.csproj │ ├── Public.Test.nunit │ ├── Public.Test.sln │ ├── TestCode │ └── GetKeyedHashTest.cs │ ├── TestTarget │ ├── CustomEncode.cs │ └── GetKeyedHash.cs │ ├── bat │ ├── runopencover.bat │ └── runtests.bat │ └── packages.config ├── Other ├── 0_Please run with a double-click to build bat file here.txt ├── 1_DeleteDir.bat ├── 2_DeleteFile.bat ├── 3_Build.bat ├── BinarySerialize │ └── TestBinarySerializeXplat │ │ ├── BuildAndExec.bat │ │ ├── BuildAndExec.sh │ │ ├── Program.cs │ │ ├── TestBinarySerializeXplatCore20.sln │ │ ├── TestBinarySerializeXplatCore30.sln │ │ ├── TestBinarySerializeXplatFx45.sln │ │ ├── TestBinarySerializeXplatFx46.sln │ │ ├── TestBinarySerializeXplatFx47.sln │ │ ├── TestBinarySerializeXplatFx48.sln │ │ ├── core20 │ │ └── TestBinarySerializeXplat.csproj │ │ ├── core30 │ │ └── TestBinarySerializeXplat.csproj │ │ ├── net45 │ │ ├── App.config │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TestBinarySerializeXplat.csproj │ │ ├── net46 │ │ ├── App.config │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TestBinarySerializeXplat.csproj │ │ ├── net47 │ │ ├── App.config │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TestBinarySerializeXplat.csproj │ │ ├── net48 │ │ ├── App.config │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TestBinarySerializeXplat.csproj │ │ └── z_Common.bat ├── DotNETBridge │ ├── BridgeDLL │ │ ├── BridgeDLL.cpp │ │ ├── BridgeDLL.sln │ │ ├── BridgeDLL.vcproj │ │ ├── ReadMe.txt │ │ ├── dllmain.cpp │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h │ ├── CallerEXE │ │ ├── CallerEXE.cpp │ │ ├── CallerEXE.sln │ │ ├── CallerEXE.vcproj │ │ ├── ReadMe.txt │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h │ ├── CallerEXE2 │ │ ├── CallerEXE2.csproj │ │ ├── CallerEXE2.sln │ │ ├── Program.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── README.md │ └── TargetAssembly │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── TargetAssembly.csproj │ │ ├── TargetAssembly.sln │ │ └── TargetClass.cs ├── Encryption │ ├── TestECDsaXplat │ │ ├── TestECDsaXplat.sln │ │ ├── TestECDsaXplat │ │ │ ├── App.config │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── TestECDsaXplat.csproj │ │ │ └── TestECDsaXplatCore.csproj │ │ └── TestECDsaXplatCore.sln │ ├── TestEncAndDecProvider │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Form1.resx │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TestEncAndDecProvider.csproj │ │ ├── TestEncAndDecProvider.sln │ │ ├── app.config │ │ └── packages.config │ └── jose_jwt_Sample │ │ ├── jose_jwt_Sample.sln │ │ └── jose_jwt_Sample │ │ ├── Program.cs │ │ ├── copy_cert.bat │ │ ├── jose_jwt_Sample.csproj │ │ └── test.bat ├── InterProcComm │ ├── App.xaml │ ├── App.xaml.cs │ ├── CmnClass.cs │ ├── InterProcComm.csproj │ ├── InterProcComm.sln │ ├── NdPipe.xaml │ ├── NdPipe.xaml.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── README.md │ ├── SharedMem.xaml │ ├── SharedMem.xaml.cs │ ├── SharedMem2.xaml │ ├── SharedMem2.xaml.cs │ ├── SharedMemCStrct.xaml │ ├── SharedMemCStrct.xaml.cs │ ├── SharedMemCStrct2.xaml │ ├── SharedMemCStrct2.xaml.cs │ ├── TCP.xaml │ ├── TCP.xaml.cs │ ├── UDP.xaml │ ├── UDP.xaml.cs │ ├── Util │ │ ├── CmnWin32.cs │ │ ├── CustomMarshaler.cs │ │ ├── MMapFileWin32.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SharedMemory.cs │ │ ├── Util.csproj │ │ └── WindowsAPIErrorException.cs │ ├── Window1.xaml │ └── Window1.xaml.cs ├── InteropWithUnmanage │ ├── DNET │ │ ├── DNET_COM │ │ │ ├── ClassTest.cs │ │ │ ├── DNET_COM.csproj │ │ │ ├── DNET_COM.sln │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ └── DNET_Client │ │ │ ├── A.cs │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── DNET_Client.csproj │ │ │ ├── DNET_Client.sln │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── Window1.xaml │ │ │ └── Window1.xaml.cs │ ├── README.md │ ├── Script │ │ ├── JS_Client.htm │ │ ├── JS_Client2.htm │ │ └── VBS_Client.vbs │ ├── VB │ │ ├── IObjSafety │ │ │ ├── DemoCtl.ctl │ │ │ ├── IObjSafety.exp │ │ │ ├── IObjSafety.html │ │ │ ├── IObjSafety.lib │ │ │ ├── IObjSafety.ocx │ │ │ ├── IObjSafety.vbp │ │ │ ├── IObjSafety.vbw │ │ │ ├── MKTYPLIB.EXE │ │ │ ├── Objsafe.odl │ │ │ ├── basSafeCtl.bas │ │ │ └── readme.txt │ │ ├── VB_COM │ │ │ ├── ClassTest.cls │ │ │ ├── VB_COM.dll │ │ │ ├── VB_COM.exp │ │ │ ├── VB_COM.lib │ │ │ ├── VB_COM.vbp │ │ │ └── VB_COM.vbw │ │ └── VB_Client │ │ │ ├── Form1.frm │ │ │ ├── VB_Client.exe │ │ │ ├── VB_Client.vbp │ │ │ ├── VB_Client.vbw │ │ │ └── VC_DLL.dll │ └── VC │ │ ├── VC_COM │ │ ├── ClassTest.cpp │ │ ├── ClassTest.h │ │ ├── ClassTest.rgs │ │ ├── ReadMe.txt │ │ ├── VC_COM.cpp │ │ ├── VC_COM.def │ │ ├── VC_COM.idl │ │ ├── VC_COM.rc │ │ ├── VC_COM.rgs │ │ ├── VC_COM.sln │ │ ├── VC_COM.vcproj │ │ ├── VC_COMPS.vcproj │ │ ├── VC_COMps.def │ │ ├── dllmain.cpp │ │ ├── dllmain.h │ │ ├── resource.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h │ │ ├── VC_Client │ │ ├── VC_Client1 │ │ │ ├── ReadMe.txt │ │ │ ├── VC_Client1.cpp │ │ │ ├── VC_Client1.sln │ │ │ ├── VC_Client1.vcproj │ │ │ ├── stdafx.cpp │ │ │ ├── stdafx.h │ │ │ └── targetver.h │ │ ├── VC_Client2 │ │ │ ├── ReadMe.txt │ │ │ ├── VC_Client2.cpp │ │ │ ├── VC_Client2.sln │ │ │ ├── VC_Client2.vcproj │ │ │ ├── stdafx.cpp │ │ │ ├── stdafx.h │ │ │ └── targetver.h │ │ └── VC_Client3 │ │ │ ├── ReadMe.txt │ │ │ ├── VC_Client3.cpp │ │ │ ├── VC_Client3.sln │ │ │ ├── VC_Client3.vcproj │ │ │ ├── stdafx.cpp │ │ │ ├── stdafx.h │ │ │ └── targetver.h │ │ └── VC_DLL │ │ ├── Exports.def │ │ ├── MYLIBAPI.cpp │ │ ├── MYLIBAPI.h │ │ ├── ReadMe.txt │ │ ├── Simple.cpp │ │ ├── VC_DLL.sln │ │ ├── VC_DLL.vcproj │ │ ├── dllmain.cpp │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h ├── PipesFamilyHouse │ ├── AnonymousPipe │ │ ├── Both.sln │ │ ├── Child │ │ │ ├── Child.csproj │ │ │ ├── Program.cs │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ └── Parent │ │ │ ├── Parent.csproj │ │ │ ├── Program.cs │ │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── README.md │ └── StdIOAndPipe │ │ ├── Both.sln │ │ ├── Child │ │ ├── Child.csproj │ │ ├── Program.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Parent │ │ ├── Parent.csproj │ │ ├── Program.cs │ │ └── Properties │ │ └── AssemblyInfo.cs ├── ThreadSafe │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README.md │ ├── TestClass.cs │ ├── ThreadSafe.csproj │ ├── ThreadSafe.sln │ └── exec.bat ├── VC_Samples │ └── VC_AutoWrap │ │ ├── README.md │ │ ├── VC_AutoWrap.cpp │ │ ├── VC_AutoWrap.sln │ │ ├── VC_AutoWrap.vcproj │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h ├── z_Common.bat └── z_Common2.bat ├── PkgMgr ├── NuGet │ ├── ConsoleApp1 │ │ ├── ConsoleApp1 │ │ │ ├── App.config │ │ │ ├── ConsoleApp1_net46.csproj │ │ │ ├── ConsoleApp1_net47.csproj │ │ │ ├── ConsoleApp1_netstd2.csproj │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── packages.config │ │ ├── ConsoleApp1_net46.sln │ │ ├── ConsoleApp1_net47.sln │ │ └── ConsoleApp1_netstd2.sln │ ├── README.md │ ├── TestClassLibrary1 │ │ ├── 1_DeleteDir.bat │ │ ├── 2_DeleteFile.bat │ │ ├── 3_Build_ClassLibrary.bat │ │ ├── 4_NuGetPack.bat │ │ ├── PrimaryPackage.nuspec │ │ ├── SymbolPackage.nuspec │ │ ├── TestClassLibrary1 │ │ │ ├── Class1.cs │ │ │ ├── Class2.cs │ │ │ ├── Class3.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── TestClassLibrary1_net46.csproj │ │ │ ├── TestClassLibrary1_net47.csproj │ │ │ ├── TestClassLibrary1_netstd2.csproj │ │ │ ├── packages.config │ │ │ ├── packages_net46.config │ │ │ └── packages_net47.config │ │ ├── TestClassLibrary1_net46.sln │ │ ├── TestClassLibrary1_net47.sln │ │ ├── TestClassLibrary1_netstd2.sln │ │ ├── _OpenTouryo.png │ │ ├── pkg │ │ │ ├── Primary │ │ │ │ └── NuGetPush.bat │ │ │ └── Symbol │ │ │ │ └── NuGetPush.bat │ │ ├── z_Common.bat │ │ └── z_Common2.bat │ └── nuget.exe ├── README.md └── npm │ ├── README.md │ ├── ossc │ ├── README.md │ ├── browser-app1 │ │ ├── README.md │ │ ├── index.html │ │ ├── main.js │ │ ├── npm_i.bat │ │ ├── package-lock.json │ │ ├── package.json │ │ └── webpack_bundle.bat │ ├── console-app1 │ │ ├── README.md │ │ ├── node_test.bat │ │ ├── npm_i.bat │ │ ├── package-lock.json │ │ ├── package.json │ │ └── test.js │ └── ossc-test-library1 │ │ ├── README.md │ │ ├── index.js │ │ ├── node_test.bat │ │ ├── npm_i.bat │ │ ├── package-lock.json │ │ ├── package.json │ │ └── test.js │ └── touryo │ ├── README.md │ ├── browser-app1 │ ├── README.md │ ├── index.html │ ├── main.js │ ├── npm_i.bat │ ├── package.json │ └── webpack_bundle.bat │ ├── console-app1 │ ├── README.md │ ├── node_test.bat │ ├── npm_i.bat │ ├── package.json │ └── test.js │ └── touryo-test-library1 │ ├── README.md │ ├── index.js │ ├── node_test.bat │ ├── npm_i.bat │ ├── package-lock.json │ ├── package.json │ └── test.js ├── README.md ├── Template ├── MobileTemplate │ ├── CordovaTemplate │ │ ├── .gitignore │ │ ├── bower.json │ │ ├── build.json │ │ ├── config.xml │ │ ├── merges │ │ │ └── android │ │ │ │ └── scripts │ │ │ │ ├── android2.3-jscompat.js │ │ │ │ └── platformOverrides.js │ │ ├── package.json │ │ ├── res │ │ │ ├── icons │ │ │ │ ├── android │ │ │ │ │ ├── icon-36-ldpi.png │ │ │ │ │ ├── icon-48-mdpi.png │ │ │ │ │ ├── icon-72-hdpi.png │ │ │ │ │ └── icon-96-xhdpi.png │ │ │ │ └── ios │ │ │ │ │ ├── icon-40-2x.png │ │ │ │ │ ├── icon-40.png │ │ │ │ │ ├── icon-50-2x.png │ │ │ │ │ ├── icon-50.png │ │ │ │ │ ├── icon-57-2x.png │ │ │ │ │ ├── icon-57.png │ │ │ │ │ ├── icon-60-2x.png │ │ │ │ │ ├── icon-60-3x.png │ │ │ │ │ ├── icon-60.png │ │ │ │ │ ├── icon-72-2x.png │ │ │ │ │ ├── icon-72.png │ │ │ │ │ ├── icon-76-2x.png │ │ │ │ │ ├── icon-76.png │ │ │ │ │ ├── icon-small-2x.png │ │ │ │ │ └── icon-small.png │ │ │ ├── native │ │ │ │ └── android │ │ │ │ │ └── ant.properties │ │ │ └── screens │ │ │ │ ├── android │ │ │ │ ├── screen-hdpi-landscape.png │ │ │ │ ├── screen-hdpi-portrait.png │ │ │ │ ├── screen-ldpi-landscape.png │ │ │ │ ├── screen-ldpi-portrait.png │ │ │ │ ├── screen-mdpi-landscape.png │ │ │ │ ├── screen-mdpi-portrait.png │ │ │ │ ├── screen-xhdpi-landscape.png │ │ │ │ └── screen-xhdpi-portrait.png │ │ │ │ └── ios │ │ │ │ ├── screen-ipad-landscape-2x.png │ │ │ │ ├── screen-ipad-landscape.png │ │ │ │ ├── screen-ipad-portrait-2x.png │ │ │ │ ├── screen-ipad-portrait.png │ │ │ │ ├── screen-iphone-568h-2x.png │ │ │ │ ├── screen-iphone-landscape-736h.png │ │ │ │ ├── screen-iphone-portrait-2x.png │ │ │ │ ├── screen-iphone-portrait-667h.png │ │ │ │ ├── screen-iphone-portrait-736h.png │ │ │ │ └── screen-iphone-portrait.png │ │ └── www │ │ │ ├── css │ │ │ └── index.css │ │ │ ├── images │ │ │ └── cordova.png │ │ │ ├── index.html │ │ │ └── scripts │ │ │ ├── index.js │ │ │ ├── jquery-3.2.1.min.js │ │ │ └── platformOverrides.js │ └── flutter_template │ │ ├── .gitignore │ │ ├── .metadata │ │ ├── README.md │ │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── build.gradle │ │ │ ├── google-services.json │ │ │ └── src │ │ │ │ ├── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── res │ │ │ │ │ └── xml │ │ │ │ │ └── network_security_config.xml │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── kotlin │ │ │ │ │ └── com │ │ │ │ │ │ └── opentouryo │ │ │ │ │ │ └── flutter_template │ │ │ │ │ │ ├── Application.kt │ │ │ │ │ │ └── MainActivity.kt │ │ │ │ └── res │ │ │ │ │ ├── drawable-v21 │ │ │ │ │ └── launch_background.xml │ │ │ │ │ ├── drawable │ │ │ │ │ ├── launch_background.xml │ │ │ │ │ └── notification_icon.png │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── values-night │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values │ │ │ │ │ ├── colors.xml │ │ │ │ │ └── styles.xml │ │ │ │ │ └── xml │ │ │ │ │ └── network_security_config.xml │ │ │ │ └── profile │ │ │ │ └── AndroidManifest.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ └── gradle-wrapper.properties │ │ ├── settings.gradle │ │ └── settings_aar.gradle │ │ ├── ios │ │ ├── .gitignore │ │ ├── Flutter │ │ │ ├── AppFrameworkInfo.plist │ │ │ ├── Debug.xcconfig │ │ │ └── Release.xcconfig │ │ ├── Runner.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ └── WorkspaceSettings.xcsettings │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── Runner.xcscheme │ │ ├── Runner.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── WorkspaceSettings.xcsettings │ │ └── Runner │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ │ ├── Icon-App-20x20@1x.png │ │ │ │ ├── Icon-App-20x20@2x.png │ │ │ │ ├── Icon-App-20x20@3x.png │ │ │ │ ├── Icon-App-29x29@1x.png │ │ │ │ ├── Icon-App-29x29@2x.png │ │ │ │ ├── Icon-App-29x29@3x.png │ │ │ │ ├── Icon-App-40x40@1x.png │ │ │ │ ├── Icon-App-40x40@2x.png │ │ │ │ ├── Icon-App-40x40@3x.png │ │ │ │ ├── Icon-App-60x60@2x.png │ │ │ │ ├── Icon-App-60x60@3x.png │ │ │ │ ├── Icon-App-76x76@1x.png │ │ │ │ ├── Icon-App-76x76@2x.png │ │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ │ └── LaunchImage.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── LaunchImage.png │ │ │ │ ├── LaunchImage@2x.png │ │ │ │ ├── LaunchImage@3x.png │ │ │ │ └── README.md │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Info.plist │ │ │ └── Runner-Bridging-Header.h │ │ ├── lib │ │ ├── generated_plugin_registrant.dart │ │ ├── main.dart │ │ ├── message.dart │ │ ├── message_list.dart │ │ ├── meta_card.dart │ │ ├── permissions.dart │ │ └── token_monitor.dart │ │ ├── pubspec.lock │ │ ├── pubspec.yaml │ │ ├── test │ │ └── widget_test.dart │ │ └── web │ │ ├── favicon.png │ │ ├── icons │ │ ├── Icon-192.png │ │ └── Icon-512.png │ │ ├── index.html │ │ └── manifest.json └── SPATemplate │ ├── react-redux-todo │ ├── .gitignore │ ├── README.md │ ├── npm_i.bat │ ├── npm_start.bat │ ├── package-lock.json │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── actions │ │ └── Todo.js │ │ ├── components │ │ └── Todo.js │ │ ├── containers │ │ └── Todo.js │ │ ├── createStore.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ ├── reducers │ │ └── Todo.js │ │ └── registerServiceWorker.js │ ├── react_app │ ├── .gitignore │ ├── README.md │ ├── npm_i.bat │ ├── npm_start.bat │ ├── package-lock.json │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── Menu1.js │ │ ├── Menu2.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ └── registerServiceWorker.js │ └── redux_app │ ├── .gitignore │ ├── README.md │ ├── npm_i.bat │ ├── npm_start.bat │ ├── package-lock.json │ ├── package.json │ ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json │ └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── actions │ ├── Menu1.js │ ├── Menu12.js │ └── Menu2.js │ ├── components │ ├── Hoge.js │ ├── Menu1.js │ └── Menu2.js │ ├── containers │ ├── Menu1.js │ ├── Menu12.js │ └── Menu2.js │ ├── createStore.js │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── reducers │ ├── Menu12Reducer.js │ ├── Menu1Reducer.js │ └── Menu2Reducer.js │ └── registerServiceWorker.js ├── UISubsystem └── WPF │ ├── 0_Please run with a double-click to build bat file here.txt │ ├── 1_DeleteDir.bat │ ├── 2_DeleteFile.bat │ ├── 3_Build.bat │ ├── Animation │ ├── Menu │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Menu.csproj │ │ ├── Menu.sln │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Window1.xaml │ │ ├── Window1.xaml.cs │ │ ├── Window2.xaml │ │ └── Window2.xaml.cs │ └── TimelineAndFrame │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── FrameBaseAnimationWindow.xaml │ │ ├── FrameBaseAnimationWindow.xaml.cs │ │ ├── KeyFrameAnimationWindow.xaml │ │ ├── KeyFrameAnimationWindow.xaml.cs │ │ ├── LayoutTransformOnlyWindow.xaml │ │ ├── LayoutTransformOnlyWindow.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── PathAnimationWindow.xaml │ │ ├── PathAnimationWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── RenderTransformAnimationWindow.xaml │ │ ├── RenderTransformAnimationWindow.xaml.cs │ │ ├── RenderTransformOnlyWindow.xaml │ │ ├── RenderTransformOnlyWindow.xaml.cs │ │ ├── TimelineAndFrame.csproj │ │ ├── TimelineAndFrame.sln │ │ ├── TimelineAnimationWindow1.xaml │ │ ├── TimelineAnimationWindow1.xaml.cs │ │ ├── TimelineAnimationWindow2.xaml │ │ ├── TimelineAnimationWindow2.xaml.cs │ │ ├── TransformGroupAnimationWindow.xaml │ │ └── TransformGroupAnimationWindow.xaml.cs │ ├── Cbx in DataGrid │ ├── DataGrid │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── DataGrid.csproj │ │ ├── DataGrid.sln │ │ ├── GpCbx.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Window1.xaml │ │ ├── Window1.xaml.cs │ │ └── app.config │ └── GridView │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── GpCbx.cs │ │ ├── GridView.csproj │ │ ├── GridView.sln │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Window1.xaml │ │ └── Window1.xaml.cs │ ├── DataBinding │ ├── App.xaml │ ├── App.xaml.cs │ ├── BmiLevelConverter.cs │ ├── CalcBMIWindow.xaml │ ├── CalcBMIWindow.xaml.cs │ ├── DataBinding.csproj │ ├── DataBinding.sln │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Person.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SliderWindow.xaml │ ├── SliderWindow.xaml.cs │ └── ValConverter.cs │ ├── InputSupport │ ├── App.xaml │ ├── App.xaml.cs │ ├── InputSupport.csproj │ ├── InputSupport.sln │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ └── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── README.md │ ├── Template │ ├── App.xaml │ ├── App.xaml.cs │ ├── ContentControlWindow.xaml │ ├── ContentControlWindow.xaml.cs │ ├── GridViewWindow.xaml │ ├── GridViewWindow.xaml.cs │ ├── ItemsControlWindow.xaml │ ├── ItemsControlWindow.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Template.csproj │ ├── Template.sln │ └── jpg │ │ ├── Blue hills.jpg │ │ ├── Sunset.jpg │ │ ├── Water lilies.jpg │ │ └── Winter.jpg │ ├── Trigger │ ├── App.xaml │ ├── App.xaml.cs │ ├── DataTriggerWindow.xaml │ ├── DataTriggerWindow.xaml.cs │ ├── ItemsControlWindow.xaml │ ├── ItemsControlWindow.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Place.cs │ ├── Places.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── PropertyTriggerWindow.xaml │ ├── PropertyTriggerWindow.xaml.cs │ ├── Trigger.csproj │ ├── Trigger.sln │ └── jpg │ │ ├── Blue hills.jpg │ │ ├── Sunset.jpg │ │ ├── Water lilies.jpg │ │ └── Winter.jpg │ ├── Validation │ ├── DataGrid │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── DataGrid.csproj │ │ ├── DataGrid.sln │ │ ├── ErrorBrush.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MyValidationRule.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── RowValidationErrorTemplateWindow.xaml │ │ ├── RowValidationErrorTemplateWindow.xaml.cs │ │ ├── SourceClass.cs │ │ ├── TextBoxDataGridValidationBgWindow1.xaml │ │ ├── TextBoxDataGridValidationBgWindow1.xaml.cs │ │ ├── TextBoxDataGridValidationBgWindow2.xaml │ │ ├── TextBoxDataGridValidationBgWindow2.xaml.cs │ │ └── ValidationRuleNothing.cs │ └── InputField │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── DataErrorValidationRuleWindow.xaml │ │ ├── DataErrorValidationRuleWindow.xaml.cs │ │ ├── ExceptionValidationRuleWindow.xaml │ │ ├── ExceptionValidationRuleWindow.xaml.cs │ │ ├── InputField.csproj │ │ ├── InputField.sln │ │ ├── LengthValidationRule.cs │ │ ├── LengthValidationRuleBgWindow.xaml │ │ ├── LengthValidationRuleBgWindow.xaml.cs │ │ ├── LengthValidationRuleWindow.xaml │ │ ├── LengthValidationRuleWindow.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MaxLengthWindow.xaml │ │ ├── MaxLengthWindow.xaml.cs │ │ ├── MyValidationRule.cs │ │ ├── MyValidationRuleBgWindow.xaml │ │ ├── MyValidationRuleBgWindow.xaml.cs │ │ ├── MyValidationRuleWindow.xaml │ │ ├── MyValidationRuleWindow.xaml.cs │ │ ├── NumericValidationRule.cs │ │ ├── NumericValidationRuleBgWindow.xaml │ │ ├── NumericValidationRuleBgWindow.xaml.cs │ │ ├── NumericValidationRuleWindow.xaml │ │ ├── NumericValidationRuleWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SourceClass.cs │ │ ├── SourceClassWithValid.cs │ │ └── ValidationRuleNothing.cs │ ├── z_Common.bat │ └── z_Common2.bat └── nuget.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/.gitignore -------------------------------------------------------------------------------- /1_DeleteDir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/1_DeleteDir.bat -------------------------------------------------------------------------------- /2_DeleteFile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/2_DeleteFile.bat -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/ClaimsWeb_sample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/ClaimsWeb_sample.csproj -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Default.aspx -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Default.aspx.cs -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.Debug.config -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.Release.config -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/Web.config -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/web.config_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/ClaimsWeb_sample/web.config_ -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/ID-Federation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/ID-Federation/README.md -------------------------------------------------------------------------------- /ASPNET/AuthN_AuthZ/OpenID_Connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/AuthN_AuthZ/OpenID_Connect/README.md -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/AdmAccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/AdmAccessToken.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/AdmAuthentication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/AdmAuthentication.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Global.asax -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Global.asax.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/MicrosoftTranslator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/MicrosoftTranslator.csproj -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Scripts/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Scripts/Main.js -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1-vsdoc.js -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Scripts/jquery-1.4.1.min.js -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Site.Master -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Site.Master.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Site.Master.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Site.Master.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Site.Master.designer.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Styles/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Styles/Site.css -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Translate.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Translate.aspx -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Translate.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Translate.aspx.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Translate.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Translate.aspx.designer.cs -------------------------------------------------------------------------------- /ASPNET/MSTranslatorAPI/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/MSTranslatorAPI/Web.config -------------------------------------------------------------------------------- /ASPNET/SignalR/.nuget/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/.nuget/NuGet.Config -------------------------------------------------------------------------------- /ASPNET/SignalR/.nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/.nuget/NuGet.exe -------------------------------------------------------------------------------- /ASPNET/SignalR/.nuget/NuGet.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/.nuget/NuGet.targets -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat.sln -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/ChatHub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/ChatHub.cs -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/ChatWindow.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/ChatWindow.aspx -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/ChatWindow.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/ChatWindow.aspx.cs -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/ChatWindow.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/ChatWindow.aspx.designer.cs -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/README.md -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Scripts/jquery-1.6.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Scripts/jquery-1.6.4.min.js -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Scripts/jquery.signalR-2.2.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Scripts/jquery.signalR-2.2.0.js -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Scripts/jquery.signalR-2.2.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Scripts/jquery.signalR-2.2.0.min.js -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/SignalRChat.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/SignalRChat.csproj -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Startup.cs -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Style/Common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Style/Common.css -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/Web.config -------------------------------------------------------------------------------- /ASPNET/SignalR/SignalRChat/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/SignalR/SignalRChat/packages.config -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/App_Code/ToHankakuFilterStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/App_Code/ToHankakuFilterStream.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/App_Code/ToHankakuHttpModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/App_Code/ToHankakuHttpModule.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/Default.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/Default.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/Global.asax -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/ResponseFilter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/ResponseFilter.sln -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/ResponseFilter/Web.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/ResponseFilter/Web.Config -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/App_Code/BasePage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/App_Code/BasePage.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/App_Code/CustQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/App_Code/CustQueue.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default1.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default1.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default2.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default2.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default2.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default2.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default3.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default3.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default3.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Default3.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/MasterPage.master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/MasterPage.master -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/MasterPage.master.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/MasterPage.master.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/ProcessingMode1.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/ProcessingMode1.sln -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Web.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode1/Web.Config -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default1.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default1.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default2.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default2.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default2.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default2.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default3.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default3.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default3.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Default3.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/ProcessingMode2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/ProcessingMode2.sln -------------------------------------------------------------------------------- /ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Web.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/Mobile/VwS_HdnToSsn/ProcessingMode2/Web.Config -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF.sln -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/all.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/base.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/button.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/core.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/dialog.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/menu.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/slider.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/sortable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/sortable.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/spinner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/spinner.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/tabs.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/theme.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/tooltip.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Content/themes/base/tooltip.css -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/IJSONService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/IJSONService.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/JSONService.svc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/JSONService.svc -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/JSONService.svc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/JSONService.svc.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ar.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-bg.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cat.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cn.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-cs.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-da.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-de.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-dk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-dk.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-el.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-en.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-es.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fa.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fi.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-fr.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-gl.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-he.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-hr.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-hu.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-id.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-is.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-it.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ja.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-kr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-kr.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-lt.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-mne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-mne.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-nl.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-no.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-pl.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-pt.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ro.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-ru.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sk.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sr.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-sv.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/i18n/grid.locale-th.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.min.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-2.1.3.min.map -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-ui-1.11.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery-ui-1.11.2.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery.jqGrid.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery.jqGrid.min.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery.jqGrid.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Scripts/jquery.jqGrid.src.js -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.Debug.config -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.Release.config -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/Web.config -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/WebForm1.aspx.designer.cs -------------------------------------------------------------------------------- /ASPNET/WebForm/jqGridandWCF/jqGridandWCF/jqGridandWCF.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/ASPNET/WebForm/jqGridandWCF/jqGridandWCF/jqGridandWCF.csproj -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/MLSparkModel/text.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp.sln -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/MySparkApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/MySparkApp.csproj -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/Program.cs -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/MySparkApp/MySparkApp/input.txt -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/mySparkBatchApp/mySparkBatchApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/mySparkBatchApp/mySparkBatchApp.sln -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/mySparkBatchApp/mySparkBatchApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/mySparkBatchApp/mySparkBatchApp/Program.cs -------------------------------------------------------------------------------- /Azure/DotNet4ApacheSpark/mySparkStreamingApp/mySparkStreamingApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/DotNet4ApacheSpark/mySparkStreamingApp/mySparkStreamingApp.sln -------------------------------------------------------------------------------- /Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.Config -------------------------------------------------------------------------------- /Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.exe -------------------------------------------------------------------------------- /Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/ElasticDatabase/ElasticDB_Sample/.nuget/NuGet.targets -------------------------------------------------------------------------------- /Azure/ElasticDatabase/ElasticDB_Sample/ElasticDB_Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/ElasticDatabase/ElasticDB_Sample/ElasticDB_Sample.sln -------------------------------------------------------------------------------- /Azure/ElasticDatabase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Azure/ElasticDatabase/README.md -------------------------------------------------------------------------------- /LICENSE/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/LICENSE/LICENSE.txt -------------------------------------------------------------------------------- /Nunit/Public.Test/.nuget/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/.nuget/packages.config -------------------------------------------------------------------------------- /Nunit/Public.Test/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Nunit/Public.Test/Public.Test.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/Public.Test.csproj -------------------------------------------------------------------------------- /Nunit/Public.Test/Public.Test.nunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/Public.Test.nunit -------------------------------------------------------------------------------- /Nunit/Public.Test/Public.Test.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/Public.Test.sln -------------------------------------------------------------------------------- /Nunit/Public.Test/TestCode/GetKeyedHashTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/TestCode/GetKeyedHashTest.cs -------------------------------------------------------------------------------- /Nunit/Public.Test/TestTarget/CustomEncode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/TestTarget/CustomEncode.cs -------------------------------------------------------------------------------- /Nunit/Public.Test/TestTarget/GetKeyedHash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/TestTarget/GetKeyedHash.cs -------------------------------------------------------------------------------- /Nunit/Public.Test/bat/runopencover.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/bat/runopencover.bat -------------------------------------------------------------------------------- /Nunit/Public.Test/bat/runtests.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/bat/runtests.bat -------------------------------------------------------------------------------- /Nunit/Public.Test/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Nunit/Public.Test/packages.config -------------------------------------------------------------------------------- /Other/0_Please run with a double-click to build bat file here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/0_Please run with a double-click to build bat file here.txt -------------------------------------------------------------------------------- /Other/1_DeleteDir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/1_DeleteDir.bat -------------------------------------------------------------------------------- /Other/2_DeleteFile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/2_DeleteFile.bat -------------------------------------------------------------------------------- /Other/3_Build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/3_Build.bat -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/BuildAndExec.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/BuildAndExec.bat -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/BuildAndExec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/BuildAndExec.sh -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/Program.cs -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/net45/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/net45/App.config -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/net46/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/net46/App.config -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/net47/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/net47/App.config -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/net48/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/net48/App.config -------------------------------------------------------------------------------- /Other/BinarySerialize/TestBinarySerializeXplat/z_Common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/BinarySerialize/TestBinarySerializeXplat/z_Common.bat -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/BridgeDLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/BridgeDLL.cpp -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/BridgeDLL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/BridgeDLL.sln -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/BridgeDLL.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/BridgeDLL.vcproj -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/ReadMe.txt -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/dllmain.cpp -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/stdafx.cpp -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/stdafx.h -------------------------------------------------------------------------------- /Other/DotNETBridge/BridgeDLL/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/BridgeDLL/targetver.h -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/CallerEXE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/CallerEXE.cpp -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/CallerEXE.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/CallerEXE.sln -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/CallerEXE.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/CallerEXE.vcproj -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/ReadMe.txt -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/stdafx.cpp -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/stdafx.h -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE/targetver.h -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE2/CallerEXE2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE2/CallerEXE2.csproj -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE2/CallerEXE2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE2/CallerEXE2.sln -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE2/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE2/Program.cs -------------------------------------------------------------------------------- /Other/DotNETBridge/CallerEXE2/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/CallerEXE2/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/DotNETBridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/README.md -------------------------------------------------------------------------------- /Other/DotNETBridge/TargetAssembly/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/TargetAssembly/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/DotNETBridge/TargetAssembly/TargetAssembly.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/TargetAssembly/TargetAssembly.csproj -------------------------------------------------------------------------------- /Other/DotNETBridge/TargetAssembly/TargetAssembly.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/TargetAssembly/TargetAssembly.sln -------------------------------------------------------------------------------- /Other/DotNETBridge/TargetAssembly/TargetClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/DotNETBridge/TargetAssembly/TargetClass.cs -------------------------------------------------------------------------------- /Other/Encryption/TestECDsaXplat/TestECDsaXplat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestECDsaXplat/TestECDsaXplat.sln -------------------------------------------------------------------------------- /Other/Encryption/TestECDsaXplat/TestECDsaXplat/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestECDsaXplat/TestECDsaXplat/App.config -------------------------------------------------------------------------------- /Other/Encryption/TestECDsaXplat/TestECDsaXplat/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestECDsaXplat/TestECDsaXplat/Program.cs -------------------------------------------------------------------------------- /Other/Encryption/TestECDsaXplat/TestECDsaXplat/TestECDsaXplat.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestECDsaXplat/TestECDsaXplat/TestECDsaXplat.csproj -------------------------------------------------------------------------------- /Other/Encryption/TestECDsaXplat/TestECDsaXplatCore.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestECDsaXplat/TestECDsaXplatCore.sln -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/Form1.Designer.cs -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/Form1.cs -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/Form1.resx -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/Program.cs -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/TestEncAndDecProvider.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/TestEncAndDecProvider.csproj -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/TestEncAndDecProvider.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/TestEncAndDecProvider.sln -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/app.config -------------------------------------------------------------------------------- /Other/Encryption/TestEncAndDecProvider/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/TestEncAndDecProvider/packages.config -------------------------------------------------------------------------------- /Other/Encryption/jose_jwt_Sample/jose_jwt_Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/jose_jwt_Sample/jose_jwt_Sample.sln -------------------------------------------------------------------------------- /Other/Encryption/jose_jwt_Sample/jose_jwt_Sample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/jose_jwt_Sample/jose_jwt_Sample/Program.cs -------------------------------------------------------------------------------- /Other/Encryption/jose_jwt_Sample/jose_jwt_Sample/copy_cert.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/Encryption/jose_jwt_Sample/jose_jwt_Sample/copy_cert.bat -------------------------------------------------------------------------------- /Other/Encryption/jose_jwt_Sample/jose_jwt_Sample/test.bat: -------------------------------------------------------------------------------- 1 | dotnet jose_jwt_Sample.dll > result.txt 2 | pause -------------------------------------------------------------------------------- /Other/InterProcComm/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/App.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/App.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/CmnClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/CmnClass.cs -------------------------------------------------------------------------------- /Other/InterProcComm/InterProcComm.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/InterProcComm.csproj -------------------------------------------------------------------------------- /Other/InterProcComm/InterProcComm.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/InterProcComm.sln -------------------------------------------------------------------------------- /Other/InterProcComm/NdPipe.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/NdPipe.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/NdPipe.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/NdPipe.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Properties/Resources.resx -------------------------------------------------------------------------------- /Other/InterProcComm/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Properties/Settings.settings -------------------------------------------------------------------------------- /Other/InterProcComm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/README.md -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMem.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMem.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMem.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMem.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMem2.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMem2.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMem2.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMem2.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMemCStrct.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMemCStrct.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMemCStrct.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMemCStrct.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMemCStrct2.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMemCStrct2.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/SharedMemCStrct2.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/SharedMemCStrct2.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/TCP.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/TCP.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/TCP.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/TCP.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/UDP.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/UDP.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/UDP.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/UDP.xaml.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/CmnWin32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/CmnWin32.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/CustomMarshaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/CustomMarshaler.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/MMapFileWin32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/MMapFileWin32.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/SharedMemory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/SharedMemory.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Util/Util.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/Util.csproj -------------------------------------------------------------------------------- /Other/InterProcComm/Util/WindowsAPIErrorException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Util/WindowsAPIErrorException.cs -------------------------------------------------------------------------------- /Other/InterProcComm/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Window1.xaml -------------------------------------------------------------------------------- /Other/InterProcComm/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InterProcComm/Window1.xaml.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_COM/ClassTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_COM/ClassTest.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_COM/DNET_COM.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_COM/DNET_COM.csproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_COM/DNET_COM.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_COM/DNET_COM.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_COM/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_COM/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/A.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/A.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/App.xaml -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/App.xaml.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/DNET_Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/DNET_Client.csproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/DNET_Client.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/DNET_Client.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/Properties/Resources.resx -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/Window1.xaml -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/DNET/DNET_Client/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/DNET/DNET_Client/Window1.xaml.cs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/README.md -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/Script/JS_Client.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/Script/JS_Client.htm -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/Script/JS_Client2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/Script/JS_Client2.htm -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/Script/VBS_Client.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/Script/VBS_Client.vbs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/DemoCtl.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/DemoCtl.ctl -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.exp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.lib -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.ocx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.ocx -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.vbp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/IObjSafety.vbw -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/MKTYPLIB.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/MKTYPLIB.EXE -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/Objsafe.odl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/Objsafe.odl -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/basSafeCtl.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/basSafeCtl.bas -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/IObjSafety/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/IObjSafety/readme.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/ClassTest.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/ClassTest.cls -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/VB_COM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/VB_COM.dll -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/VB_COM.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/VB_COM.exp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/VB_COM.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/VB_COM.lib -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/VB_COM.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/VB_COM.vbp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_COM/VB_COM.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_COM/VB_COM.vbw -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_Client/Form1.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_Client/Form1.frm -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_Client/VB_Client.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_Client/VB_Client.exe -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_Client/VB_Client.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_Client/VB_Client.vbp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_Client/VB_Client.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_Client/VB_Client.vbw -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VB/VB_Client/VC_DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VB/VB_Client/VC_DLL.dll -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/ClassTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/ClassTest.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/ClassTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/ClassTest.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/ClassTest.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/ClassTest.rgs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/ReadMe.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.def -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.idl -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.rc -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.rgs -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COM.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COM.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COMPS.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COMPS.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/VC_COMps.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/VC_COMps.def -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/dllmain.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/dllmain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/dllmain.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/resource.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/stdafx.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/stdafx.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_COM/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_COM/targetver.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/ReadMe.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/VC_Client1.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/stdafx.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/stdafx.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client1/targetver.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/ReadMe.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/VC_Client2.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/stdafx.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/stdafx.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client2/targetver.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/ReadMe.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/VC_Client3.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/stdafx.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/stdafx.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_Client/VC_Client3/targetver.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/Exports.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/Exports.def -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/MYLIBAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/MYLIBAPI.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/MYLIBAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/MYLIBAPI.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/ReadMe.txt -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/Simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/Simple.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/VC_DLL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/VC_DLL.sln -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/VC_DLL.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/VC_DLL.vcproj -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/dllmain.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/stdafx.cpp -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/stdafx.h -------------------------------------------------------------------------------- /Other/InteropWithUnmanage/VC/VC_DLL/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/InteropWithUnmanage/VC/VC_DLL/targetver.h -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Both.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Both.sln -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Child/Child.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Child/Child.csproj -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Child/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Child/Program.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Child/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Child/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Parent/Parent.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Parent/Parent.csproj -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Parent/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Parent/Program.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/AnonymousPipe/Parent/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/AnonymousPipe/Parent/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/README.md -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Both.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Both.sln -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Child/Child.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Child/Child.csproj -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Child/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Child/Program.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Child/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Child/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Parent/Parent.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Parent/Parent.csproj -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Parent/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Parent/Program.cs -------------------------------------------------------------------------------- /Other/PipesFamilyHouse/StdIOAndPipe/Parent/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/PipesFamilyHouse/StdIOAndPipe/Parent/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/ThreadSafe/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/Program.cs -------------------------------------------------------------------------------- /Other/ThreadSafe/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Other/ThreadSafe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/README.md -------------------------------------------------------------------------------- /Other/ThreadSafe/TestClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/TestClass.cs -------------------------------------------------------------------------------- /Other/ThreadSafe/ThreadSafe.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/ThreadSafe.csproj -------------------------------------------------------------------------------- /Other/ThreadSafe/ThreadSafe.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/ThreadSafe/ThreadSafe.sln -------------------------------------------------------------------------------- /Other/ThreadSafe/exec.bat: -------------------------------------------------------------------------------- 1 | ThreadSafe.exe > result.txt -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/README.md -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.cpp -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.sln -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/VC_AutoWrap.vcproj -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/stdafx.cpp -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/stdafx.h -------------------------------------------------------------------------------- /Other/VC_Samples/VC_AutoWrap/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/VC_Samples/VC_AutoWrap/targetver.h -------------------------------------------------------------------------------- /Other/z_Common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/z_Common.bat -------------------------------------------------------------------------------- /Other/z_Common2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Other/z_Common2.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/App.config -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_net46.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_net46.csproj -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_net47.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_net47.csproj -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_netstd2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/ConsoleApp1_netstd2.csproj -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/Program.cs -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1/packages.config -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_net46.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_net46.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_net47.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_net47.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_netstd2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/ConsoleApp1/ConsoleApp1_netstd2.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/README.md -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/1_DeleteDir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/1_DeleteDir.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/2_DeleteFile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/2_DeleteFile.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/3_Build_ClassLibrary.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/3_Build_ClassLibrary.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/4_NuGetPack.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/4_NuGetPack.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/PrimaryPackage.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/PrimaryPackage.nuspec -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/SymbolPackage.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/SymbolPackage.nuspec -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class1.cs -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class2.cs -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/Class3.cs -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages.config -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages_net46.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages_net46.config -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages_net47.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1/packages_net47.config -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_net46.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_net46.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_net47.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_net47.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_netstd2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/TestClassLibrary1_netstd2.sln -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/_OpenTouryo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/_OpenTouryo.png -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/pkg/Primary/NuGetPush.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/pkg/Primary/NuGetPush.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/pkg/Symbol/NuGetPush.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/pkg/Symbol/NuGetPush.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/z_Common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/z_Common.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/TestClassLibrary1/z_Common2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/TestClassLibrary1/z_Common2.bat -------------------------------------------------------------------------------- /PkgMgr/NuGet/nuget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/NuGet/nuget.exe -------------------------------------------------------------------------------- /PkgMgr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/index.html -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/main.js -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/package-lock.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/browser-app1/webpack_bundle.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/browser-app1/webpack_bundle.bat -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/console-app1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/node_test.bat: -------------------------------------------------------------------------------- 1 | node test.js 2 | pause -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/console-app1/package-lock.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/console-app1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/console-app1/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/console-app1/test.js -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/ossc-test-library1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/ossc-test-library1/index.js -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/node_test.bat: -------------------------------------------------------------------------------- 1 | node test.js 2 | pause -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/ossc-test-library1/package-lock.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/ossc-test-library1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/ossc/ossc-test-library1/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/ossc/ossc-test-library1/test.js -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/browser-app1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/browser-app1/index.html -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/browser-app1/main.js -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/browser-app1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/browser-app1/webpack_bundle.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/browser-app1/webpack_bundle.bat -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/console-app1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/console-app1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/console-app1/node_test.bat: -------------------------------------------------------------------------------- 1 | node test.js 2 | pause -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/console-app1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/console-app1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/console-app1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/console-app1/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/console-app1/test.js -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/touryo-test-library1/README.md -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/touryo-test-library1/index.js -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/node_test.bat: -------------------------------------------------------------------------------- 1 | node test.js 2 | pause -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/touryo-test-library1/package-lock.json -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/touryo-test-library1/package.json -------------------------------------------------------------------------------- /PkgMgr/npm/touryo/touryo-test-library1/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/PkgMgr/npm/touryo/touryo-test-library1/test.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/README.md -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/.gitignore -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/bower.json -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/build.json -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/config.xml -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/package.json -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-40-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-40-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-40.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-50-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-50-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-50.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-57-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-57-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-57.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60-3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60-3x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-60.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-72-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-72-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-72.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-76-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-76-2x.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-76.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/res/icons/ios/icon-small.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/www/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/www/css/index.css -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/www/images/cordova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/www/images/cordova.png -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/www/index.html -------------------------------------------------------------------------------- /Template/MobileTemplate/CordovaTemplate/www/scripts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/CordovaTemplate/www/scripts/index.js -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/.gitignore -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/.metadata -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/README.md -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/android/.gitignore -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/android/app/build.gradle -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/android/build.gradle -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/android/gradle.properties -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/android/settings.gradle -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/android/settings_aar.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/ios/.gitignore -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/ios/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/ios/Runner/Info.plist -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/main.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/message.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/message.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/message_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/message_list.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/meta_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/meta_card.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/permissions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/permissions.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/lib/token_monitor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/lib/token_monitor.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/pubspec.lock -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/pubspec.yaml -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/test/widget_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/test/widget_test.dart -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/web/favicon.png -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/web/icons/Icon-192.png -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/web/icons/Icon-512.png -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/web/index.html -------------------------------------------------------------------------------- /Template/MobileTemplate/flutter_template/web/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/MobileTemplate/flutter_template/web/manifest.json -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/.gitignore -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/README.md -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/npm_start.bat: -------------------------------------------------------------------------------- 1 | npm start -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/package-lock.json -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/package.json -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/public/favicon.ico -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/public/index.html -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/public/manifest.json -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/App.css -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/App.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/App.test.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/actions/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/actions/Todo.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/components/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/components/Todo.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/containers/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/containers/Todo.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/createStore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/createStore.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/index.css -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/index.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/logo.svg -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/reducers/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/reducers/Todo.js -------------------------------------------------------------------------------- /Template/SPATemplate/react-redux-todo/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react-redux-todo/src/registerServiceWorker.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/.gitignore -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/README.md -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/npm_start.bat: -------------------------------------------------------------------------------- 1 | npm start -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/package-lock.json -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/package.json -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/public/favicon.ico -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/public/index.html -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/public/manifest.json -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/App.css -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/App.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/App.test.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/Menu1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/Menu1.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/Menu2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/Menu2.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/index.css -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/index.js -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/logo.svg -------------------------------------------------------------------------------- /Template/SPATemplate/react_app/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/react_app/src/registerServiceWorker.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/.gitignore -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/README.md -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/npm_i.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/npm_start.bat: -------------------------------------------------------------------------------- 1 | npm start -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/package-lock.json -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/package.json -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/public/favicon.ico -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/public/index.html -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/public/manifest.json -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/App.css -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/App.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/App.test.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/actions/Menu1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/actions/Menu1.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/actions/Menu12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/actions/Menu12.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/actions/Menu2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/actions/Menu2.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/components/Hoge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/components/Hoge.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/components/Menu1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/components/Menu1.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/components/Menu2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/components/Menu2.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/containers/Menu1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/containers/Menu1.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/containers/Menu12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/containers/Menu12.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/containers/Menu2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/containers/Menu2.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/createStore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/createStore.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/index.css -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/index.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/logo.svg -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/reducers/Menu12Reducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/reducers/Menu12Reducer.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/reducers/Menu1Reducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/reducers/Menu1Reducer.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/reducers/Menu2Reducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/reducers/Menu2Reducer.js -------------------------------------------------------------------------------- /Template/SPATemplate/redux_app/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/Template/SPATemplate/redux_app/src/registerServiceWorker.js -------------------------------------------------------------------------------- /UISubsystem/WPF/1_DeleteDir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/1_DeleteDir.bat -------------------------------------------------------------------------------- /UISubsystem/WPF/2_DeleteFile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/2_DeleteFile.bat -------------------------------------------------------------------------------- /UISubsystem/WPF/3_Build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/3_Build.bat -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Menu.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Menu.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Menu.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Menu.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Window1.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Window1.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Window2.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Window2.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/Menu/Window2.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/Menu/Window2.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/PathAnimationWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/PathAnimationWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/PathAnimationWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/PathAnimationWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/TimelineAndFrame.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/TimelineAndFrame.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Animation/TimelineAndFrame/TimelineAndFrame.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Animation/TimelineAndFrame/TimelineAndFrame.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/DataGrid.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/DataGrid.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/DataGrid.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/DataGrid.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/GpCbx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/GpCbx.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/Window1.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/Window1.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/DataGrid/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/DataGrid/app.config -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/GpCbx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/GpCbx.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/GridView.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/GridView.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/GridView.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/GridView.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/Window1.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Cbx in DataGrid/GridView/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Cbx in DataGrid/GridView/Window1.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/BmiLevelConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/BmiLevelConverter.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/CalcBMIWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/CalcBMIWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/CalcBMIWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/CalcBMIWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/DataBinding.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/DataBinding.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/DataBinding.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/DataBinding.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Person.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/SliderWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/SliderWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/SliderWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/SliderWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/DataBinding/ValConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/DataBinding/ValConverter.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/InputSupport.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/InputSupport.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/InputSupport.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/InputSupport.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/InputSupport/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/InputSupport/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/README.md -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/ContentControlWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/ContentControlWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/ContentControlWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/ContentControlWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/GridViewWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/GridViewWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/GridViewWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/GridViewWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/ItemsControlWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/ItemsControlWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/ItemsControlWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/ItemsControlWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Template.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Template.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/Template.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/Template.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/jpg/Blue hills.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/jpg/Blue hills.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/jpg/Sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/jpg/Sunset.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/jpg/Water lilies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/jpg/Water lilies.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Template/jpg/Winter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Template/jpg/Winter.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/DataTriggerWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/DataTriggerWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/DataTriggerWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/DataTriggerWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/ItemsControlWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/ItemsControlWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/ItemsControlWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/ItemsControlWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Place.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Place.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Places.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Places.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/PropertyTriggerWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/PropertyTriggerWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/PropertyTriggerWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/PropertyTriggerWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Trigger.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Trigger.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/Trigger.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/Trigger.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/jpg/Blue hills.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/jpg/Blue hills.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/jpg/Sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/jpg/Sunset.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/jpg/Water lilies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/jpg/Water lilies.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Trigger/jpg/Winter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Trigger/jpg/Winter.jpg -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/DataGrid.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/DataGrid.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/DataGrid.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/DataGrid.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/ErrorBrush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/ErrorBrush.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/MyValidationRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/MyValidationRule.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/SourceClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/SourceClass.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/DataGrid/ValidationRuleNothing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/DataGrid/ValidationRuleNothing.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/App.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/App.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/InputField.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/InputField.csproj -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/InputField.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/InputField.sln -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/LengthValidationRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/LengthValidationRule.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/LengthValidationRuleWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/LengthValidationRuleWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MainWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MainWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MaxLengthWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MaxLengthWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MaxLengthWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MaxLengthWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MyValidationRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MyValidationRule.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MyValidationRuleBgWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MyValidationRuleBgWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MyValidationRuleBgWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MyValidationRuleBgWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MyValidationRuleWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MyValidationRuleWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/MyValidationRuleWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/MyValidationRuleWindow.xaml.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/NumericValidationRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/NumericValidationRule.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/NumericValidationRuleWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/NumericValidationRuleWindow.xaml -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/Properties/Resources.resx -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/Properties/Settings.settings -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/SourceClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/SourceClass.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/SourceClassWithValid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/SourceClassWithValid.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/Validation/InputField/ValidationRuleNothing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/Validation/InputField/ValidationRuleNothing.cs -------------------------------------------------------------------------------- /UISubsystem/WPF/z_Common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/z_Common.bat -------------------------------------------------------------------------------- /UISubsystem/WPF/z_Common2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/UISubsystem/WPF/z_Common2.bat -------------------------------------------------------------------------------- /nuget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenTouryoProject/SampleProgram/HEAD/nuget.exe --------------------------------------------------------------------------------