You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/Module/GeoSigmaViewer/GeoSigmaViewer.csproj

287 lines
12 KiB
XML

1 month ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F44527AB-482C-49CF-BA5B-A80366D07AA7}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GeoSigmaViewer</RootNamespace>
<AssemblyName>GeoSigmaViewer</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Design, Version=4.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Design.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Docking, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Docking.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Navigator, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Navigator.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Ribbon, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Ribbon.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Toolkit, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Workspace, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\ComponentFactory.Krypton.Workspace.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Drawer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Drawer.Designer.cs">
<DependentUpon>Drawer.cs</DependentUpon>
</Compile>
<Compile Include="DrawTextDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DrawTextDialog.Designer.cs">
<DependentUpon>DrawTextDialog.cs</DependentUpon>
</Compile>
<Compile Include="DrawTool.cs" />
<Compile Include="DrawToolArc.cs" />
<Compile Include="DrawToolBreak.cs" />
<Compile Include="DrawToolBreakDirect.cs" />
<Compile Include="DrawToolChord.cs" />
<Compile Include="DrawToolDelete.cs" />
<Compile Include="DrawToolDeleteIn.cs" />
<Compile Include="DrawToolDeleteOut.cs" />
<Compile Include="DrawToolEquilateral.cs" />
<Compile Include="DrawToolPie.cs" />
<Compile Include="DrawToolEllipse.cs" />
<Compile Include="DrawToolCurve.cs" />
<Compile Include="DrawToolDefault.cs" />
<Compile Include="DrawToolPoint.cs" />
<Compile Include="DrawToolProportion.cs" />
<Compile Include="DrawToolRectangle.cs" />
<Compile Include="DrawToolRectangularCSGrid.cs" />
<Compile Include="DrawToolText.cs" />
<Compile Include="DrawToolViewPan.cs" />
<Compile Include="DrawToolPointer.cs" />
<Compile Include="DrawToolSelect.cs" />
<Compile Include="DrawToolViewWindow.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="FormTestMDI.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormTestMDI.Designer.cs">
<DependentUpon>FormTestMDI.cs</DependentUpon>
</Compile>
<Compile Include="FormTestView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormTestView.Designer.cs">
<DependentUpon>FormTestView.cs</DependentUpon>
</Compile>
<Compile Include="GeoSigmaLib.cs" />
<Compile Include="LayerTree.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="LayerTree.Designer.cs">
<DependentUpon>LayerTree.cs</DependentUpon>
</Compile>
<Compile Include="PanelProperty.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="PanelProperty.Designer.cs">
<DependentUpon>PanelProperty.cs</DependentUpon>
</Compile>
<Compile Include="PointAddDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PointAddDialog.Designer.cs">
<DependentUpon>PointAddDialog.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProportionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProportionDialog.Designer.cs">
<DependentUpon>ProportionDialog.cs</DependentUpon>
</Compile>
<Compile Include="RectangularCSGridDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RectangularCSGridDialog.Designer.cs">
<DependentUpon>RectangularCSGridDialog.cs</DependentUpon>
</Compile>
<Compile Include="Resources\Resource1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource1.resx</DependentUpon>
</Compile>
<Compile Include="SuperSubScriptDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SuperSubScriptDialog.Designer.cs">
<DependentUpon>SuperSubScriptDialog.cs</DependentUpon>
</Compile>
<Compile Include="TriStateTreeView.cs" />
<Compile Include="Viewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Viewer.Designer.cs">
<DependentUpon>Viewer.cs</DependentUpon>
</Compile>
<Compile Include="Viewer1.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Viewer1.Designer.cs">
<DependentUpon>Viewer1.cs</DependentUpon>
</Compile>
<Compile Include="Win32API.cs" />
<Compile Include="WMEnums.cs" />
<EmbeddedResource Include="Drawer.resx">
<DependentUpon>Drawer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DrawTextDialog.resx">
<DependentUpon>DrawTextDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormTestMDI.resx">
<DependentUpon>FormTestMDI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormTestView.resx">
<DependentUpon>FormTestView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LayerTree.resx">
<DependentUpon>LayerTree.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PanelProperty.resx">
<DependentUpon>PanelProperty.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PointAddDialog.resx">
<DependentUpon>PointAddDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="ProportionDialog.resx">
<DependentUpon>ProportionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="RectangularCSGridDialog.resx">
<DependentUpon>RectangularCSGridDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Resource1.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="SuperSubScriptDialog.resx">
<DependentUpon>SuperSubScriptDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Viewer.resx">
<DependentUpon>Viewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Viewer1.resx">
<DependentUpon>Viewer1.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Pan.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SigmaDrawerStyle\SigmaDrawerStyle.csproj">
<Project>{eeb9111d-be72-4b3d-9288-61cc8329ba07}</Project>
<Name>SigmaDrawerStyle</Name>
</ProjectReference>
<ProjectReference Include="..\CursorUtil\CursorUtil.csproj">
<Project>{425685a4-61c7-4510-8adc-91ddfcd2e185}</Project>
<Name>CursorUtil</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\ImgViewAndEdit.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>