Skip to content

Commit

Permalink
Update Slnx
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 18, 2024
1 parent 6d42da9 commit 2d05b2f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
10 changes: 9 additions & 1 deletion DevWinUI.slnx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Solution>
<Folder Name="/Solution Items/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8">
<Folder Name="/Solution Items/" Id="33905DB2-64FA-4677-9694-9064DC5A0372">
<File Path=".github/workflows/dotnet-release.yml" />
<File Path="AppData.Schema.json" />
<File Path="Clean-obj-bin.bat" />
Expand All @@ -12,6 +12,14 @@
<Folder Name="/VSIX_Extension/" Id="55c3cdfc-dabe-4658-ada9-aa32a6371d9b">
<Project Path="VSIX/DevWinUI_Template/DevWinUI_Template/DevWinUI_Template.csproj" Id="84913ae7-791a-451d-b4c6-c2c93207d9ff" />
</Folder>
<Folder Name="/VSIX_Extension/Templates/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8">
<Project Path="VSIX/DevWinUI_Template/WinUIApp-Blank-UnitTest/WinUIApp-Blank-UnitTest.csproj" Id="b8948970-c773-4711-9839-ba3a311a2f2a" />
<Project Path="VSIX/DevWinUI_Template/WinUIApp-Blank/WinUIApp-Blank.csproj" Id="aaf6a3c7-a34b-440c-a31b-04a6e07cb344" />
<Project Path="VSIX/DevWinUI_Template/WinUIApp-MVVM-NavigationView/WinUIApp-MVVM-NavigationView.csproj" Id="0e3decea-492d-4ff6-b77e-4e68e6affa90" />
<Project Path="VSIX/DevWinUI_Template/WinUIApp-MVVM/WinUIApp-MVVM.csproj" Id="df24dc85-9ed7-4697-85a0-ad2bed5e7916" />
<Project Path="VSIX/DevWinUI_Template/WinUIApp-NavigationView/WinUIApp-NavigationView.csproj" Id="4c1692ff-c0b8-49fb-948d-090160e0e63a" />
<Project Path="VSIX/DevWinUI_Template/WinUIApp/WinUIApp.csproj" Id="d9c038b7-6a62-4945-a030-4ac7597f53ca" />
</Folder>
<Project Path="dev/DevWinUI.ContextMenu/DevWinUI.ContextMenu.csproj" Id="a95cc543-1958-4754-a79a-1f8bd1ca2dac" />
<Project Path="dev/DevWinUI.Controls/DevWinUI.Controls.csproj" Id="19a8b4a4-dcde-4a2f-9874-6a0315609ee8" />
<Project Path="dev/DevWinUI.Gallery/DevWinUI.Gallery.csproj">
Expand Down
60 changes: 30 additions & 30 deletions dev/DevWinUI.Gallery/DevWinUI.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
<Platforms>x86;x64;ARM64</Platforms>
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<EnableMsixTooling>true</EnableMsixTooling>
<TrimMode>partial</TrimMode>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>Latest</LangVersion>
<IsAotCompatible>True</IsAotCompatible>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<WindowsPackageType Condition="'$(GITHUB_ACTIONS)'=='true'">None</WindowsPackageType>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<Version>8.0.0</Version>
<TrimMode>partial</TrimMode>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>Latest</LangVersion>
<IsAotCompatible>True</IsAotCompatible>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<WindowsPackageType Condition="'$(GITHUB_ACTIONS)'=='true'">None</WindowsPackageType>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<Version>8.0.0</Version>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoWarn>NU1903;NU1902;CS8632;WMC1506</NoWarn>
<!--Remove git hash from assembly informational version in .NET >= 8, Example: false = 1.0.0, true = 1.0.0+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<GITHUB_ACTIONS>false</GITHUB_ACTIONS>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoWarn>NU1903;NU1902;CS8632;WMC1506;WMC1006</NoWarn>
<!--Remove git hash from assembly informational version in .NET >= 8, Example: false = 1.0.0, true = 1.0.0+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<GITHUB_ACTIONS>false</GITHUB_ACTIONS>
</PropertyGroup>
<ItemGroup>
<Content Include="ControlPagesSampleCode\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Assets\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="ControlPagesSampleCode\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Assets\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Remove="Views\Pages\Features\TileControlPage.xaml" />
Expand All @@ -38,11 +38,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ColorCode.Core" Version="2.0.15" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="nucs.JsonSettings" Version="2.0.2" />
<PackageReference Include="nucs.JsonSettings.AutosaveGenerator" Version="2.0.4" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="nucs.JsonSettings" Version="2.0.2" />
<PackageReference Include="nucs.JsonSettings.AutosaveGenerator" Version="2.0.4" />
</ItemGroup>

<!--
Expand Down Expand Up @@ -112,12 +112,12 @@
</PropertyGroup>

<Target Name="TransformAllT4Templates" BeforeTargets="BeforeBuild">
<ItemGroup>
<!-- This picks up all T4 templates in the project -->
<T4Template Include="**\*.tt" />
</ItemGroup>
<ItemGroup>
<!-- This picks up all T4 templates in the project -->
<T4Template Include="**\*.tt" />
</ItemGroup>

<!-- Check if TextTransform.exe exists before running -->
<Exec Command="if exist &quot;$(DevEnvDir)TextTransform.exe&quot; &quot;$(DevEnvDir)TextTransform.exe&quot; &quot;%(T4Template.FullPath)&quot;" Condition="Exists('$(DevEnvDir)TextTransform.exe')" />
<!-- Check if TextTransform.exe exists before running -->
<Exec Command="if exist &quot;$(DevEnvDir)TextTransform.exe&quot; &quot;$(DevEnvDir)TextTransform.exe&quot; &quot;%(T4Template.FullPath)&quot;" Condition="Exists('$(DevEnvDir)TextTransform.exe')" />
</Target>
</Project>

0 comments on commit 2d05b2f

Please sign in to comment.