Screensaver1.csproj
上传用户:liuqi822
上传日期:2022-03-21
资源大小:88k
文件大小:6k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>10.0.20506</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{1FB448C8-7CEC-4E59-B04D-0EC96A4C65C6}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Screensaver1</RootNamespace>
  12.     <AssemblyName>Screensaver1</AssemblyName>
  13.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16.     <WarningLevel>4</WarningLevel>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19.     <DebugSymbols>true</DebugSymbols>
  20.     <DebugType>full</DebugType>
  21.     <Optimize>false</Optimize>
  22.     <OutputPath>binDebug</OutputPath>
  23.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  24.     <ErrorReport>prompt</ErrorReport>
  25.     <WarningLevel>4</WarningLevel>
  26.     <StartArguments>/s</StartArguments>
  27.   </PropertyGroup>
  28.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29.     <DebugType>pdbonly</DebugType>
  30.     <Optimize>true</Optimize>
  31.     <OutputPath>binRelease</OutputPath>
  32.     <DefineConstants>TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.     <StartArguments>/s</StartArguments>
  36.   </PropertyGroup>
  37.   <ItemGroup>
  38.     <Reference Include="System" />
  39.     <Reference Include="System.Data" />
  40.     <Reference Include="System.Xml" />
  41.     <Reference Include="System.Xaml">
  42.       <RequiredTargetFramework>4.0</RequiredTargetFramework>
  43.     </Reference>
  44.     <Reference Include="System.Drawing" />
  45.     <Reference Include="System.Windows.Forms" />
  46.     <Reference Include="Microsoft.CSharp">
  47.       <RequiredTargetFramework>4.0</RequiredTargetFramework>
  48.     </Reference>
  49.     <Reference Include="System.Core">
  50.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51.     </Reference>
  52.     <Reference Include="System.Xml.Linq">
  53.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54.     </Reference>
  55.     <Reference Include="System.Data.DataSetExtensions">
  56.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57.     </Reference>
  58.     <Reference Include="TwitterClient">
  59.       <HintPath>C:UsersAdministratorAppDataLocalMicrosoftVisualStudio10.0ExtensionsMicrosoftTwitter Screensaver (CS)1.2TwitterClient.dll</HintPath>
  60.     </Reference>
  61.     <Reference Include="WindowsBase">
  62.       <RequiredTargetFramework>3.0</RequiredTargetFramework>
  63.     </Reference>
  64.     <Reference Include="PresentationCore">
  65.       <RequiredTargetFramework>3.0</RequiredTargetFramework>
  66.     </Reference>
  67.     <Reference Include="PresentationFramework">
  68.       <RequiredTargetFramework>3.0</RequiredTargetFramework>
  69.     </Reference>
  70.   </ItemGroup>
  71.   <ItemGroup>
  72.     <ApplicationDefinition Include="App.xaml">
  73.       <Generator>MSBuild:Compile</Generator>
  74.       <SubType>Designer</SubType>
  75.     </ApplicationDefinition>
  76.     <Page Include="ScreensaverWindow.xaml">
  77.       <Generator>MSBuild:Compile</Generator>
  78.       <SubType>Designer</SubType>
  79.     </Page>
  80.     <Page Include="SettingsWindow.xaml">
  81.       <Generator>MSBuild:Compile</Generator>
  82.       <SubType>Designer</SubType>
  83.     </Page>
  84.     <Compile Include="App.xaml.cs">
  85.       <DependentUpon>App.xaml</DependentUpon>
  86.       <SubType>Code</SubType>
  87.     </Compile>
  88.     <Compile Include="ScreensaverWindow.xaml.cs">
  89.       <DependentUpon>ScreensaverWindow.xaml</DependentUpon>
  90.       <SubType>Code</SubType>
  91.     </Compile>
  92.     <Compile Include="SettingsWindow.xaml.cs">
  93.       <DependentUpon>SettingsWindow.xaml</DependentUpon>
  94.       <SubType>Code</SubType>
  95.     </Compile>
  96.   </ItemGroup>
  97.   <ItemGroup>
  98.     <None Include="app.config" />
  99.     <None Include="ReadMeReadMe.htm" />
  100.     <None Include="ReadMeinstall.png" />
  101.     <Compile Include="PropertiesAssemblyInfo.cs">
  102.       <SubType>Code</SubType>
  103.     </Compile>
  104.     <Compile Include="PropertiesResources.Designer.cs">
  105.       <AutoGen>True</AutoGen>
  106.       <DesignTime>True</DesignTime>
  107.       <DependentUpon>Resources.resx</DependentUpon>
  108.     </Compile>
  109.     <Compile Include="PropertiesSettings.Designer.cs">
  110.       <AutoGen>True</AutoGen>
  111.       <DependentUpon>Settings.settings</DependentUpon>
  112.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  113.     </Compile>
  114.     <EmbeddedResource Include="PropertiesResources.resx">
  115.       <Generator>ResXFileCodeGenerator</Generator>
  116.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117.     </EmbeddedResource>
  118.     <None Include="PropertiesSettings.settings">
  119.       <Generator>SettingsSingleFileGenerator</Generator>
  120.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  121.     </None>
  122.     <AppDesigner Include="Properties" />
  123.   </ItemGroup>
  124.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  125.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  126.        Other similar extension points exist, see Microsoft.Common.targets.
  127.   <Target Name="BeforeBuild">
  128.   </Target>
  129.   <Target Name="AfterBuild">
  130.   </Target>
  131.   -->
  132.   <PropertyGroup>
  133.     <PostBuildEvent>copy "$(TargetPath)" "$(TargetPath).scr"</PostBuildEvent>
  134.   </PropertyGroup>
  135. </Project>