morpionReseau/go01/go01.csproj

160 lines
6.0 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>{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" />
<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.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="VisualPlus">
<HintPath>..\..\GestionDeDommerceInformatique\packages\VisualPlus.0.4.1.4-beta\lib\VisualPlus\NET4\VisualPlus.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CreerPartieReseau_serv.cs">
<SubType>Form</SubType>
</Compile>
<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>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<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>
<Compile Include="socketPlateau.cs" />
<Compile Include="socketPlateauServArgs.cs" />
<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>
<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>
<EmbeddedResource Include="RejoindrePartieReseau_client.resx">
<DependentUpon>RejoindrePartieReseau_client.cs</DependentUpon>
</EmbeddedResource>
<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>
<None Include="Settings1.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<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>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>