File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed
LLPlayer/Properties/PublishProfiles
Plugins/YoutubeDL/Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ publish/
168
168
* .azurePubxml
169
169
# Note: Comment the next line if you want to checkin your web deploy settings,
170
170
# but database connection strings (with potential passwords) will be unencrypted
171
- * .pubxml
172
171
* .publishproj
173
172
174
173
# Microsoft Azure Web App publish settings. Comment the next line if you want to
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
3
+ <Project >
4
+ <PropertyGroup >
5
+ <Configuration >Release</Configuration >
6
+ <Platform >Any CPU</Platform >
7
+ <PublishDir >bin\Release\net9.0-windows10.0.18362.0\publish\win-x64\</PublishDir >
8
+ <PublishProtocol >FileSystem</PublishProtocol >
9
+ <_TargetId >Folder</_TargetId >
10
+ <TargetFramework >net9.0-windows10.0.18362.0</TargetFramework >
11
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
12
+ <SelfContained >false</SelfContained >
13
+ <PublishSingleFile >true</PublishSingleFile >
14
+ <PublishReadyToRun >true</PublishReadyToRun >
15
+ </PropertyGroup >
16
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
3
+ <Project >
4
+ <PropertyGroup >
5
+ <Configuration >Release</Configuration >
6
+ <Platform >Any CPU</Platform >
7
+ <PublishDir >bin\Release\net9.0-windows10.0.18362.0\publish\win-x64\</PublishDir >
8
+ <PublishProtocol >FileSystem</PublishProtocol >
9
+ <_TargetId >Folder</_TargetId >
10
+ <TargetFramework >net9.0-windows10.0.18362.0</TargetFramework >
11
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
12
+ <SelfContained >false</SelfContained >
13
+ <PublishSingleFile >false</PublishSingleFile >
14
+ <PublishReadyToRun >true</PublishReadyToRun >
15
+ </PropertyGroup >
16
+ </Project >
You can’t perform that action at this time.
0 commit comments