OSDN Git Service

32
[psychlops/silverlight.git] / dev3 / PsychlopsSilverlight3.csproj
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.30729</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{58F3CEF1-8123-4105-9525-B7E2C7F188AC}</ProjectGuid>\r
8     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>PsychlopsSilverlight3</RootNamespace>\r
12     <AssemblyName>PsychlopsSilverlight3</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <SilverlightApplication>false</SilverlightApplication>\r
15     <ValidateXaml>true</ValidateXaml>\r
16     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>Bin\Debug</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>\r
24     <NoStdLib>true</NoStdLib>\r
25     <NoConfig>true</NoConfig>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
30     <DebugType>pdbonly</DebugType>\r
31     <Optimize>true</Optimize>\r
32     <OutputPath>Bin\Release</OutputPath>\r
33     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>\r
34     <NoStdLib>true</NoStdLib>\r
35     <NoConfig>true</NoConfig>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="System.Windows" />\r
41     <Reference Include="mscorlib" />\r
42     <Reference Include="system" />\r
43     <Reference Include="System.Core" />\r
44     <Reference Include="System.Xml" />\r
45     <Reference Include="System.Net" />\r
46     <Reference Include="System.Windows.Browser" />\r
47     <Reference Include="WriteableBitmapEx, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">\r
48       <SpecificVersion>False</SpecificVersion>\r
49       <HintPath>WriteableBitmapEx\WriteableBitmapEx.dll</HintPath>\r
50     </Reference>\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <Compile Include="Properties\AssemblyInfo.cs" />\r
54     <Compile Include="psychlops\core\app\app.cs" />\r
55     <Compile Include="psychlops\core\app\misc.cs" />\r
56     <Compile Include="psychlops\core\device\clock.cs" />\r
57     <Compile Include="psychlops\core\device\hid.cs" />\r
58     <Compile Include="psychlops\core\graphic\canvas.cs" />\r
59     <Compile Include="psychlops\core\graphic\image.cs" />\r
60     <Compile Include="psychlops\core\graphic\font.cs" />\r
61     <Compile Include="psychlops\core\graphic\module.cs" />\r
62     <Compile Include="psychlops\core\math\interval.cs" />\r
63     <Compile Include="psychlops\core\math\matrix.cs" />\r
64     <Compile Include="psychlops\core\math\util.cs" />\r
65     <Compile Include="psychlops\extention\media\svg.cs" />\r
66     <Compile Include="psychlops\extention\standard\figures.cs" />\r
67     <Compile Include="psychlops\extention\standard\widget.cs" />\r
68     <Compile Include="psychlops\psychlops.cs" />\r
69     <Compile Include="psychlops\core\graphic\shape.cs" />\r
70   </ItemGroup>\r
71   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />\r
72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
73        Other similar extension points exist, see Microsoft.Common.targets.\r
74   <Target Name="BeforeBuild">\r
75   </Target>\r
76   <Target Name="AfterBuild">\r
77   </Target>\r
78   -->\r
79   <ProjectExtensions>\r
80     <VisualStudio>\r
81       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">\r
82         <SilverlightProjectProperties />\r
83       </FlavorProperties>\r
84     </VisualStudio>\r
85   </ProjectExtensions>\r
86 </Project>