From 7fe25aa821826f09903fb14def74d6b0376e3b5a Mon Sep 17 00:00:00 2001 From: HOSOKAWA Kenchi Date: Wed, 28 Mar 2012 17:33:04 +0900 Subject: [PATCH] silverlight5 --- {dev4 => dev5}/Pages/BinomialSolver.xaml | 0 {dev4 => dev5}/Pages/BinomialSolver.xaml.cs | 0 {dev4 => dev5}/Properties/AssemblyInfo.cs | 0 {dev4 => dev5}/PsychlopsSilverlight4.csproj | 0 {dev4 => dev5}/PsychlopsSilverlight4.sln | 0 {dev4 => dev5}/Shader/Gabor.fx | 0 {dev4 => dev5}/Shader/Gabor.ps | Bin {dev4 => dev5}/Shader/GaborAlpha.fx | 0 {dev4 => dev5}/Shader/GaborAlpha.ps | Bin {dev4 => dev5}/Shader/Grating.fx | 0 {dev4 => dev5}/Shader/Grating.ps | Bin {dev4 => dev5}/Shader/Plaid.fx | 0 {dev4 => dev5}/Shader/Plaid.ps | Bin {dev4 => dev5}/WriteableBitmapEx/License.txt | 0 {dev4 => dev5}/WriteableBitmapEx/Readme.txt | 0 {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.XML | 0 {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.dll | Bin {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.pdb | Bin {dev4 => dev5}/psychlops/core/app/app.cs | 0 {dev4 => dev5}/psychlops/core/app/misc.cs | 0 {dev4 => dev5}/psychlops/core/device/clock.cs | 0 {dev4 => dev5}/psychlops/core/device/hid.cs | 0 {dev4 => dev5}/psychlops/core/graphic/canvas.cs | 0 {dev4 => dev5}/psychlops/core/graphic/font.cs | 0 {dev4 => dev5}/psychlops/core/graphic/image.cs | 0 {dev4 => dev5}/psychlops/core/graphic/module.cs | 0 {dev4 => dev5}/psychlops/core/graphic/shape.cs | 0 {dev4 => dev5}/psychlops/core/math/interval.cs | 0 {dev4 => dev5}/psychlops/core/math/matrix.cs | 0 {dev4 => dev5}/psychlops/core/math/util.cs | 0 .../psychlops/extention/compatibility/compatibility.cs | 0 .../psychlops/extention/experiments/experiments.cs | 0 {dev4 => dev5}/psychlops/extention/math/BigFloat.cs | 0 {dev4 => dev5}/psychlops/extention/math/BigInt.cs | 0 {dev4 => dev5}/psychlops/extention/math/solver.cs | 0 {dev4 => dev5}/psychlops/extention/media/dom.cs | 0 {dev4 => dev5}/psychlops/extention/media/svg.cs | 0 {dev4 => dev5}/psychlops/extention/standard/CIEColor.cs | 0 {dev4 => dev5}/psychlops/extention/standard/figures.cs | 0 {dev4 => dev5}/psychlops/extention/standard/shader.cs | 0 {dev4 => dev5}/psychlops/extention/standard/widget.cs | 0 {dev4 => dev5}/psychlops/psychlops.cs | 0 {test4 => test5}/App.xaml | 0 {test4 => test5}/App.xaml.cs | 0 {test4 => test5}/MainPage.xaml | 0 {test4 => test5}/MainPage.xaml.cs | 0 {test4 => test5}/Properties/AppManifest.xml | 0 {test4 => test5}/Properties/AssemblyInfo.cs | 0 {test4 => test5}/PsychlopsMain.cs | 0 {test4 => test5}/PsychlopsSilverlight4test.csproj | 0 {test4 => test5}/PsychlopsSilverlight4test.sln | 0 {test4 => test5}/Store.cs | 0 {test4 => test5}/TestPage.html | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename {dev4 => dev5}/Pages/BinomialSolver.xaml (100%) rename {dev4 => dev5}/Pages/BinomialSolver.xaml.cs (100%) rename {dev4 => dev5}/Properties/AssemblyInfo.cs (100%) rename {dev4 => dev5}/PsychlopsSilverlight4.csproj (100%) rename {dev4 => dev5}/PsychlopsSilverlight4.sln (100%) rename {dev4 => dev5}/Shader/Gabor.fx (100%) rename {dev4 => dev5}/Shader/Gabor.ps (100%) rename {dev4 => dev5}/Shader/GaborAlpha.fx (100%) rename {dev4 => dev5}/Shader/GaborAlpha.ps (100%) rename {dev4 => dev5}/Shader/Grating.fx (100%) rename {dev4 => dev5}/Shader/Grating.ps (100%) rename {dev4 => dev5}/Shader/Plaid.fx (100%) rename {dev4 => dev5}/Shader/Plaid.ps (100%) rename {dev4 => dev5}/WriteableBitmapEx/License.txt (100%) rename {dev4 => dev5}/WriteableBitmapEx/Readme.txt (100%) rename {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.XML (100%) rename {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.dll (100%) rename {dev4 => dev5}/WriteableBitmapEx/WriteableBitmapEx.pdb (100%) rename {dev4 => dev5}/psychlops/core/app/app.cs (100%) rename {dev4 => dev5}/psychlops/core/app/misc.cs (100%) rename {dev4 => dev5}/psychlops/core/device/clock.cs (100%) rename {dev4 => dev5}/psychlops/core/device/hid.cs (100%) rename {dev4 => dev5}/psychlops/core/graphic/canvas.cs (100%) rename {dev4 => dev5}/psychlops/core/graphic/font.cs (100%) rename {dev4 => dev5}/psychlops/core/graphic/image.cs (100%) rename {dev4 => dev5}/psychlops/core/graphic/module.cs (100%) rename {dev4 => dev5}/psychlops/core/graphic/shape.cs (100%) rename {dev4 => dev5}/psychlops/core/math/interval.cs (100%) rename {dev4 => dev5}/psychlops/core/math/matrix.cs (100%) rename {dev4 => dev5}/psychlops/core/math/util.cs (100%) rename {dev4 => dev5}/psychlops/extention/compatibility/compatibility.cs (100%) rename {dev4 => dev5}/psychlops/extention/experiments/experiments.cs (100%) rename {dev4 => dev5}/psychlops/extention/math/BigFloat.cs (100%) rename {dev4 => dev5}/psychlops/extention/math/BigInt.cs (100%) rename {dev4 => dev5}/psychlops/extention/math/solver.cs (100%) rename {dev4 => dev5}/psychlops/extention/media/dom.cs (100%) rename {dev4 => dev5}/psychlops/extention/media/svg.cs (100%) rename {dev4 => dev5}/psychlops/extention/standard/CIEColor.cs (100%) rename {dev4 => dev5}/psychlops/extention/standard/figures.cs (100%) rename {dev4 => dev5}/psychlops/extention/standard/shader.cs (100%) rename {dev4 => dev5}/psychlops/extention/standard/widget.cs (100%) rename {dev4 => dev5}/psychlops/psychlops.cs (100%) rename {test4 => test5}/App.xaml (100%) rename {test4 => test5}/App.xaml.cs (100%) rename {test4 => test5}/MainPage.xaml (100%) rename {test4 => test5}/MainPage.xaml.cs (100%) rename {test4 => test5}/Properties/AppManifest.xml (100%) rename {test4 => test5}/Properties/AssemblyInfo.cs (100%) rename {test4 => test5}/PsychlopsMain.cs (100%) rename {test4 => test5}/PsychlopsSilverlight4test.csproj (100%) rename {test4 => test5}/PsychlopsSilverlight4test.sln (100%) rename {test4 => test5}/Store.cs (100%) rename {test4 => test5}/TestPage.html (100%) diff --git a/dev4/Pages/BinomialSolver.xaml b/dev5/Pages/BinomialSolver.xaml similarity index 100% rename from dev4/Pages/BinomialSolver.xaml rename to dev5/Pages/BinomialSolver.xaml diff --git a/dev4/Pages/BinomialSolver.xaml.cs b/dev5/Pages/BinomialSolver.xaml.cs similarity index 100% rename from dev4/Pages/BinomialSolver.xaml.cs rename to dev5/Pages/BinomialSolver.xaml.cs diff --git a/dev4/Properties/AssemblyInfo.cs b/dev5/Properties/AssemblyInfo.cs similarity index 100% rename from dev4/Properties/AssemblyInfo.cs rename to dev5/Properties/AssemblyInfo.cs diff --git a/dev4/PsychlopsSilverlight4.csproj b/dev5/PsychlopsSilverlight4.csproj similarity index 100% rename from dev4/PsychlopsSilverlight4.csproj rename to dev5/PsychlopsSilverlight4.csproj diff --git a/dev4/PsychlopsSilverlight4.sln b/dev5/PsychlopsSilverlight4.sln similarity index 100% rename from dev4/PsychlopsSilverlight4.sln rename to dev5/PsychlopsSilverlight4.sln diff --git a/dev4/Shader/Gabor.fx b/dev5/Shader/Gabor.fx similarity index 100% rename from dev4/Shader/Gabor.fx rename to dev5/Shader/Gabor.fx diff --git a/dev4/Shader/Gabor.ps b/dev5/Shader/Gabor.ps similarity index 100% rename from dev4/Shader/Gabor.ps rename to dev5/Shader/Gabor.ps diff --git a/dev4/Shader/GaborAlpha.fx b/dev5/Shader/GaborAlpha.fx similarity index 100% rename from dev4/Shader/GaborAlpha.fx rename to dev5/Shader/GaborAlpha.fx diff --git a/dev4/Shader/GaborAlpha.ps b/dev5/Shader/GaborAlpha.ps similarity index 100% rename from dev4/Shader/GaborAlpha.ps rename to dev5/Shader/GaborAlpha.ps diff --git a/dev4/Shader/Grating.fx b/dev5/Shader/Grating.fx similarity index 100% rename from dev4/Shader/Grating.fx rename to dev5/Shader/Grating.fx diff --git a/dev4/Shader/Grating.ps b/dev5/Shader/Grating.ps similarity index 100% rename from dev4/Shader/Grating.ps rename to dev5/Shader/Grating.ps diff --git a/dev4/Shader/Plaid.fx b/dev5/Shader/Plaid.fx similarity index 100% rename from dev4/Shader/Plaid.fx rename to dev5/Shader/Plaid.fx diff --git a/dev4/Shader/Plaid.ps b/dev5/Shader/Plaid.ps similarity index 100% rename from dev4/Shader/Plaid.ps rename to dev5/Shader/Plaid.ps diff --git a/dev4/WriteableBitmapEx/License.txt b/dev5/WriteableBitmapEx/License.txt similarity index 100% rename from dev4/WriteableBitmapEx/License.txt rename to dev5/WriteableBitmapEx/License.txt diff --git a/dev4/WriteableBitmapEx/Readme.txt b/dev5/WriteableBitmapEx/Readme.txt similarity index 100% rename from dev4/WriteableBitmapEx/Readme.txt rename to dev5/WriteableBitmapEx/Readme.txt diff --git a/dev4/WriteableBitmapEx/WriteableBitmapEx.XML b/dev5/WriteableBitmapEx/WriteableBitmapEx.XML similarity index 100% rename from dev4/WriteableBitmapEx/WriteableBitmapEx.XML rename to dev5/WriteableBitmapEx/WriteableBitmapEx.XML diff --git a/dev4/WriteableBitmapEx/WriteableBitmapEx.dll b/dev5/WriteableBitmapEx/WriteableBitmapEx.dll similarity index 100% rename from dev4/WriteableBitmapEx/WriteableBitmapEx.dll rename to dev5/WriteableBitmapEx/WriteableBitmapEx.dll diff --git a/dev4/WriteableBitmapEx/WriteableBitmapEx.pdb b/dev5/WriteableBitmapEx/WriteableBitmapEx.pdb similarity index 100% rename from dev4/WriteableBitmapEx/WriteableBitmapEx.pdb rename to dev5/WriteableBitmapEx/WriteableBitmapEx.pdb diff --git a/dev4/psychlops/core/app/app.cs b/dev5/psychlops/core/app/app.cs similarity index 100% rename from dev4/psychlops/core/app/app.cs rename to dev5/psychlops/core/app/app.cs diff --git a/dev4/psychlops/core/app/misc.cs b/dev5/psychlops/core/app/misc.cs similarity index 100% rename from dev4/psychlops/core/app/misc.cs rename to dev5/psychlops/core/app/misc.cs diff --git a/dev4/psychlops/core/device/clock.cs b/dev5/psychlops/core/device/clock.cs similarity index 100% rename from dev4/psychlops/core/device/clock.cs rename to dev5/psychlops/core/device/clock.cs diff --git a/dev4/psychlops/core/device/hid.cs b/dev5/psychlops/core/device/hid.cs similarity index 100% rename from dev4/psychlops/core/device/hid.cs rename to dev5/psychlops/core/device/hid.cs diff --git a/dev4/psychlops/core/graphic/canvas.cs b/dev5/psychlops/core/graphic/canvas.cs similarity index 100% rename from dev4/psychlops/core/graphic/canvas.cs rename to dev5/psychlops/core/graphic/canvas.cs diff --git a/dev4/psychlops/core/graphic/font.cs b/dev5/psychlops/core/graphic/font.cs similarity index 100% rename from dev4/psychlops/core/graphic/font.cs rename to dev5/psychlops/core/graphic/font.cs diff --git a/dev4/psychlops/core/graphic/image.cs b/dev5/psychlops/core/graphic/image.cs similarity index 100% rename from dev4/psychlops/core/graphic/image.cs rename to dev5/psychlops/core/graphic/image.cs diff --git a/dev4/psychlops/core/graphic/module.cs b/dev5/psychlops/core/graphic/module.cs similarity index 100% rename from dev4/psychlops/core/graphic/module.cs rename to dev5/psychlops/core/graphic/module.cs diff --git a/dev4/psychlops/core/graphic/shape.cs b/dev5/psychlops/core/graphic/shape.cs similarity index 100% rename from dev4/psychlops/core/graphic/shape.cs rename to dev5/psychlops/core/graphic/shape.cs diff --git a/dev4/psychlops/core/math/interval.cs b/dev5/psychlops/core/math/interval.cs similarity index 100% rename from dev4/psychlops/core/math/interval.cs rename to dev5/psychlops/core/math/interval.cs diff --git a/dev4/psychlops/core/math/matrix.cs b/dev5/psychlops/core/math/matrix.cs similarity index 100% rename from dev4/psychlops/core/math/matrix.cs rename to dev5/psychlops/core/math/matrix.cs diff --git a/dev4/psychlops/core/math/util.cs b/dev5/psychlops/core/math/util.cs similarity index 100% rename from dev4/psychlops/core/math/util.cs rename to dev5/psychlops/core/math/util.cs diff --git a/dev4/psychlops/extention/compatibility/compatibility.cs b/dev5/psychlops/extention/compatibility/compatibility.cs similarity index 100% rename from dev4/psychlops/extention/compatibility/compatibility.cs rename to dev5/psychlops/extention/compatibility/compatibility.cs diff --git a/dev4/psychlops/extention/experiments/experiments.cs b/dev5/psychlops/extention/experiments/experiments.cs similarity index 100% rename from dev4/psychlops/extention/experiments/experiments.cs rename to dev5/psychlops/extention/experiments/experiments.cs diff --git a/dev4/psychlops/extention/math/BigFloat.cs b/dev5/psychlops/extention/math/BigFloat.cs similarity index 100% rename from dev4/psychlops/extention/math/BigFloat.cs rename to dev5/psychlops/extention/math/BigFloat.cs diff --git a/dev4/psychlops/extention/math/BigInt.cs b/dev5/psychlops/extention/math/BigInt.cs similarity index 100% rename from dev4/psychlops/extention/math/BigInt.cs rename to dev5/psychlops/extention/math/BigInt.cs diff --git a/dev4/psychlops/extention/math/solver.cs b/dev5/psychlops/extention/math/solver.cs similarity index 100% rename from dev4/psychlops/extention/math/solver.cs rename to dev5/psychlops/extention/math/solver.cs diff --git a/dev4/psychlops/extention/media/dom.cs b/dev5/psychlops/extention/media/dom.cs similarity index 100% rename from dev4/psychlops/extention/media/dom.cs rename to dev5/psychlops/extention/media/dom.cs diff --git a/dev4/psychlops/extention/media/svg.cs b/dev5/psychlops/extention/media/svg.cs similarity index 100% rename from dev4/psychlops/extention/media/svg.cs rename to dev5/psychlops/extention/media/svg.cs diff --git a/dev4/psychlops/extention/standard/CIEColor.cs b/dev5/psychlops/extention/standard/CIEColor.cs similarity index 100% rename from dev4/psychlops/extention/standard/CIEColor.cs rename to dev5/psychlops/extention/standard/CIEColor.cs diff --git a/dev4/psychlops/extention/standard/figures.cs b/dev5/psychlops/extention/standard/figures.cs similarity index 100% rename from dev4/psychlops/extention/standard/figures.cs rename to dev5/psychlops/extention/standard/figures.cs diff --git a/dev4/psychlops/extention/standard/shader.cs b/dev5/psychlops/extention/standard/shader.cs similarity index 100% rename from dev4/psychlops/extention/standard/shader.cs rename to dev5/psychlops/extention/standard/shader.cs diff --git a/dev4/psychlops/extention/standard/widget.cs b/dev5/psychlops/extention/standard/widget.cs similarity index 100% rename from dev4/psychlops/extention/standard/widget.cs rename to dev5/psychlops/extention/standard/widget.cs diff --git a/dev4/psychlops/psychlops.cs b/dev5/psychlops/psychlops.cs similarity index 100% rename from dev4/psychlops/psychlops.cs rename to dev5/psychlops/psychlops.cs diff --git a/test4/App.xaml b/test5/App.xaml similarity index 100% rename from test4/App.xaml rename to test5/App.xaml diff --git a/test4/App.xaml.cs b/test5/App.xaml.cs similarity index 100% rename from test4/App.xaml.cs rename to test5/App.xaml.cs diff --git a/test4/MainPage.xaml b/test5/MainPage.xaml similarity index 100% rename from test4/MainPage.xaml rename to test5/MainPage.xaml diff --git a/test4/MainPage.xaml.cs b/test5/MainPage.xaml.cs similarity index 100% rename from test4/MainPage.xaml.cs rename to test5/MainPage.xaml.cs diff --git a/test4/Properties/AppManifest.xml b/test5/Properties/AppManifest.xml similarity index 100% rename from test4/Properties/AppManifest.xml rename to test5/Properties/AppManifest.xml diff --git a/test4/Properties/AssemblyInfo.cs b/test5/Properties/AssemblyInfo.cs similarity index 100% rename from test4/Properties/AssemblyInfo.cs rename to test5/Properties/AssemblyInfo.cs diff --git a/test4/PsychlopsMain.cs b/test5/PsychlopsMain.cs similarity index 100% rename from test4/PsychlopsMain.cs rename to test5/PsychlopsMain.cs diff --git a/test4/PsychlopsSilverlight4test.csproj b/test5/PsychlopsSilverlight4test.csproj similarity index 100% rename from test4/PsychlopsSilverlight4test.csproj rename to test5/PsychlopsSilverlight4test.csproj diff --git a/test4/PsychlopsSilverlight4test.sln b/test5/PsychlopsSilverlight4test.sln similarity index 100% rename from test4/PsychlopsSilverlight4test.sln rename to test5/PsychlopsSilverlight4test.sln diff --git a/test4/Store.cs b/test5/Store.cs similarity index 100% rename from test4/Store.cs rename to test5/Store.cs diff --git a/test4/TestPage.html b/test5/TestPage.html similarity index 100% rename from test4/TestPage.html rename to test5/TestPage.html -- 2.11.0