OSDN Git Service

3 to 4
[psychlops/silverlight.git] / dev4 / PsychlopsSilverlight3.csproj
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
5   </PropertyGroup>\r
6   <PropertyGroup>\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>PsychlopsSilverlight3</RootNamespace>\r
16     <AssemblyName>PsychlopsSilverlight3</AssemblyName>\r
17     <TargetFrameworkVersion>v3.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
23     <FileUpgradeFlags>\r
24     </FileUpgradeFlags>\r
25     <UpgradeBackupLocation>\r
26     </UpgradeBackupLocation>\r
27     <OldToolsVersion>3.5</OldToolsVersion>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
30     <DebugSymbols>true</DebugSymbols>\r
31     <DebugType>full</DebugType>\r
32     <Optimize>false</Optimize>\r
33     <OutputPath>Bin\Debug</OutputPath>\r
34     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>\r
35     <NoStdLib>true</NoStdLib>\r
36     <NoConfig>true</NoConfig>\r
37     <ErrorReport>prompt</ErrorReport>\r
38     <WarningLevel>4</WarningLevel>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
41     <DebugType>pdbonly</DebugType>\r
42     <Optimize>true</Optimize>\r
43     <OutputPath>Bin\Release</OutputPath>\r
44     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>\r
45     <NoStdLib>true</NoStdLib>\r
46     <NoConfig>true</NoConfig>\r
47     <ErrorReport>prompt</ErrorReport>\r
48     <WarningLevel>4</WarningLevel>\r
49   </PropertyGroup>\r
50   <ItemGroup>\r
51     <Reference Include="System.Windows" />\r
52     <Reference Include="mscorlib" />\r
53     <Reference Include="system" />\r
54     <Reference Include="System.Core" />\r
55     <Reference Include="System.Xml" />\r
56     <Reference Include="System.Net" />\r
57     <Reference Include="System.Windows.Browser" />\r
58     <Reference Include="WriteableBitmapEx, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">\r
59       <SpecificVersion>False</SpecificVersion>\r
60       <HintPath>WriteableBitmapEx\WriteableBitmapEx.dll</HintPath>\r
61     </Reference>\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <Compile Include="Properties\AssemblyInfo.cs" />\r
65     <Compile Include="psychlops\core\app\app.cs" />\r
66     <Compile Include="psychlops\core\app\misc.cs" />\r
67     <Compile Include="psychlops\core\device\clock.cs" />\r
68     <Compile Include="psychlops\core\device\hid.cs" />\r
69     <Compile Include="psychlops\core\graphic\canvas.cs" />\r
70     <Compile Include="psychlops\core\graphic\image.cs" />\r
71     <Compile Include="psychlops\core\graphic\font.cs" />\r
72     <Compile Include="psychlops\core\graphic\module.cs" />\r
73     <Compile Include="psychlops\core\math\interval.cs" />\r
74     <Compile Include="psychlops\core\math\matrix.cs" />\r
75     <Compile Include="psychlops\core\math\util.cs" />\r
76     <Compile Include="psychlops\extention\media\svg.cs" />\r
77     <Compile Include="psychlops\extention\standard\figures.cs" />\r
78     <Compile Include="psychlops\extention\standard\widget.cs" />\r
79     <Compile Include="psychlops\psychlops.cs" />\r
80     <Compile Include="psychlops\core\graphic\shape.cs" />\r
81   </ItemGroup>\r
82   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\r
83   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
84        Other similar extension points exist, see Microsoft.Common.targets.\r
85   <Target Name="BeforeBuild">\r
86   </Target>\r
87   <Target Name="AfterBuild">\r
88   </Target>\r
89   -->\r
90   <ProjectExtensions>\r
91     <VisualStudio>\r
92       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">\r
93         <SilverlightProjectProperties />\r
94       </FlavorProperties>\r
95     </VisualStudio>\r
96   </ProjectExtensions>\r
97 </Project>