OSDN Git Service

5
[psychlops/silverlight.git] / test5 / PsychlopsSilverlight5test.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>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.50727</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{23D94AAA-B4EC-47BD-AD7D-EE6BAD0A909C}</ProjectGuid>\r
9     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
10     <OutputType>Library</OutputType>\r
11     <AppDesignerFolder>Properties</AppDesignerFolder>\r
12     <RootNamespace>PsychlopsSilverlight5test</RootNamespace>\r
13     <AssemblyName>PsychlopsSilverlight5test</AssemblyName>\r
14     <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
15     <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>\r
16     <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
17     <SilverlightApplication>true</SilverlightApplication>\r
18     <SupportedCultures>ja</SupportedCultures>\r
19     <XapOutputs>true</XapOutputs>\r
20     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>\r
21     <XapFilename>PsychlopsSilverlight5test.xap</XapFilename>\r
22     <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>\r
23     <SilverlightAppEntry>PsychlopsSilverlight5test.App</SilverlightAppEntry>\r
24     <TestPageFileName>PsychlopsSilverlight5testTestPage.html</TestPageFileName>\r
25     <CreateTestPage>true</CreateTestPage>\r
26     <ValidateXaml>true</ValidateXaml>\r
27     <EnableOutOfBrowser>false</EnableOutOfBrowser>\r
28     <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>\r
29     <UsePlatformExtensions>false</UsePlatformExtensions>\r
30     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
31     <LinkedServerProject>\r
32     </LinkedServerProject>\r
33   </PropertyGroup>\r
34   <!-- This property group is only here to support building this project using the \r
35        MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs \r
36        to set the TargetFrameworkVersion to v3.5 -->\r
37   <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">\r
38     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
41     <DebugSymbols>true</DebugSymbols>\r
42     <DebugType>full</DebugType>\r
43     <Optimize>false</Optimize>\r
44     <OutputPath>Bin\Debug</OutputPath>\r
45     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>\r
46     <NoStdLib>true</NoStdLib>\r
47     <NoConfig>true</NoConfig>\r
48     <ErrorReport>prompt</ErrorReport>\r
49     <WarningLevel>4</WarningLevel>\r
50   </PropertyGroup>\r
51   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
52     <DebugType>pdbonly</DebugType>\r
53     <Optimize>true</Optimize>\r
54     <OutputPath>Bin\Release</OutputPath>\r
55     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>\r
56     <NoStdLib>true</NoStdLib>\r
57     <NoConfig>true</NoConfig>\r
58     <ErrorReport>prompt</ErrorReport>\r
59     <WarningLevel>4</WarningLevel>\r
60   </PropertyGroup>\r
61   <ItemGroup>\r
62     <Reference Include="mscorlib" />\r
63     <Reference Include="System.Windows" />\r
64     <Reference Include="system" />\r
65     <Reference Include="System.Core" />\r
66     <Reference Include="System.Net" />\r
67     <Reference Include="System.Xml" />\r
68     <Reference Include="System.Windows.Browser" />\r
69   </ItemGroup>\r
70   <ItemGroup>\r
71     <Compile Include="App.xaml.cs">\r
72       <DependentUpon>App.xaml</DependentUpon>\r
73     </Compile>\r
74     <Compile Include="MainPage.xaml.cs">\r
75       <DependentUpon>MainPage.xaml</DependentUpon>\r
76     </Compile>\r
77     <Compile Include="Properties\AssemblyInfo.cs" />\r
78     <Compile Include="PsychlopsMain.cs" />\r
79     <Compile Include="Store.cs" />\r
80   </ItemGroup>\r
81   <ItemGroup>\r
82     <ApplicationDefinition Include="App.xaml">\r
83       <SubType>Designer</SubType>\r
84       <Generator>MSBuild:Compile</Generator>\r
85     </ApplicationDefinition>\r
86     <Page Include="MainPage.xaml">\r
87       <SubType>Designer</SubType>\r
88       <Generator>MSBuild:Compile</Generator>\r
89     </Page>\r
90   </ItemGroup>\r
91   <ItemGroup>\r
92     <None Include="Properties\AppManifest.xml" />\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <Content Include="TestPage.html" />\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <ProjectReference Include="..\dev5\PsychlopsSilverlight5.csproj">\r
99       <Project>{1A6795E6-DD87-4D31-86F0-59C991EA6A7F}</Project>\r
100       <Name>PsychlopsSilverlight5</Name>\r
101     </ProjectReference>\r
102   </ItemGroup>\r
103   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\r
104   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
105        Other similar extension points exist, see Microsoft.Common.targets.\r
106   <Target Name="BeforeBuild">\r
107   </Target>\r
108   <Target Name="AfterBuild">\r
109   </Target>\r
110   -->\r
111   <ProjectExtensions>\r
112     <VisualStudio>\r
113       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">\r
114         <SilverlightProjectProperties />\r
115       </FlavorProperties>\r
116     </VisualStudio>\r
117   </ProjectExtensions>\r
118 </Project>