2024-05-01 14:45:20 -03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2024-05-03 05:13:25 -03:00
|
|
|
|
<TargetFramework>net8.0-windows8.0</TargetFramework>
|
2024-05-01 14:45:20 -03:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
2024-05-31 10:06:49 -03:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<Optimize>True</Optimize>
|
2024-05-01 14:45:20 -03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-05-14 03:15:54 -03:00
|
|
|
|
<ItemGroup>
|
2024-05-31 10:06:49 -03:00
|
|
|
|
<Compile Remove="ObjetosSim\ucBasicExample.xaml.cs" />
|
2024-05-14 03:15:54 -03:00
|
|
|
|
<Compile Remove="ObjetosSim\ucTransporteCurva.xaml.cs" />
|
2024-05-25 09:38:36 -03:00
|
|
|
|
<Compile Remove="Simulacion\FPhysics.cs" />
|
2024-05-14 03:15:54 -03:00
|
|
|
|
<Compile Remove="Simulacion\GeometrySimulator.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-11 11:58:55 -03:00
|
|
|
|
<ItemGroup>
|
2024-05-21 07:52:44 -03:00
|
|
|
|
<None Remove="app2.png" />
|
|
|
|
|
<None Remove="CtrEditorE.png" />
|
|
|
|
|
<None Remove="Icons\app.256x256.ico" />
|
|
|
|
|
<None Remove="Icons\app.png" />
|
|
|
|
|
<None Remove="Icons\app2.128x128.ico" />
|
|
|
|
|
<None Remove="Icons\app2.256x256.ico" />
|
|
|
|
|
<None Remove="Icons\app2.png" />
|
2024-05-19 14:56:08 -03:00
|
|
|
|
<None Remove="Icons\borrar.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<None Remove="Icons\connect.png" />
|
2024-05-21 07:52:44 -03:00
|
|
|
|
<None Remove="Icons\CtrEditorA.png" />
|
|
|
|
|
<None Remove="Icons\CtrEditorC.png" />
|
|
|
|
|
<None Remove="Icons\CtrEditorE.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<None Remove="Icons\disconnect.png" />
|
2024-05-20 09:05:34 -03:00
|
|
|
|
<None Remove="Icons\duplicate.png" />
|
2024-05-19 14:56:08 -03:00
|
|
|
|
<None Remove="Icons\fotocelula.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<None Remove="Icons\save.png" />
|
|
|
|
|
<None Remove="Icons\start.png" />
|
|
|
|
|
<None Remove="Icons\stop.png" />
|
2024-05-18 05:53:04 -03:00
|
|
|
|
<None Remove="imagenes\filler.png" />
|
|
|
|
|
<None Remove="imagenes\motorNegro.png" />
|
|
|
|
|
<None Remove="imagenes\motorVerde.png" />
|
2024-05-11 11:58:55 -03:00
|
|
|
|
<None Remove="motor2.png" />
|
2024-05-14 13:17:46 -03:00
|
|
|
|
<None Remove="tank.png" />
|
2024-05-11 11:58:55 -03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-02 11:06:45 -03:00
|
|
|
|
<ItemGroup>
|
2024-05-31 10:06:49 -03:00
|
|
|
|
<Page Remove="ObjetosSim\ucBasicExample.xaml" />
|
2024-05-14 03:15:54 -03:00
|
|
|
|
<Page Remove="ObjetosSim\ucTransporteCurva.xaml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-05-31 10:06:49 -03:00
|
|
|
|
<None Include="ObjetosSim\ucBasicExample.xaml" />
|
|
|
|
|
<None Include="ObjetosSim\ucBasicExample.xaml.cs" />
|
2024-05-25 09:38:36 -03:00
|
|
|
|
<None Include="Simulacion\FPhysics.cs" />
|
2024-05-14 03:15:54 -03:00
|
|
|
|
<None Include="Simulacion\GeometrySimulator.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-05-25 09:38:36 -03:00
|
|
|
|
<PackageReference Include="Aether.Physics2D" Version="2.1.0" />
|
2024-05-21 07:52:44 -03:00
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
|
2024-06-02 04:13:01 -03:00
|
|
|
|
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.0" />
|
2024-05-27 05:34:20 -03:00
|
|
|
|
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc2" />
|
2024-05-04 06:00:52 -03:00
|
|
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
|
2024-05-02 11:06:45 -03:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-10 17:17:57 -03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Siemens.Simatic.Simulation.Runtime.Api.x64">
|
|
|
|
|
<HintPath>C:\Program Files (x86)\Common Files\Siemens\PLCSIMADV\API\6.0\Siemens.Simatic.Simulation.Runtime.Api.x64.dll</HintPath>
|
2024-05-11 11:58:55 -03:00
|
|
|
|
<Private>True</Private>
|
2024-05-10 17:17:57 -03:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-11 11:58:55 -03:00
|
|
|
|
<ItemGroup>
|
2024-05-21 07:52:44 -03:00
|
|
|
|
<Resource Include="app2.png" />
|
|
|
|
|
<Resource Include="CtrEditorE.png" />
|
|
|
|
|
<Resource Include="Icons\app.png" />
|
|
|
|
|
<Resource Include="Icons\app2.png" />
|
2024-05-19 14:56:08 -03:00
|
|
|
|
<Resource Include="Icons\borrar.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<Resource Include="Icons\connect.png" />
|
2024-05-21 07:52:44 -03:00
|
|
|
|
<Resource Include="Icons\CtrEditorA.png" />
|
|
|
|
|
<Resource Include="Icons\CtrEditorC.png" />
|
|
|
|
|
<Resource Include="Icons\CtrEditorE.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<Resource Include="Icons\disconnect.png" />
|
2024-05-20 09:05:34 -03:00
|
|
|
|
<Resource Include="Icons\duplicate.png" />
|
2024-05-19 14:56:08 -03:00
|
|
|
|
<Resource Include="Icons\fotocelula.png" />
|
2024-05-15 06:20:09 -03:00
|
|
|
|
<Resource Include="Icons\save.png" />
|
|
|
|
|
<Resource Include="Icons\start.png" />
|
|
|
|
|
<Resource Include="Icons\stop.png" />
|
2024-05-18 05:53:04 -03:00
|
|
|
|
<Resource Include="imagenes\filler.png" />
|
|
|
|
|
<Resource Include="imagenes\motorNegro.png" />
|
|
|
|
|
<Resource Include="imagenes\motorVerde.png" />
|
2024-05-16 13:45:14 -03:00
|
|
|
|
<Resource Include="imagenes\tank.png" />
|
2024-05-11 11:58:55 -03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-31 10:06:49 -03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-01 14:45:20 -03:00
|
|
|
|
</Project>
|