1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
\r
4 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
9 <ProductVersion>9.0.30729</ProductVersion>
\r
10 <SchemaVersion>2.0</SchemaVersion>
\r
11 <ProjectGuid>{58F3CEF1-8123-4105-9525-B7E2C7F188AC}</ProjectGuid>
\r
12 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
\r
13 <OutputType>Library</OutputType>
\r
14 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
15 <RootNamespace>PsychlopsSilverlight4</RootNamespace>
\r
16 <AssemblyName>PsychlopsSilverlight4</AssemblyName>
\r
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
\r
18 <SilverlightApplication>false</SilverlightApplication>
\r
19 <ValidateXaml>true</ValidateXaml>
\r
20 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
\r
21 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
\r
22 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
\r
25 <UpgradeBackupLocation>
\r
26 </UpgradeBackupLocation>
\r
27 <OldToolsVersion>3.5</OldToolsVersion>
\r
28 <TargetFrameworkProfile />
\r
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
31 <DebugSymbols>true</DebugSymbols>
\r
32 <DebugType>full</DebugType>
\r
33 <Optimize>false</Optimize>
\r
34 <OutputPath>Bin\Debug</OutputPath>
\r
35 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
\r
36 <NoStdLib>true</NoStdLib>
\r
37 <NoConfig>true</NoConfig>
\r
38 <ErrorReport>prompt</ErrorReport>
\r
39 <WarningLevel>4</WarningLevel>
\r
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
42 <DebugType>pdbonly</DebugType>
\r
43 <Optimize>true</Optimize>
\r
44 <OutputPath>Bin\Release</OutputPath>
\r
45 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
\r
46 <NoStdLib>true</NoStdLib>
\r
47 <NoConfig>true</NoConfig>
\r
48 <ErrorReport>prompt</ErrorReport>
\r
49 <WarningLevel>4</WarningLevel>
\r
52 <Reference Include="System.Windows" />
\r
53 <Reference Include="mscorlib" />
\r
54 <Reference Include="system" />
\r
55 <Reference Include="System.Core" />
\r
56 <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
\r
57 <Reference Include="System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
\r
58 <Reference Include="System.Windows.Controls.DataVisualization.Toolkit, Version=4.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
\r
59 <Reference Include="System.Windows.Controls.Toolkit, Version=4.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
\r
60 <Reference Include="System.Xml" />
\r
61 <Reference Include="System.Net" />
\r
62 <Reference Include="System.Windows.Browser" />
\r
63 <Reference Include="WriteableBitmapEx, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
\r
64 <SpecificVersion>False</SpecificVersion>
\r
65 <HintPath>WriteableBitmapEx\WriteableBitmapEx.dll</HintPath>
\r
69 <Compile Include="Pages\BinomialSolver.xaml.cs">
\r
70 <DependentUpon>BinomialSolver.xaml</DependentUpon>
\r
72 <Compile Include="Properties\AssemblyInfo.cs" />
\r
73 <Compile Include="psychlops\core\app\app.cs" />
\r
74 <Compile Include="psychlops\core\app\misc.cs" />
\r
75 <Compile Include="psychlops\core\device\clock.cs" />
\r
76 <Compile Include="psychlops\core\device\hid.cs" />
\r
77 <Compile Include="psychlops\core\graphic\canvas.cs" />
\r
78 <Compile Include="psychlops\core\graphic\image.cs" />
\r
79 <Compile Include="psychlops\core\graphic\font.cs" />
\r
80 <Compile Include="psychlops\core\graphic\module.cs" />
\r
81 <Compile Include="psychlops\core\math\interval.cs" />
\r
82 <Compile Include="psychlops\core\math\matrix.cs" />
\r
83 <Compile Include="psychlops\core\math\util.cs" />
\r
84 <Compile Include="psychlops\extention\experiments\experiments.cs" />
\r
85 <Compile Include="psychlops\extention\math\BigFloat.cs" />
\r
86 <Compile Include="psychlops\extention\math\BigInt.cs" />
\r
87 <Compile Include="psychlops\extention\math\solver.cs" />
\r
88 <Compile Include="psychlops\extention\media\dom.cs" />
\r
89 <Compile Include="psychlops\extention\media\svg.cs" />
\r
90 <Compile Include="psychlops\extention\standard\figures.cs" />
\r
91 <Compile Include="psychlops\extention\standard\widget.cs" />
\r
92 <Compile Include="psychlops\psychlops.cs" />
\r
93 <Compile Include="psychlops\core\graphic\shape.cs" />
\r
96 <Page Include="Pages\BinomialSolver.xaml">
\r
97 <SubType>Designer</SubType>
\r
98 <Generator>MSBuild:Compile</Generator>
\r
101 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
\r
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
103 Other similar extension points exist, see Microsoft.Common.targets.
\r
104 <Target Name="BeforeBuild">
\r
106 <Target Name="AfterBuild">
\r
109 <ProjectExtensions>
\r
111 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
\r
112 <SilverlightProjectProperties />
\r
113 </FlavorProperties>
\r
115 </ProjectExtensions>
\r