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/UCDraw/WellGroupEditor/WellGroupEditor.csproj

127 lines
5.3 KiB
XML

<?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>{0F054B29-C5D1-4EA3-9B38-BE15D949CF20}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WellGroupEditor</RootNamespace>
<AssemblyName>WellGroupEditor</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>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>..\..\bin\Debug\WellGroupEditor.xml</DocumentationFile>
<UseVSHostingProcess>true</UseVSHostingProcess>
</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>
<ItemGroup>
<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="FormWellGroupEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormWellGroupEditor.Designer.cs">
<DependentUpon>FormWellGroupEditor.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WellGroupEditorManager.cs" />
<Compile Include="WellGroupSetting.cs" />
<EmbeddedResource Include="FormWellGroupEditor.resx">
<DependentUpon>FormWellGroupEditor.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>
<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>
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{b13c222d-81c0-4ecc-aa24-26713bff6050}</Project>
<Name>GeoSigmaDrawLib</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerElement\SigmaDrawerElement.csproj">
<Project>{0cdd53c3-aa2a-4500-9e45-5299d792a52d}</Project>
<Name>SigmaDrawerElement</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerStyle\SigmaDrawerStyle.csproj">
<Project>{eeb9111d-be72-4b3d-9288-61cc8329ba07}</Project>
<Name>SigmaDrawerStyle</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj">
<Project>{0d09e4bc-1818-4501-9b18-49d489889d95}</Project>
<Name>SymbolLibInterface</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SymbolLibManager\SymbolLibManager.csproj">
<Project>{6815019D-1F1A-4EF5-98FC-012596997BB7}</Project>
<Name>SymbolLibManager</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\UCDraw\UCDraw.csproj">
<Project>{084a0a22-a559-4d50-a0a0-b389db21d71d}</Project>
<Name>UCDraw</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\curSelect.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Rectangle16x16.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>