From e97e36a946b6a377232bf41a0b15287bd2d4fc49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gross?= <loic.gross@unistra.fr> Date: Wed, 1 Apr 2020 14:47:17 +0200 Subject: [PATCH] fusion psychorientation.csproj --- .../psychorientation/psychorientation.csproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj index b59ad5c..1a7ceea 100644 --- a/psychorientation/psychorientation/psychorientation.csproj +++ b/psychorientation/psychorientation/psychorientation.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -57,6 +57,12 @@ <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> + <Compile Include="ListeEleve.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="ListeEleve.Designer.cs"> + <DependentUpon>ListeEleve.cs</DependentUpon> + </Compile> <Compile Include="GestionnaireEleve.cs" /> <Compile Include="InterfaceInfoEleve.cs"> <SubType>UserControl</SubType> @@ -76,6 +82,9 @@ <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ListeEleve.resx"> + <DependentUpon>ListeEleve.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="InterfaceInfoEleve.resx"> <DependentUpon>InterfaceInfoEleve.cs</DependentUpon> </EmbeddedResource> -- GitLab