OSDN Git Service

3 to 4
authorunknown <hskwk@.(none)>
Mon, 21 Jun 2010 04:29:00 +0000 (13:29 +0900)
committerunknown <hskwk@.(none)>
Mon, 21 Jun 2010 04:29:00 +0000 (13:29 +0900)
31 files changed:
dev4/Properties/AssemblyInfo.cs [moved from dev3/Properties/AssemblyInfo.cs with 100% similarity]
dev4/PsychlopsSilverlight3.csproj [moved from dev3/PsychlopsSilverlight3.csproj with 83% similarity]
dev4/WriteableBitmapEx/License.txt [moved from dev3/WriteableBitmapEx/License.txt with 100% similarity]
dev4/WriteableBitmapEx/Readme.txt [moved from dev3/WriteableBitmapEx/Readme.txt with 100% similarity]
dev4/WriteableBitmapEx/WriteableBitmapEx.XML [moved from dev3/WriteableBitmapEx/WriteableBitmapEx.XML with 100% similarity]
dev4/WriteableBitmapEx/WriteableBitmapEx.dll [moved from dev3/WriteableBitmapEx/WriteableBitmapEx.dll with 100% similarity]
dev4/WriteableBitmapEx/WriteableBitmapEx.pdb [moved from dev3/WriteableBitmapEx/WriteableBitmapEx.pdb with 100% similarity]
dev4/psychlops/core/app/app.cs [moved from dev3/psychlops/core/app/app.cs with 100% similarity]
dev4/psychlops/core/app/misc.cs [moved from dev3/psychlops/core/app/misc.cs with 100% similarity]
dev4/psychlops/core/device/clock.cs [moved from dev3/psychlops/core/device/clock.cs with 100% similarity]
dev4/psychlops/core/device/hid.cs [moved from dev3/psychlops/core/device/hid.cs with 100% similarity]
dev4/psychlops/core/graphic/canvas.cs [moved from dev3/psychlops/core/graphic/canvas.cs with 100% similarity]
dev4/psychlops/core/graphic/font.cs [moved from dev3/psychlops/core/graphic/font.cs with 100% similarity]
dev4/psychlops/core/graphic/image.cs [moved from dev3/psychlops/core/graphic/image.cs with 100% similarity]
dev4/psychlops/core/graphic/module.cs [moved from dev3/psychlops/core/graphic/module.cs with 100% similarity]
dev4/psychlops/core/graphic/shape.cs [moved from dev3/psychlops/core/graphic/shape.cs with 100% similarity]
dev4/psychlops/core/math/interval.cs [moved from dev3/psychlops/core/math/interval.cs with 100% similarity]
dev4/psychlops/core/math/matrix.cs [moved from dev3/psychlops/core/math/matrix.cs with 100% similarity]
dev4/psychlops/core/math/util.cs [moved from dev3/psychlops/core/math/util.cs with 100% similarity]
dev4/psychlops/extention/media/svg.cs [moved from dev3/psychlops/extention/media/svg.cs with 100% similarity]
dev4/psychlops/extention/standard/figures.cs [moved from dev3/psychlops/extention/standard/figures.cs with 100% similarity]
dev4/psychlops/extention/standard/widget.cs [moved from dev3/psychlops/extention/standard/widget.cs with 100% similarity]
dev4/psychlops/psychlops.cs [moved from dev3/psychlops/psychlops.cs with 100% similarity]
test4/App.xaml [moved from test3/App.xaml with 100% similarity]
test4/App.xaml.cs [moved from test3/App.xaml.cs with 100% similarity]
test4/MainPage.xaml [moved from test3/MainPage.xaml with 100% similarity]
test4/MainPage.xaml.cs [moved from test3/MainPage.xaml.cs with 100% similarity]
test4/Properties/AppManifest.xml [moved from test3/Properties/AppManifest.xml with 100% similarity]
test4/Properties/AssemblyInfo.cs [moved from test3/Properties/AssemblyInfo.cs with 100% similarity]
test4/PsychlopsMain.cs [moved from test3/PsychlopsMain.cs with 100% similarity]
test4/PsychlopsSilverlight3test.csproj [moved from test3/PsychlopsSilverlight3test.csproj with 81% similarity]

similarity index 83%
rename from dev3/PsychlopsSilverlight3.csproj
rename to dev4/PsychlopsSilverlight3.csproj
index 81480c4..5e69ddd 100644 (file)
@@ -1,4 +1,8 @@
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">\r
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+  </PropertyGroup>\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>PsychlopsSilverlight3</RootNamespace>\r
     <AssemblyName>PsychlopsSilverlight3</AssemblyName>\r
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>\r
     <SilverlightApplication>false</SilverlightApplication>\r
     <ValidateXaml>true</ValidateXaml>\r
     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
+    <FileUpgradeFlags>\r
+    </FileUpgradeFlags>\r
+    <UpgradeBackupLocation>\r
+    </UpgradeBackupLocation>\r
+    <OldToolsVersion>3.5</OldToolsVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
@@ -68,7 +79,7 @@
     <Compile Include="psychlops\psychlops.cs" />\r
     <Compile Include="psychlops\core\graphic\shape.cs" />\r
   </ItemGroup>\r
-  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />\r
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
similarity index 100%
rename from test3/App.xaml
rename to test4/App.xaml
similarity index 100%
rename from test3/App.xaml.cs
rename to test4/App.xaml.cs
similarity index 100%
rename from test3/MainPage.xaml
rename to test4/MainPage.xaml
similarity index 81%
rename from test3/PsychlopsSilverlight3test.csproj
rename to test4/PsychlopsSilverlight3test.csproj
index 60fa96a..225203d 100644 (file)
@@ -1,16 +1,20 @@
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">\r
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+  </PropertyGroup>\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{23080448-E8EF-4766-9ACE-4448C61931DB}</ProjectGuid>\r
+    <ProjectGuid>{46CA4F41-B3F5-43E0-9BC7-DDD7EBF3C1E4}</ProjectGuid>\r
     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
     <OutputType>Library</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>PsychlopsSilverlight3test</RootNamespace>\r
     <AssemblyName>PsychlopsSilverlight3test</AssemblyName>\r
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>\r
     <SilverlightApplication>true</SilverlightApplication>\r
     <SupportedCultures>ja</SupportedCultures>\r
     <XapOutputs>true</XapOutputs>\r
     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
     <LinkedServerProject>\r
     </LinkedServerProject>\r
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
+    <FileUpgradeFlags>\r
+    </FileUpgradeFlags>\r
+    <UpgradeBackupLocation>\r
+    </UpgradeBackupLocation>\r
+    <OldToolsVersion>3.5</OldToolsVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <ApplicationDefinition Include="App.xaml">\r
       <SubType>Designer</SubType>\r
       <Generator>MSBuild:MarkupCompilePass1</Generator>\r
+      <Generator>MSBuild:Compile</Generator>\r
+      <SubType>Designer</SubType>\r
     </ApplicationDefinition>\r
     <Page Include="MainPage.xaml">\r
       <SubType>Designer</SubType>\r
       <Generator>MSBuild:MarkupCompilePass1</Generator>\r
+      <Generator>MSBuild:Compile</Generator>\r
+      <SubType>Designer</SubType>\r
     </Page>\r
   </ItemGroup>\r
   <ItemGroup>\r
   <ItemGroup>\r
     <Content Include="TestPage.html" />\r
   </ItemGroup>\r
-  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />\r
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r