123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{F3594E30-DA84-4538-BAA3-0959B86AA879}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CommonFroms</RootNamespace>
- <AssemblyName>CommonFroms</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Library\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
- <DocumentationFile>
- </DocumentationFile>
- <NoWarn>1591</NoWarn>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Library\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_JSGProfile\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <NoWarn>1591</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="SourceGrid">
- <HintPath>..\Library\SourceGrid\SourceGrid.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Drawing.Design" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DescAttributeEdit\ValuePanel.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DescAttributeEdit\ValuePanel.Designer.cs">
- <DependentUpon>ValuePanel.cs</DependentUpon>
- </Compile>
- <Compile Include="DescAttributeEdit\ValueTypeDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DescAttributeEdit\ValueTypeDialog.Designer.cs">
- <DependentUpon>ValueTypeDialog.cs</DependentUpon>
- </Compile>
- <Compile Include="Drawing\Drawing.cs" />
- <Compile Include="Drawing\Tracker.cs" />
- <Compile Include="FormUtils.cs" />
- <Compile Include="FileSystem.cs" />
- <Compile Include="G2D.DataGrid\G2DPropertyGrid.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="G2D\G2DRichTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="G2D\G2DPropertyDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D\G2DPropertyDialog.designer.cs">
- <DependentUpon>G2DPropertyDialog.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D\G2DTimer.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ImageUtils.cs" />
- <Compile Include="Keyboard.cs" />
- <Compile Include="Net\FormSessionTracer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Net\FormSessionTracer.Designer.cs">
- <DependentUpon>FormSessionTracer.cs</DependentUpon>
- </Compile>
- <Compile Include="Net\FormNetSession.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Net\FormNetSession.Designer.cs">
- <DependentUpon>FormNetSession.cs</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="RegistUtils.cs" />
- <Compile Include="SceneGraph2D\Nodes.cs" />
- <Compile Include="SceneGraph2D\Edit\Nodes.cs" />
- <Compile Include="SceneGraph2D\Edit\SceneEditPanel.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="SceneGraph2D\Win32SceneGraph.cs" />
- <Compile Include="SceneGraph2D\Win32ScenePanel.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="SceneGraph2D\Win32ScenePanel.Designer.cs">
- <DependentUpon>Win32ScenePanel.cs</DependentUpon>
- </Compile>
- <Compile Include="TreeGridView\TreeGridCell.cs" />
- <Compile Include="TreeGridView\TreeGridEvents.cs" />
- <Compile Include="TreeGridView\TreeGridNode.cs" />
- <Compile Include="TreeGridView\TreeGridNodeCollection.cs" />
- <Compile Include="TreeGridView\TreeGridView.cs" />
- <Compile Include="UndoRedo.cs" />
- <Compile Include="Utils\ConsoleOutput.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Utils\ConsoleOutput.Designer.cs">
- <DependentUpon>ConsoleOutput.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DCollectionEditor.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DCollectionEditor.Designer.cs">
- <DependentUpon>G2DCollectionEditor.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D\G2DCreateInstanceDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DDataGrid.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DDataGrid.Designer.cs">
- <DependentUpon>G2DDataGrid.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DDataGridEditor.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DDataGridEditor.Designer.cs">
- <DependentUpon>G2DDataGridEditor.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D\G2DSearchDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D\G2DSearchDialog.designer.cs">
- <DependentUpon>G2DSearchDialog.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D.TreeDataGrid\G2DTreeDataGrid.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="G2D.TreeDataGrid\G2DTreeDataGrid.Designer.cs">
- <DependentUpon>G2DTreeDataGrid.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D.TreeDataGrid\G2DTreeDataGridCell.cs" />
- <Compile Include="G2D.TreeDataGrid\G2DTreeDataGridNodes.cs" />
- <Compile Include="G2D.DataGrid\G2DFieldEditor.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DFieldEditor.Designer.cs">
- <DependentUpon>G2DFieldEditor.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D\G2DListSelectEditor.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D\G2DListSelectEditor.Designer.cs">
- <DependentUpon>G2DListSelectEditor.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D\G2DProgressDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D\G2DProgressDialog.Designer.cs">
- <DependentUpon>G2DProgressDialog.cs</DependentUpon>
- </Compile>
- <Compile Include="G2D.DataGrid\G2DProperty.cs" />
- <Compile Include="G2D\G2DTreeView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="G2D\G2DTextDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="G2D\G2DTextDialog.designer.cs">
- <DependentUpon>G2DTextDialog.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="DescAttributeEdit\ValuePanel.resx">
- <DependentUpon>ValuePanel.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DescAttributeEdit\ValueTypeDialog.resx">
- <DependentUpon>ValueTypeDialog.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D\G2DPropertyDialog.resx">
- <DependentUpon>G2DPropertyDialog.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Net\FormSessionTracer.resx">
- <DependentUpon>FormSessionTracer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Net\FormNetSession.resx">
- <DependentUpon>FormNetSession.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="SceneGraph2D\Edit\SceneEditPanel.resx">
- <DependentUpon>SceneEditPanel.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="SceneGraph2D\Win32ScenePanel.resx">
- <DependentUpon>Win32ScenePanel.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Utils\ConsoleOutput.resx">
- <DependentUpon>ConsoleOutput.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D.DataGrid\G2DCollectionEditor.resx">
- <DependentUpon>G2DCollectionEditor.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D.DataGrid\G2DDataGrid.resx">
- <DependentUpon>G2DDataGrid.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D.DataGrid\G2DDataGridEditor.resx">
- <DependentUpon>G2DDataGridEditor.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D\G2DSearchDialog.resx">
- <DependentUpon>G2DSearchDialog.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D.TreeDataGrid\G2DTreeDataGrid.resx">
- <DependentUpon>G2DTreeDataGrid.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D.DataGrid\G2DFieldEditor.resx">
- <DependentUpon>G2DFieldEditor.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D\G2DListSelectEditor.resx">
- <DependentUpon>G2DListSelectEditor.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D\G2DProgressDialog.resx">
- <DependentUpon>G2DProgressDialog.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="G2D\G2DTextDialog.resx">
- <DependentUpon>G2DTextDialog.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_tool_bar1.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_tool_bar2.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_tool_bar3.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icon_men.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_cut.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_copy.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_paste.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_delete.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\icons_paste_plus.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\Image34.bmp" />
- </ItemGroup>
- <ItemGroup>
- <None Include="assets\stage\canvasBg.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="assets\stage\canvasBg2.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CommonLang\CommonLang.csproj">
- <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
- <Name>CommonLang</Name>
- </ProjectReference>
- <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|