FreedomGraphics.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.10.3077</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{7025E82D-9D74-4025-AC84-77B7C2048576}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>brush_128.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>FreedomGraphics</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>WinExe</OutputType>
  19. <RootNamespace>GraEditor</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject />
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  25. <OldToolsVersion>4.0</OldToolsVersion>
  26. <UpgradeBackupLocation />
  27. <TargetFrameworkProfile />
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  47. <BaseAddress>285212672</BaseAddress>
  48. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  49. <ConfigurationOverrideFile />
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <DocumentationFile />
  52. <DebugSymbols>true</DebugSymbols>
  53. <FileAlignment>4096</FileAlignment>
  54. <NoStdLib>false</NoStdLib>
  55. <NoWarn />
  56. <Optimize>false</Optimize>
  57. <RegisterForComInterop>false</RegisterForComInterop>
  58. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  59. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  60. <WarningLevel>4</WarningLevel>
  61. <DebugType>full</DebugType>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. <PlatformTarget>AnyCPU</PlatformTarget>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  67. <OutputPath>bin\Release\</OutputPath>
  68. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  69. <BaseAddress>285212672</BaseAddress>
  70. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  71. <ConfigurationOverrideFile />
  72. <DefineConstants>TRACE</DefineConstants>
  73. <DocumentationFile />
  74. <DebugSymbols>false</DebugSymbols>
  75. <FileAlignment>4096</FileAlignment>
  76. <NoStdLib>false</NoStdLib>
  77. <NoWarn />
  78. <Optimize>true</Optimize>
  79. <RegisterForComInterop>false</RegisterForComInterop>
  80. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  81. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  82. <WarningLevel>4</WarningLevel>
  83. <DebugType>none</DebugType>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  86. </PropertyGroup>
  87. <PropertyGroup />
  88. <ItemGroup>
  89. <Reference Include="System">
  90. <Name>System</Name>
  91. </Reference>
  92. <Reference Include="System.Data">
  93. <Name>System.Data</Name>
  94. </Reference>
  95. <Reference Include="System.Drawing">
  96. <Name>System.Drawing</Name>
  97. </Reference>
  98. <Reference Include="System.Windows.Forms">
  99. <Name>System.Windows.Forms</Name>
  100. </Reference>
  101. <Reference Include="System.Xml">
  102. <Name>System.XML</Name>
  103. </Reference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="BrushExt.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Canvas.cs" />
  113. <Compile Include="frmEplainBitmapTitle.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="frmEplainBitmapTitle.Designer.cs">
  117. <DependentUpon>frmEplainBitmapTitle.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="frmMain.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="frmMain.Designer.cs">
  123. <DependentUpon>frmMain.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="GerElement.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. <Compile Include="GraDrawTool.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="GraElement.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="MainView.cs">
  135. <SubType>Component</SubType>
  136. </Compile>
  137. <Compile Include="NewCanvas.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="PenExt.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="Program.cs" />
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. </Compile>
  149. <Content Include="brush_128.ico" />
  150. <Content Include="Icon\arrow.png" />
  151. <Content Include="Icon\brush.png" />
  152. <Content Include="Icon\cancel.png" />
  153. <Content Include="Icon\close.png" />
  154. <Content Include="Icon\Color.ico" />
  155. <None Include="Icon\draw_256.png" />
  156. <None Include="Icon\draw_2562.png" />
  157. <Content Include="Icon\ellips.png" />
  158. <Content Include="Icon\Ellipse.ico" />
  159. <Content Include="Icon\Erase.ico" />
  160. <Content Include="Icon\FillEllipse.ico" />
  161. <Content Include="Icon\Font.ico" />
  162. <Content Include="Icon\FrameEllipse.ico" />
  163. <None Include="Icon\hand_48.png" />
  164. <None Include="Icon\hand.cur" />
  165. <None Include="Icon\hand_480.png" />
  166. <None Include="Icon\Freehand.png" />
  167. <Content Include="Icon\Image.ico" />
  168. <Content Include="Icon\large.png" />
  169. <Content Include="Icon\Lines.ico" />
  170. <Content Include="Icon\middle.png" />
  171. <Content Include="Icon\New.ico" />
  172. <Content Include="Icon\none.png" />
  173. <Content Include="Icon\ok.png" />
  174. <Content Include="Icon\Open.ico" />
  175. <None Include="Icon\pencil_512.png" />
  176. <None Include="Icon\pen.png" />
  177. <Content Include="Icon\PenWidth.ico" />
  178. <Content Include="Icon\rect.png" />
  179. <Content Include="Icon\Save.ico" />
  180. <Content Include="Icon\save.png" />
  181. <Content Include="Icon\small.png" />
  182. <Content Include="Icon\Text.ico" />
  183. <Content Include="Icon\text.png" />
  184. <EmbeddedResource Include="frmEplainBitmapTitle.resx">
  185. <DependentUpon>frmEplainBitmapTitle.cs</DependentUpon>
  186. </EmbeddedResource>
  187. <EmbeddedResource Include="frmMain.resx">
  188. <DependentUpon>frmMain.cs</DependentUpon>
  189. </EmbeddedResource>
  190. <EmbeddedResource Include="Icon\EraseCursor.cur" />
  191. <EmbeddedResource Include="Icon\Zoomin.cur" />
  192. <EmbeddedResource Include="Icon\Zoomout.cur" />
  193. <EmbeddedResource Include="NewCanvas.resx">
  194. <DependentUpon>NewCanvas.cs</DependentUpon>
  195. </EmbeddedResource>
  196. <EmbeddedResource Include="Properties\Resources.resx">
  197. <Generator>PublicResXFileCodeGenerator</Generator>
  198. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  199. </EmbeddedResource>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <None Include="app.config" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  206. <Visible>False</Visible>
  207. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  208. <Install>false</Install>
  209. </BootstrapperPackage>
  210. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  211. <Visible>False</Visible>
  212. <ProductName>.NET Framework 3.5 SP1</ProductName>
  213. <Install>true</Install>
  214. </BootstrapperPackage>
  215. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  216. <Visible>False</Visible>
  217. <ProductName>Windows Installer 3.1</ProductName>
  218. <Install>true</Install>
  219. </BootstrapperPackage>
  220. </ItemGroup>
  221. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  222. <PropertyGroup>
  223. <PreBuildEvent />
  224. <PostBuildEvent />
  225. </PropertyGroup>
  226. </Project>