2014-04-25 21:55:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{F60940C0-05FC-46C0-948E-6DBECBBE38DD}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MSGer.tk</RootNamespace>
|
|
|
|
|
<AssemblyName>MSGer.tk</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</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>
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Reference Include="FastColoredTextBox">
|
|
|
|
|
<HintPath>packages\FCTB.2.16.11.0\lib\FastColoredTextBox.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<Reference Include="GlacialList">
|
|
|
|
|
<HintPath>D:\Downloads\GlacialListSource13\ListView\bin\Debug\GlacialList.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Khendys.Controls.ExRichTextBox, Version=1.0.5172.33773, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>D:\Downloads\ExRichTextBox_src\ExRichTextBox\bin\Debug\Khendys.Controls.ExRichTextBox.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
<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.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\Emoticons.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Emoticons.Designer.cs">
|
|
|
|
|
<DependentUpon>Emoticons.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ErrorHandler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ErrorHandler.Designer.cs">
|
|
|
|
|
<DependentUpon>ErrorHandler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\AboutBox1.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\AboutBox1.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>AboutBox1.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\AddPartner.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\AddPartner.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>AddPartner.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\BeforeLogin.cs">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\BeforeLogin.Designer.cs">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<DependentUpon>BeforeLogin.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\ChatForm.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\ChatForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>ChatForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\ChatPanel.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\ChatPanel.Designer.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<DependentUpon>ChatPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<Compile Include="CurrentUser.cs" />
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\InvitePartner.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\InvitePartner.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>InvitePartner.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\FloatingChatIcon.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\FloatingChatIcon.Designer.cs">
|
|
|
|
|
<DependentUpon>FloatingChatIcon.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SelectShownImage.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SelectShownImage.Designer.cs">
|
|
|
|
|
<DependentUpon>SelectShownImage.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelLayout.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelLayout.Designer.cs">
|
|
|
|
|
<DependentUpon>SettingsPanelLayout.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelNetwork.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelNetwork.Designer.cs">
|
|
|
|
|
<DependentUpon>SettingsPanelNetwork.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelPacks.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelPacks.Designer.cs">
|
|
|
|
|
<DependentUpon>SettingsPanelPacks.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelPersonal.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsPanels\SettingsPanelPersonal.Designer.cs">
|
|
|
|
|
<DependentUpon>SettingsPanelPersonal.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-11 22:22:52 +00:00
|
|
|
|
<Compile Include="Forms\LanguageEditorForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\LanguageEditorForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LanguageEditorForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-23 17:05:03 +00:00
|
|
|
|
<Compile Include="NativeMethods.cs" />
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="TextBoxHelpers.cs" />
|
|
|
|
|
<Compile Include="Forms\ThemeDesigner.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ThemeDesigner.Designer.cs">
|
|
|
|
|
<DependentUpon>ThemeDesigner.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Networking\Networking.PacketSender.cs" />
|
|
|
|
|
<Compile Include="Packer\IPackable.cs" />
|
|
|
|
|
<Compile Include="Scripts\IScript.cs" />
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<Compile Include="Language.cs" />
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<Compile Include="Logging.cs" />
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\LoginForm.RegistrationForm.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\LoginForm.RegistrationForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>LoginForm.RegistrationForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\MainForm.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\MainForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\LoginForm.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\LoginForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\MainForm.Events.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Theme\MSGerToolStripRenderer.cs" />
|
|
|
|
|
<Compile Include="Networking\Networking.CreateParse.cs" />
|
|
|
|
|
<Compile Include="Networking\Networking.cs" />
|
|
|
|
|
<Compile Include="Networking\Networking.SendRequest.cs" />
|
|
|
|
|
<Compile Include="Forms\Notifier.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\Notifier.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>Notifier.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Networking\Networking.PacketData.cs" />
|
|
|
|
|
<Compile Include="Packer\PackManager.cs" />
|
|
|
|
|
<Compile Include="Forms\PartnerInformation.cs">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\PartnerInformation.Designer.cs">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<DependentUpon>PartnerInformation.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Scripts\ScriptInAppDomain.cs" />
|
|
|
|
|
<Compile Include="Forms\ScripterWindow.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\ScripterWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>ScripterWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Scripts\ScriptLoader.cs" />
|
|
|
|
|
<Compile Include="Forms\SettingsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SettingsForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>SettingsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<Compile Include="Storage.cs" />
|
|
|
|
|
<Compile Include="TextFormat.cs" />
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Theme\NoImage.cs" />
|
|
|
|
|
<Compile Include="Theme\Theme.cs" />
|
|
|
|
|
<Compile Include="Theme\ThemeControl.cs" />
|
|
|
|
|
<Compile Include="Theme\ThemedForms.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Theme\ThemedForms.Designer.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<DependentUpon>ThemedForms.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Networking\Networking.UpdateListAndChat.cs" />
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\SelectPartnerForm.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\SelectPartnerForm.Designer.cs">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>SelectPartnerForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserInfo.cs" />
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\AboutBox1.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>AboutBox1.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\AddPartner.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>AddPartner.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\BeforeLogin.resx">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<DependentUpon>BeforeLogin.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\ChatForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>ChatForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\ChatPanel.resx">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<DependentUpon>ChatPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\Emoticons.resx">
|
|
|
|
|
<DependentUpon>Emoticons.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\ErrorHandler.resx">
|
|
|
|
|
<DependentUpon>ErrorHandler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\InvitePartner.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>InvitePartner.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\LoginForm.RegistrationForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>LoginForm.RegistrationForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\MainForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\LoginForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\Notifier.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>Notifier.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\PartnerInformation.resx">
|
2014-10-24 17:02:38 +00:00
|
|
|
|
<DependentUpon>PartnerInformation.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\FloatingChatIcon.resx">
|
|
|
|
|
<DependentUpon>FloatingChatIcon.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SelectShownImage.resx">
|
|
|
|
|
<DependentUpon>SelectShownImage.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SettingsPanels\SettingsPanelLayout.resx">
|
|
|
|
|
<DependentUpon>SettingsPanelLayout.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SettingsPanels\SettingsPanelNetwork.resx">
|
|
|
|
|
<DependentUpon>SettingsPanelNetwork.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SettingsPanels\SettingsPanelPacks.resx">
|
|
|
|
|
<DependentUpon>SettingsPanelPacks.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SettingsPanels\SettingsPanelPersonal.resx">
|
|
|
|
|
<DependentUpon>SettingsPanelPersonal.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\ThemeDesigner.resx">
|
|
|
|
|
<DependentUpon>ThemeDesigner.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-11 22:22:52 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\LanguageEditorForm.resx">
|
|
|
|
|
<DependentUpon>LanguageEditorForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\ScripterWindow.resx">
|
|
|
|
|
<DependentUpon>ScripterWindow.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SelectPartnerForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>SelectPartnerForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\SettingsForm.resx">
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<DependentUpon>SettingsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<EmbeddedResource Include="Theme\ThemedForms.resx">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<DependentUpon>ThemedForms.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Forms\LoginForm.LoginUser.cs">
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<Compile Include="Networking\Networking.Threads.cs" />
|
|
|
|
|
<Compile Include="Networking\Networking.PacketFormat.cs" />
|
|
|
|
|
<None Include="packages.config" />
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<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\Blue-Wallpaper-HD 2.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Menü 2.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Menü 21.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Menü 3.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Blue-Wallpaper-HD 21.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Menü 22.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Keresősáv.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Blue-Wallpaper-HD1.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2014-07-12 08:53:00 +00:00
|
|
|
|
<ItemGroup>
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<ProjectReference Include="..\Handwriting program\Handwriting program\Handwriting program.csproj">
|
|
|
|
|
<Project>{9ded0c68-3f97-4b14-88d8-f76a749f8943}</Project>
|
|
|
|
|
<Name>Handwriting program</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\RichListView\RichListView\RichListView.csproj">
|
|
|
|
|
<Project>{ae5ca7f1-d19e-479b-b06b-39c1280c5005}</Project>
|
2014-07-12 08:53:00 +00:00
|
|
|
|
<Name>RichListView</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-03-26 19:36:18 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<COMReference Include="NATUPNPLib">
|
|
|
|
|
<Guid>{1C565858-F302-471E-B409-F180AA4ABEC6}</Guid>
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
</ItemGroup>
|
2015-07-06 11:04:54 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Resources\noimage.png" />
|
|
|
|
|
</ItemGroup>
|
2014-04-25 21:55:43 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- 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>
|