OSDN Git Service

5
[psychlops/silverlight.git] / dev5 / PsychlopsSilverlight5.csproj
diff --git a/dev5/PsychlopsSilverlight5.csproj b/dev5/PsychlopsSilverlight5.csproj
new file mode 100644 (file)
index 0000000..2352231
--- /dev/null
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+    <ProductVersion>8.0.50727</ProductVersion>\r
+    <SchemaVersion>2.0</SchemaVersion>\r
+    <ProjectGuid>{1A6795E6-DD87-4D31-86F0-59C991EA6A7F}</ProjectGuid>\r
+    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
+    <OutputType>Library</OutputType>\r
+    <AppDesignerFolder>Properties</AppDesignerFolder>\r
+    <RootNamespace>PsychlopsSilverlight5</RootNamespace>\r
+    <AssemblyName>PsychlopsSilverlight5</AssemblyName>\r
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
+    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>\r
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
+    <SilverlightApplication>false</SilverlightApplication>\r
+    <ValidateXaml>true</ValidateXaml>\r
+    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
+  </PropertyGroup>\r
+  <!-- This property group is only here to support building this project using the \r
+       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs \r
+       to set the TargetFrameworkVersion to v3.5 -->\r
+  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">\r
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DebugType>full</DebugType>\r
+    <Optimize>false</Optimize>\r
+    <OutputPath>Bin\Debug</OutputPath>\r
+    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>\r
+    <NoStdLib>true</NoStdLib>\r
+    <NoConfig>true</NoConfig>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <DebugType>pdbonly</DebugType>\r
+    <Optimize>true</Optimize>\r
+    <OutputPath>Bin\Release</OutputPath>\r
+    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>\r
+    <NoStdLib>true</NoStdLib>\r
+    <NoConfig>true</NoConfig>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+  </PropertyGroup>\r
+  <ItemGroup>\r
+    <Reference Include="mscorlib" />\r
+    <Reference Include="System.Windows" />\r
+    <Reference Include="system" />\r
+    <Reference Include="System.Core" />\r
+    <Reference Include="System.Xml" />\r
+    <Reference Include="System.Net" />\r
+    <Reference Include="System.Windows.Browser" />\r
+    <Reference Include="WriteableBitmapEx">\r
+      <HintPath>WriteableBitmapEx\WriteableBitmapEx.dll</HintPath>\r
+    </Reference>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="psychlops\core\app\app.cs" />\r
+    <Compile Include="psychlops\core\app\misc.cs" />\r
+    <Compile Include="psychlops\core\devices\clock.cs" />\r
+    <Compile Include="psychlops\core\devices\hid.cs" />\r
+    <Compile Include="psychlops\core\graphic\canvas.cs" />\r
+    <Compile Include="psychlops\core\graphic\font.cs" />\r
+    <Compile Include="psychlops\core\graphic\image.cs" />\r
+    <Compile Include="psychlops\core\graphic\module.cs" />\r
+    <Compile Include="psychlops\core\graphic\shape.cs" />\r
+    <Compile Include="psychlops\core\math\interval.cs" />\r
+    <Compile Include="psychlops\core\math\matrix.cs" />\r
+    <Compile Include="psychlops\core\math\util.cs" />\r
+    <Compile Include="psychlops\extension\compatibility\compatibility.cs" />\r
+    <Compile Include="psychlops\extension\experiments\experiments.cs" />\r
+    <Compile Include="psychlops\extension\math\BigFloat.cs" />\r
+    <Compile Include="psychlops\extension\math\BigInt.cs" />\r
+    <Compile Include="psychlops\extension\math\solver.cs" />\r
+    <Compile Include="psychlops\extension\media\dom.cs" />\r
+    <Compile Include="psychlops\extension\media\svg.cs" />\r
+    <Compile Include="psychlops\extension\standard\CIEColor.cs" />\r
+    <Compile Include="psychlops\extension\standard\figures.cs" />\r
+    <Compile Include="psychlops\extension\standard\shader.cs" />\r
+    <Compile Include="psychlops\extension\standard\widget.cs" />\r
+    <Compile Include="psychlops\psychlops.cs" />\r
+  </ItemGroup>\r
+  <ItemGroup />\r
+  <ItemGroup>\r
+    <Resource Include="Shader\Gabor.ps" />\r
+    <Resource Include="Shader\GaborAlpha.ps" />\r
+    <Resource Include="Shader\Grating.ps" />\r
+    <Resource Include="Shader\Plaid.ps" />\r
+  </ItemGroup>\r
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\r
+  <ProjectExtensions>\r
+    <VisualStudio>\r
+      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">\r
+        <SilverlightProjectProperties />\r
+      </FlavorProperties>\r
+    </VisualStudio>\r
+  </ProjectExtensions>\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
+  </Target>\r
+  <Target Name="AfterBuild">\r
+  </Target>\r
+  -->\r
+</Project>
\ No newline at end of file