Files
WoR-CP-spanish-translation/UI/WoRCP.UI.csproj
2022-04-19 20:40:42 +02:00

98 lines
3.9 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>{2809EDA6-EF77-4C11-B43E-D3CC4E293D93}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>WoRCP.UI</RootNamespace>
<AssemblyName>WoRCP.UI</AssemblyName>
<TargetFrameworkVersion>v4.8</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="App.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Classes\IniFile.cs" />
<Compile Include="Classes\RoundedCorners.cs" />
<Compile Include="Controls\CollapsiblePanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CollapsiblePanel.designer.cs">
<DependentUpon>CollapsiblePanel.cs</DependentUpon>
</Compile>
<Compile Include="Controls\RoundedButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\RoundedButton.designer.cs">
<DependentUpon>RoundedButton.cs</DependentUpon>
</Compile>
<Compile Include="Controls\RoundedPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Classes\Theme.cs" />
<Compile Include="Classes\WindowUtils.cs" />
<Compile Include="Controls\Slider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Slider.designer.cs">
<DependentUpon>Slider.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Toggle.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Toggle.designer.cs">
<DependentUpon>Toggle.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Controls\CollapsiblePanel.resx">
<DependentUpon>CollapsiblePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\RoundedButton.resx">
<DependentUpon>RoundedButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Slider.resx">
<DependentUpon>Slider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Toggle.resx">
<DependentUpon>Toggle.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>