OSDN Git Service

5
[psychlops/silverlight.git] / test5 / PsychlopsSilverlight5test.csproj
diff --git a/test5/PsychlopsSilverlight5test.csproj b/test5/PsychlopsSilverlight5test.csproj
new file mode 100644 (file)
index 0000000..24bdd75
--- /dev/null
@@ -0,0 +1,118 @@
+<?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>{23D94AAA-B4EC-47BD-AD7D-EE6BAD0A909C}</ProjectGuid>\r
+    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
+    <OutputType>Library</OutputType>\r
+    <AppDesignerFolder>Properties</AppDesignerFolder>\r
+    <RootNamespace>PsychlopsSilverlight5test</RootNamespace>\r
+    <AssemblyName>PsychlopsSilverlight5test</AssemblyName>\r
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
+    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>\r
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
+    <SilverlightApplication>true</SilverlightApplication>\r
+    <SupportedCultures>ja</SupportedCultures>\r
+    <XapOutputs>true</XapOutputs>\r
+    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>\r
+    <XapFilename>PsychlopsSilverlight5test.xap</XapFilename>\r
+    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>\r
+    <SilverlightAppEntry>PsychlopsSilverlight5test.App</SilverlightAppEntry>\r
+    <TestPageFileName>PsychlopsSilverlight5testTestPage.html</TestPageFileName>\r
+    <CreateTestPage>true</CreateTestPage>\r
+    <ValidateXaml>true</ValidateXaml>\r
+    <EnableOutOfBrowser>false</EnableOutOfBrowser>\r
+    <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>\r
+    <UsePlatformExtensions>false</UsePlatformExtensions>\r
+    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
+    <LinkedServerProject>\r
+    </LinkedServerProject>\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.Net" />\r
+    <Reference Include="System.Xml" />\r
+    <Reference Include="System.Windows.Browser" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Compile Include="App.xaml.cs">\r
+      <DependentUpon>App.xaml</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="MainPage.xaml.cs">\r
+      <DependentUpon>MainPage.xaml</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="PsychlopsMain.cs" />\r
+    <Compile Include="Store.cs" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ApplicationDefinition Include="App.xaml">\r
+      <SubType>Designer</SubType>\r
+      <Generator>MSBuild:Compile</Generator>\r
+    </ApplicationDefinition>\r
+    <Page Include="MainPage.xaml">\r
+      <SubType>Designer</SubType>\r
+      <Generator>MSBuild:Compile</Generator>\r
+    </Page>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Properties\AppManifest.xml" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Content Include="TestPage.html" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ProjectReference Include="..\dev5\PsychlopsSilverlight5.csproj">\r
+      <Project>{1A6795E6-DD87-4D31-86F0-59C991EA6A7F}</Project>\r
+      <Name>PsychlopsSilverlight5</Name>\r
+    </ProjectReference>\r
+  </ItemGroup>\r
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />\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
+  <ProjectExtensions>\r
+    <VisualStudio>\r
+      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">\r
+        <SilverlightProjectProperties />\r
+      </FlavorProperties>\r
+    </VisualStudio>\r
+  </ProjectExtensions>\r
+</Project>
\ No newline at end of file