PictureBook.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{077901A7-1F1B-49AD-B2ED-D97525B09D13}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PictureBook</RootNamespace>
  12. <AssemblyName>PictureBook</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <OldToolsVersion>2.0</OldToolsVersion>
  17. <UpgradeBackupLocation />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Properties\Resources.Designer.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTime>True</DesignTime>
  64. <DependentUpon>Resources.resx</DependentUpon>
  65. </Compile>
  66. <Compile Include="UserControl1.cs">
  67. <SubType>UserControl</SubType>
  68. </Compile>
  69. <Compile Include="UserControl1.Designer.cs">
  70. <DependentUpon>UserControl1.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <SubType>Designer</SubType>
  78. <Generator>ResXFileCodeGenerator</Generator>
  79. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  80. </EmbeddedResource>
  81. <EmbeddedResource Include="UserControl1.resx">
  82. <SubType>Designer</SubType>
  83. <DependentUpon>UserControl1.cs</DependentUpon>
  84. </EmbeddedResource>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="SingleBinder.bmp" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <EmbeddedResource Include="Resources\SingleBinder.bmp">
  91. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Resources\SingleBinderLeft.bmp">
  94. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Resources\SingleBinderRight.bmp">
  97. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  98. </EmbeddedResource>
  99. <None Include="SingleBinderRight.bmp" />
  100. <None Include="SingleBinderLeft.bmp" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  106. <Install>false</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  109. <Visible>False</Visible>
  110. <ProductName>.NET Framework 3.5 SP1</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  114. <Visible>False</Visible>
  115. <ProductName>Windows Installer 3.1</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. </ItemGroup>
  119. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>