Skip to content

Commit d3366ff

Browse files
authored
Update ExampleProject.csproj
1 parent 7153501 commit d3366ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net6.0-windows</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
</PropertyGroup>
2+
<PropertyGroup>
3+
<OutputType>WinExe</OutputType>
4+
<TargetFramework>net6.0-windows</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
</PropertyGroup>
77

88
<!-- ANY THING OF YOUR PROJECT -->
99
<!-- ANY THING OF YOUR PROJECT -->
@@ -12,14 +12,14 @@
1212
<!-- ANY THING OF YOUR PROJECT -->
1313

1414
<!-- Exclude specific folders and files from DllIntoFolder moves -->
15-
<ItemGroup>
16-
<MoveExcludeFolders Include="FOLDER1"/>
17-
<MoveExcludeFolders Include="FOLDER2"/>
18-
<MoveExcludeFiles Include="File1.txt"/>
19-
<MoveExcludeFiles Include="FOLDER/File2.txt"/>
20-
</ItemGroup>
15+
<ItemGroup>
16+
<MoveExcludeFolders Include="FOLDER1"/>
17+
<MoveExcludeFolders Include="FOLDER2"/>
18+
<MoveExcludeFiles Include="File1.txt"/>
19+
<MoveExcludeFiles Include="FOLDER/File2.txt"/>
20+
</ItemGroup>
2121
<!-- Warning: It will affect things such as dll reference and file seeking. -->
2222
<!-- If you need to use this, please be sure to handle possible path problems in your code. -->
2323
<!-- Import DllIntoFolder.targets -->
24-
<Import Project="Properties\DllIntoFolder.targets" Condition="'$(PublishProtocol)'!=''"/>
24+
<Import Project="Properties\DllIntoFolder.targets" Condition="'$(PublishProtocol)'!=''"/>
2525
</Project>

0 commit comments

Comments
 (0)