2018-05-02 14:18:14 +02:00
|
|
|
|
<?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>{56673C2C-6651-4470-B1E3-5D85F5B95BFE}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<RootNamespace>go01</RootNamespace>
|
|
|
|
|
<AssemblyName>go01</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
</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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Reference Include="System.Design" />
|
2018-05-02 14:18:14 +02:00
|
|
|
|
<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" />
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Reference Include="VisualPlus">
|
|
|
|
|
<HintPath>..\..\GestionDeDommerceInformatique\packages\VisualPlus.0.4.1.4-beta\lib\VisualPlus\NET4\VisualPlus.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Compile Include="CreerPartieReseau_serv.cs">
|
2018-05-02 14:18:14 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Compile Include="CreerPartieReseau_serv.Designer.cs">
|
|
|
|
|
<DependentUpon>CreerPartieReseau_serv.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Plateau.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Plateau.Designer.cs">
|
|
|
|
|
<DependentUpon>Plateau.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Goban.cs" />
|
|
|
|
|
<Compile Include="mainWin.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="mainWin.Designer.cs">
|
|
|
|
|
<DependentUpon>mainWin.cs</DependentUpon>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Compile Include="RejoindrePartieReseau_client.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RejoindrePartieReseau_client.Designer.cs">
|
|
|
|
|
<DependentUpon>RejoindrePartieReseau_client.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Settings1.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<DependentUpon>Settings1.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-12-17 15:13:05 +01:00
|
|
|
|
<Compile Include="socketPlateauCLI.cs" />
|
|
|
|
|
<Compile Include="socketPlateauSRV.cs" />
|
|
|
|
|
<Compile Include="socketPlateauBase.cs" />
|
|
|
|
|
<Compile Include="socketPlateauInterface.cs" />
|
|
|
|
|
<Compile Include="socketPlateauEventArgs.cs" />
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<Compile Include="TextBoxStreamWriter.cs" />
|
|
|
|
|
<EmbeddedResource Include="CreerPartieReseau_serv.resx">
|
|
|
|
|
<DependentUpon>CreerPartieReseau_serv.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Plateau.resx">
|
|
|
|
|
<DependentUpon>Plateau.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="mainWin.resx">
|
|
|
|
|
<DependentUpon>mainWin.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
<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>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<DesignTime>True</DesignTime>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
</Compile>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<EmbeddedResource Include="RejoindrePartieReseau_client.resx">
|
|
|
|
|
<DependentUpon>RejoindrePartieReseau_client.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-05-02 14:18:14 +02: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>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<None Include="Settings1.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2018-12-14 14:08:07 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\b.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\bl.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\br.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\hoshi.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\l.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\m.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\r.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\t.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\tl.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\tr.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="resources\giphy.gif" />
|
|
|
|
|
</ItemGroup>
|
2018-05-02 14:18:14 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|