Skip to content
Snippets Groups Projects
Commit e97e36a9 authored by Loïc Gross's avatar Loïc Gross
Browse files

fusion psychorientation.csproj

parent 8b194929
1 merge request!12Ajout ListeEleve
<?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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment