Skip to content

Commit

Permalink
version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaenriquetto committed Mar 28, 2023
1 parent 25d9f72 commit b817aa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Binary file modified apGrafico/.vs/apGrafico/v17/.suo
Binary file not shown.
16 changes: 9 additions & 7 deletions apGrafico/apGrafico/apGrafico.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,26 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\Downloads\apGrafico.cs">
<Compile Include="Circulo.cs" />
<Compile Include="Elipse.cs" />
<Compile Include="frmGrafico.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\..\..\..\..\Downloads\apGrafico.Designer.cs">
<DependentUpon>apGrafico.cs</DependentUpon>
<Compile Include="frmGrafico.Designer.cs">
<DependentUpon>frmGrafico.cs</DependentUpon>
</Compile>
<Compile Include="Circulo.cs" />
<Compile Include="Elipse.cs" />
<Compile Include="ICriterioDeSeparacao.cs" />
<Compile Include="IRegistro.cs" />
<Compile Include="ListaSimples.cs" />
<Compile Include="NoLista.cs" />
<Compile Include="Polilinha.cs" />
<Compile Include="Ponto.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reta.cs" />
<EmbeddedResource Include="..\..\..\..\..\Downloads\apGrafico.resx">
<DependentUpon>apGrafico.cs</DependentUpon>
<Compile Include="Retangulo.cs" />
<EmbeddedResource Include="frmGrafico.resx">
<DependentUpon>frmGrafico.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down

0 comments on commit b817aa5

Please sign in to comment.