EinsteinSuperQuestion.csproj
上传用户:haomiao527
上传日期:2008-10-28
资源大小:322k
文件大小:6k
源码类别:

其他智力游戏

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>9.0.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{3279B683-6EA0-43C0-AD0C-C7DC612DE7C7}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>CShap.Wpf.EinsteinSuperQuestion</RootNamespace>
  12.     <AssemblyName>EinsteinSuperQuestion</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16.     <WarningLevel>4</WarningLevel>
  17.     <PublishUrl>publish</PublishUrl>
  18.     <Install>true</Install>
  19.     <InstallFrom>Disk</InstallFrom>
  20.     <UpdateEnabled>false</UpdateEnabled>
  21.     <UpdateMode>Foreground</UpdateMode>
  22.     <UpdateInterval>7</UpdateInterval>
  23.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24.     <UpdatePeriodically>false</UpdatePeriodically>
  25.     <UpdateRequired>false</UpdateRequired>
  26.     <MapFileExtensions>true</MapFileExtensions>
  27.     <ApplicationRevision>0</ApplicationRevision>
  28.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29.     <IsWebBootstrapper>false</IsWebBootstrapper>
  30.     <UseApplicationTrust>false</UseApplicationTrust>
  31.     <BootstrapperEnabled>true</BootstrapperEnabled>
  32.     <ApplicationIcon>EinsteinSuperQuestion.ico</ApplicationIcon>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <DebugSymbols>true</DebugSymbols>
  36.     <DebugType>full</DebugType>
  37.     <Optimize>false</Optimize>
  38.     <OutputPath>binDebug</OutputPath>
  39.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  40.     <ErrorReport>prompt</ErrorReport>
  41.     <WarningLevel>4</WarningLevel>
  42.   </PropertyGroup>
  43.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44.     <DebugType>pdbonly</DebugType>
  45.     <Optimize>true</Optimize>
  46.     <OutputPath>binRelease</OutputPath>
  47.     <DefineConstants>TRACE</DefineConstants>
  48.     <ErrorReport>prompt</ErrorReport>
  49.     <WarningLevel>4</WarningLevel>
  50.   </PropertyGroup>
  51.   <ItemGroup>
  52.     <Reference Include="System" />
  53.     <Reference Include="System.Core">
  54.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55.     </Reference>
  56.     <Reference Include="System.Xml.Linq">
  57.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58.     </Reference>
  59.     <Reference Include="System.Data.DataSetExtensions">
  60.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61.     </Reference>
  62.     <Reference Include="System.Data" />
  63.     <Reference Include="System.Xml" />
  64.     <Reference Include="WindowsBase" />
  65.     <Reference Include="PresentationCore" />
  66.     <Reference Include="PresentationFramework" />
  67.   </ItemGroup>
  68.   <ItemGroup>
  69.     <ApplicationDefinition Include="App.xaml">
  70.       <Generator>MSBuild:Compile</Generator>
  71.       <SubType>Designer</SubType>
  72.     </ApplicationDefinition>
  73.     <Page Include="Window1.xaml">
  74.       <Generator>MSBuild:Compile</Generator>
  75.       <SubType>Designer</SubType>
  76.     </Page>
  77.     <Compile Include="App.xaml.cs">
  78.       <DependentUpon>App.xaml</DependentUpon>
  79.       <SubType>Code</SubType>
  80.     </Compile>
  81.     <Compile Include="Window1.xaml.cs">
  82.       <DependentUpon>Window1.xaml</DependentUpon>
  83.       <SubType>Code</SubType>
  84.     </Compile>
  85.   </ItemGroup>
  86.   <ItemGroup>
  87.     <Compile Include="PropertiesAssemblyInfo.cs">
  88.       <SubType>Code</SubType>
  89.     </Compile>
  90.     <Compile Include="PropertiesResources.Designer.cs">
  91.       <AutoGen>True</AutoGen>
  92.       <DesignTime>True</DesignTime>
  93.       <DependentUpon>Resources.resx</DependentUpon>
  94.     </Compile>
  95.     <Compile Include="PropertiesSettings.Designer.cs">
  96.       <AutoGen>True</AutoGen>
  97.       <DependentUpon>Settings.settings</DependentUpon>
  98.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  99.     </Compile>
  100.     <EmbeddedResource Include="PropertiesResources.resx">
  101.       <Generator>ResXFileCodeGenerator</Generator>
  102.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  103.     </EmbeddedResource>
  104.     <None Include="PropertiesSettings.settings">
  105.       <Generator>SettingsSingleFileGenerator</Generator>
  106.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  107.     </None>
  108.     <AppDesigner Include="Properties" />
  109.   </ItemGroup>
  110.   <ItemGroup>
  111.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  112.       <Visible>False</Visible>
  113.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  114.       <Install>false</Install>
  115.     </BootstrapperPackage>
  116.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  117.       <Visible>False</Visible>
  118.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  119.       <Install>false</Install>
  120.     </BootstrapperPackage>
  121.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  122.       <Visible>False</Visible>
  123.       <ProductName>.NET Framework 3.5</ProductName>
  124.       <Install>true</Install>
  125.     </BootstrapperPackage>
  126.     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  127.       <Visible>False</Visible>
  128.       <ProductName>Windows Installer 3.1</ProductName>
  129.       <Install>true</Install>
  130.     </BootstrapperPackage>
  131.   </ItemGroup>
  132.   <ItemGroup>
  133.     <Resource Include="EinsteinSuperQuestion.ico" />
  134.   </ItemGroup>
  135.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  136.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  137.        Other similar extension points exist, see Microsoft.Common.targets.
  138.   <Target Name="BeforeBuild">
  139.   </Target>
  140.   <Target Name="AfterBuild">
  141.   </Target>
  142.   -->
  143. </Project>