extendedinfobox_dll_visuals.../ExtendedInfoBox/ExtendedInfoBox.csproj
2020-11-25 16:57:11 +01:00

150 lines
6.1 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>{E23AFF77-EBF4-4966-B3E4-A49FC6CE92C7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ExtendedInfoBox</RootNamespace>
<AssemblyName>ExtendedInfoBox</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="FormLanguageSwitch">
<HintPath>..\..\..\_USER CONTROL\SearchFindReplace.git\FormLanguageSwitch\bin\Debug\FormLanguageSwitch.dll</HintPath>
</Reference>
<Reference Include="ReplaceString">
<HintPath>..\..\..\_USER CONTROL\SearchFindReplace.git\ReplaceString\bin\Debug\ReplaceString.dll</HintPath>
</Reference>
<Reference Include="SearchString">
<HintPath>..\..\..\_USER CONTROL\SearchFindReplace.git\SearchString\bin\Debug\SearchString.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FixLineLenght.cs" />
<Compile Include="ExtendedInfoBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ExtendedInfoBox.Designer.cs">
<DependentUpon>ExtendedInfoBox.cs</DependentUpon>
</Compile>
<Compile Include="Language.de.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Language.de.resx</DependentUpon>
</Compile>
<Compile Include="Language.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Language.resx</DependentUpon>
</Compile>
<Compile Include="Language.en.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Language.en.resx</DependentUpon>
</Compile>
<Compile Include="Pictures.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Pictures.resx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ExtendedInfoBox.de.resx">
<DependentUpon>ExtendedInfoBox.cs</DependentUpon>
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="ExtendedInfoBox.en.resx">
<DependentUpon>ExtendedInfoBox.cs</DependentUpon>
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="ExtendedInfoBox.resx">
<DependentUpon>ExtendedInfoBox.cs</DependentUpon>
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="Language.de.resx">
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Language.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Language.en.resx">
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Language.en.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Language.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Language.Designer.cs</LastGenOutput>
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="Pictures.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Pictures.Designer.cs</LastGenOutput>
<CustomToolNamespace>Eugen.ESystem.Windows.Forms</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Construction.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Email.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Error.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Information.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Instruction.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Question.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Telephone.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Tips.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Warning.png" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>