File tree 1 file changed +12
-12
lines changed
Program/PublishDllIntoFolder
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
<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 >
7
7
8
8
<!-- ANY THING OF YOUR PROJECT -->
9
9
<!-- ANY THING OF YOUR PROJECT -->
12
12
<!-- ANY THING OF YOUR PROJECT -->
13
13
14
14
<!-- 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 >
21
21
<!-- Warning: It will affect things such as dll reference and file seeking. -->
22
22
<!-- If you need to use this, please be sure to handle possible path problems in your code. -->
23
23
<!-- Import DllIntoFolder.targets -->
24
- <Import Project =" Properties\DllIntoFolder.targets" Condition =" '$(PublishProtocol)'!=''" />
24
+ <Import Project =" Properties\DllIntoFolder.targets" Condition =" '$(PublishProtocol)'!=''" />
25
25
</Project >
You can’t perform that action at this time.
0 commit comments