Révision 22c79571 GES_PAC/GES_PAC.csproj
GES_PAC/GES_PAC.csproj | ||
---|---|---|
72 | 72 |
<ItemGroup> |
73 | 73 |
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" /> |
74 | 74 |
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" /> |
75 |
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.25.0" /> |
|
75 | 76 |
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> |
76 | 77 |
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" /> |
77 | 78 |
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" /> |
79 |
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.0" /> |
|
78 | 80 |
</ItemGroup> |
79 | 81 |
|
80 | 82 |
<ItemGroup> |
... | ... | |
84 | 86 |
<Compile Update="View\CreateDayView.xaml.cs"> |
85 | 87 |
<DependentUpon>CreateDayView.xaml</DependentUpon> |
86 | 88 |
</Compile> |
87 |
<Compile Update="View\CreatePlaceView.xaml.cs"> |
|
88 |
<DependentUpon>CreatePlaceView.xaml</DependentUpon> |
|
89 |
</Compile> |
|
90 | 89 |
<Compile Update="View\EnterAnimalView.xaml.cs"> |
91 | 90 |
<DependentUpon>EnterAnimalView.xaml</DependentUpon> |
92 | 91 |
</Compile> |
... | ... | |
129 | 128 |
<MauiXaml Update="View\MainView.xaml"> |
130 | 129 |
<Generator>MSBuild:Compile</Generator> |
131 | 130 |
</MauiXaml> |
132 |
<MauiXaml Update="View\CreatePlaceView.xaml"> |
|
133 |
<Generator>MSBuild:Compile</Generator> |
|
134 |
</MauiXaml> |
|
135 | 131 |
<MauiXaml Update="View\SetListView.xaml"> |
136 | 132 |
<Generator>MSBuild:Compile</Generator> |
137 | 133 |
</MauiXaml> |
... | ... | |
143 | 139 |
</MauiXaml> |
144 | 140 |
</ItemGroup> |
145 | 141 |
|
142 |
<ItemGroup> |
|
143 |
<Folder Include="Libs\" /> |
|
144 |
</ItemGroup> |
|
145 |
|
|
146 |
<ItemGroup> |
|
147 |
<Reference Include="SicpaJWT"> |
|
148 |
<HintPath>Libs\SicpaJWT.dll</HintPath> |
|
149 |
</Reference> |
|
150 |
</ItemGroup> |
|
151 |
|
|
146 | 152 |
</Project> |
Formats disponibles : Unified diff