|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFrameworks>net8.0</TargetFrameworks> |
6 | | - <TargetFrameworks>net8.0</TargetFrameworks> |
7 | | - <LangVersion>8.0</LangVersion> |
8 | | - <EnableNETAnalyzers>true</EnableNETAnalyzers> |
9 | | - </PropertyGroup> |
10 | | - |
11 | | - <ItemGroup> |
12 | | - <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.8" /> |
13 | | - </ItemGroup> |
14 | | - |
15 | | - <ItemGroup> |
16 | | - <ProjectReference Include="..\..\OpenXmlPowerTools\OpenXmlPowerTools.csproj" /> |
17 | | - </ItemGroup> |
18 | | - |
19 | | - <ItemGroup> |
20 | | - <Compile Update="Properties\Settings.Designer.cs"> |
21 | | - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
22 | | - <AutoGen>True</AutoGen> |
23 | | - <DependentUpon>Settings.settings</DependentUpon> |
24 | | - </Compile> |
25 | | - </ItemGroup> |
26 | | - |
27 | | - <ItemGroup> |
28 | | - <None Update="Properties\Settings.settings"> |
29 | | - <Generator>SettingsSingleFileGenerator</Generator> |
30 | | - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
31 | | - </None> |
32 | | - </ItemGroup> |
33 | | - |
34 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 6 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 7 | + <LangVersion>8.0</LangVersion> |
| 8 | + <EnableNETAnalyzers>true</EnableNETAnalyzers> |
| 9 | + </PropertyGroup> |
| 10 | + |
| 11 | + <ItemGroup> |
| 12 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" /> |
| 13 | + </ItemGroup> |
| 14 | + |
| 15 | + <ItemGroup> |
| 16 | + <ProjectReference Include="..\..\OpenXmlPowerTools\OpenXmlPowerTools.csproj" /> |
| 17 | + </ItemGroup> |
| 18 | + |
| 19 | + <ItemGroup> |
| 20 | + <Compile Update="Properties\Settings.Designer.cs"> |
| 21 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 22 | + <AutoGen>True</AutoGen> |
| 23 | + <DependentUpon>Settings.settings</DependentUpon> |
| 24 | + </Compile> |
| 25 | + </ItemGroup> |
| 26 | + |
| 27 | + <ItemGroup> |
| 28 | + <None Update="Properties\Settings.settings"> |
| 29 | + <Generator>SettingsSingleFileGenerator</Generator> |
| 30 | + <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 31 | + </None> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | +</Project> |
0 commit comments