ScreenSaverEf.csproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{24F1F55A-3694-4432-813D-5D61799E3489}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ScreenSaverEf</RootNamespace>
  10. <AssemblyName>ScreenSaverEf</AssemblyName>
  11. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Deployment" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="MainForm.cs">
  46. <SubType>Form</SubType>
  47. </Compile>
  48. <Compile Include="MainForm.Designer.cs">
  49. <DependentUpon>MainForm.cs</DependentUpon>
  50. </Compile>
  51. <Compile Include="PreviewForm.cs">
  52. <SubType>Form</SubType>
  53. </Compile>
  54. <Compile Include="PreviewForm.designer.cs">
  55. <DependentUpon>PreviewForm.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="Program.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. <Compile Include="Properties\Resources.Designer.cs">
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. <DependentUpon>Resources.resx</DependentUpon>
  63. </Compile>
  64. <EmbeddedResource Include="MainForm.resx">
  65. <DependentUpon>MainForm.cs</DependentUpon>
  66. </EmbeddedResource>
  67. <EmbeddedResource Include="PreviewForm.resx">
  68. <DependentUpon>PreviewForm.cs</DependentUpon>
  69. </EmbeddedResource>
  70. <EmbeddedResource Include="Properties\Resources.resx">
  71. <Generator>ResXFileCodeGenerator</Generator>
  72. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73. <SubType>Designer</SubType>
  74. </EmbeddedResource>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="Resources\101_01.txt" />
  78. <Content Include="Resources\bg_scl002a01_00_f.png" />
  79. <Content Include="Resources\bg_scl002a01_00_n.png" />
  80. <Content Include="Resources\st_kei10a02-.png" />
  81. <Content Include="Resources\st_kei10b05-.png" />
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. </Project>