CommonFroms.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F3594E30-DA84-4538-BAA3-0959B86AA879}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonFroms</RootNamespace>
  12. <AssemblyName>CommonFroms</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\Library\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
  26. <DocumentationFile>
  27. </DocumentationFile>
  28. <NoWarn>1591</NoWarn>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\..\Library\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <NoWarn>1591</NoWarn>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Microsoft.VisualBasic" />
  53. <Reference Include="SourceGrid">
  54. <HintPath>..\Library\SourceGrid\SourceGrid.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Design" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Drawing.Design" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="DescAttributeEdit\ValuePanel.cs">
  69. <SubType>UserControl</SubType>
  70. </Compile>
  71. <Compile Include="DescAttributeEdit\ValuePanel.Designer.cs">
  72. <DependentUpon>ValuePanel.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="DescAttributeEdit\ValueTypeDialog.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="DescAttributeEdit\ValueTypeDialog.Designer.cs">
  78. <DependentUpon>ValueTypeDialog.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Drawing\Drawing.cs" />
  81. <Compile Include="Drawing\Tracker.cs" />
  82. <Compile Include="FormUtils.cs" />
  83. <Compile Include="FileSystem.cs" />
  84. <Compile Include="G2D.DataGrid\G2DPropertyGrid.cs">
  85. <SubType>Component</SubType>
  86. </Compile>
  87. <Compile Include="G2D\G2DRichTextBox.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="G2D\G2DPropertyDialog.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="G2D\G2DPropertyDialog.designer.cs">
  94. <DependentUpon>G2DPropertyDialog.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="G2D\G2DTimer.cs">
  97. <SubType>Component</SubType>
  98. </Compile>
  99. <Compile Include="ImageUtils.cs" />
  100. <Compile Include="Keyboard.cs" />
  101. <Compile Include="Net\FormSessionTracer.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Net\FormSessionTracer.Designer.cs">
  105. <DependentUpon>FormSessionTracer.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Net\FormNetSession.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Net\FormNetSession.Designer.cs">
  111. <DependentUpon>FormNetSession.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="Properties\Resources.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DesignTime>True</DesignTime>
  117. <DependentUpon>Resources.resx</DependentUpon>
  118. </Compile>
  119. <Compile Include="RegistUtils.cs" />
  120. <Compile Include="SceneGraph2D\Nodes.cs" />
  121. <Compile Include="SceneGraph2D\Edit\Nodes.cs" />
  122. <Compile Include="SceneGraph2D\Edit\SceneEditPanel.cs">
  123. <SubType>UserControl</SubType>
  124. </Compile>
  125. <Compile Include="SceneGraph2D\Win32SceneGraph.cs" />
  126. <Compile Include="SceneGraph2D\Win32ScenePanel.cs">
  127. <SubType>UserControl</SubType>
  128. </Compile>
  129. <Compile Include="SceneGraph2D\Win32ScenePanel.Designer.cs">
  130. <DependentUpon>Win32ScenePanel.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="TreeGridView\TreeGridCell.cs" />
  133. <Compile Include="TreeGridView\TreeGridEvents.cs" />
  134. <Compile Include="TreeGridView\TreeGridNode.cs" />
  135. <Compile Include="TreeGridView\TreeGridNodeCollection.cs" />
  136. <Compile Include="TreeGridView\TreeGridView.cs" />
  137. <Compile Include="UndoRedo.cs" />
  138. <Compile Include="Utils\ConsoleOutput.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="Utils\ConsoleOutput.Designer.cs">
  142. <DependentUpon>ConsoleOutput.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="G2D.DataGrid\G2DCollectionEditor.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="G2D.DataGrid\G2DCollectionEditor.Designer.cs">
  148. <DependentUpon>G2DCollectionEditor.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="G2D\G2DCreateInstanceDialog.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="G2D.DataGrid\G2DDataGrid.cs">
  154. <SubType>UserControl</SubType>
  155. </Compile>
  156. <Compile Include="G2D.DataGrid\G2DDataGrid.Designer.cs">
  157. <DependentUpon>G2DDataGrid.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="G2D.DataGrid\G2DDataGridEditor.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="G2D.DataGrid\G2DDataGridEditor.Designer.cs">
  163. <DependentUpon>G2DDataGridEditor.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="G2D\G2DSearchDialog.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="G2D\G2DSearchDialog.designer.cs">
  169. <DependentUpon>G2DSearchDialog.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="G2D.TreeDataGrid\G2DTreeDataGrid.cs">
  172. <SubType>UserControl</SubType>
  173. </Compile>
  174. <Compile Include="G2D.TreeDataGrid\G2DTreeDataGrid.Designer.cs">
  175. <DependentUpon>G2DTreeDataGrid.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="G2D.TreeDataGrid\G2DTreeDataGridCell.cs" />
  178. <Compile Include="G2D.TreeDataGrid\G2DTreeDataGridNodes.cs" />
  179. <Compile Include="G2D.DataGrid\G2DFieldEditor.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="G2D.DataGrid\G2DFieldEditor.Designer.cs">
  183. <DependentUpon>G2DFieldEditor.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="G2D\G2DListSelectEditor.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="G2D\G2DListSelectEditor.Designer.cs">
  189. <DependentUpon>G2DListSelectEditor.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="G2D\G2DProgressDialog.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="G2D\G2DProgressDialog.Designer.cs">
  195. <DependentUpon>G2DProgressDialog.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="G2D.DataGrid\G2DProperty.cs" />
  198. <Compile Include="G2D\G2DTreeView.cs">
  199. <SubType>Component</SubType>
  200. </Compile>
  201. <Compile Include="G2D\G2DTextDialog.cs">
  202. <SubType>Form</SubType>
  203. </Compile>
  204. <Compile Include="G2D\G2DTextDialog.designer.cs">
  205. <DependentUpon>G2DTextDialog.cs</DependentUpon>
  206. </Compile>
  207. </ItemGroup>
  208. <ItemGroup>
  209. <EmbeddedResource Include="DescAttributeEdit\ValuePanel.resx">
  210. <DependentUpon>ValuePanel.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="DescAttributeEdit\ValueTypeDialog.resx">
  213. <DependentUpon>ValueTypeDialog.cs</DependentUpon>
  214. </EmbeddedResource>
  215. <EmbeddedResource Include="G2D\G2DPropertyDialog.resx">
  216. <DependentUpon>G2DPropertyDialog.cs</DependentUpon>
  217. </EmbeddedResource>
  218. <EmbeddedResource Include="Net\FormSessionTracer.resx">
  219. <DependentUpon>FormSessionTracer.cs</DependentUpon>
  220. </EmbeddedResource>
  221. <EmbeddedResource Include="Net\FormNetSession.resx">
  222. <DependentUpon>FormNetSession.cs</DependentUpon>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="Properties\Resources.resx">
  225. <Generator>ResXFileCodeGenerator</Generator>
  226. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="SceneGraph2D\Edit\SceneEditPanel.resx">
  229. <DependentUpon>SceneEditPanel.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="SceneGraph2D\Win32ScenePanel.resx">
  232. <DependentUpon>Win32ScenePanel.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="Utils\ConsoleOutput.resx">
  235. <DependentUpon>ConsoleOutput.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="G2D.DataGrid\G2DCollectionEditor.resx">
  238. <DependentUpon>G2DCollectionEditor.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="G2D.DataGrid\G2DDataGrid.resx">
  241. <DependentUpon>G2DDataGrid.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="G2D.DataGrid\G2DDataGridEditor.resx">
  244. <DependentUpon>G2DDataGridEditor.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="G2D\G2DSearchDialog.resx">
  247. <DependentUpon>G2DSearchDialog.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="G2D.TreeDataGrid\G2DTreeDataGrid.resx">
  250. <DependentUpon>G2DTreeDataGrid.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="G2D.DataGrid\G2DFieldEditor.resx">
  253. <DependentUpon>G2DFieldEditor.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="G2D\G2DListSelectEditor.resx">
  256. <DependentUpon>G2DListSelectEditor.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="G2D\G2DProgressDialog.resx">
  259. <DependentUpon>G2DProgressDialog.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="G2D\G2DTextDialog.resx">
  262. <DependentUpon>G2DTextDialog.cs</DependentUpon>
  263. </EmbeddedResource>
  264. </ItemGroup>
  265. <ItemGroup>
  266. <None Include="Resources\icons_tool_bar1.png" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <None Include="Resources\icons_tool_bar2.png" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <None Include="Resources\icons_tool_bar3.png" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <None Include="Resources\icon_men.png" />
  276. </ItemGroup>
  277. <ItemGroup>
  278. <None Include="Resources\icons_cut.png" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <None Include="Resources\icons_copy.png" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <None Include="Resources\icons_paste.png" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <None Include="Resources\icons_delete.png" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <None Include="Resources\icons_paste_plus.png" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <None Include="Resources\Image34.bmp" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <None Include="assets\stage\canvasBg.png" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <Content Include="assets\stage\canvasBg2.png" />
  300. </ItemGroup>
  301. <ItemGroup>
  302. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  303. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  304. <Name>CommonLang</Name>
  305. </ProjectReference>
  306. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  307. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  308. <Name>CommonNetwork</Name>
  309. </ProjectReference>
  310. </ItemGroup>
  311. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  312. <PropertyGroup>
  313. <PostBuildEvent>
  314. </PostBuildEvent>
  315. </PropertyGroup>
  316. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  317. Other similar extension points exist, see Microsoft.Common.targets.
  318. <Target Name="BeforeBuild">
  319. </Target>
  320. <Target Name="AfterBuild">
  321. </Target>
  322. -->
  323. </Project>