File tree Expand file tree Collapse file tree 4 files changed +45
-1
lines changed
VsCode/Properties/PublishProfiles Expand file tree Collapse file tree 4 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ publish/
184184* .azurePubxml
185185# Note: Comment the next line if you want to checkin your web deploy settings,
186186# but database connection strings (with potential passwords) will be unencrypted
187- * .pubxml
188187* .publishproj
189188
190189# 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 >x64</Platform >
7+ <PublishDir >bin\ARM64\Release\net9.0-windows10.0.22621.0\publish\win-x64\</PublishDir >
8+ <PublishProtocol >FileSystem</PublishProtocol >
9+ <_TargetId >Folder</_TargetId >
10+ <TargetFramework >net9.0-windows10.0.22621.0</TargetFramework >
11+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
12+ <SelfContained >false</SelfContained >
13+ <PublishReadyToRun >false</PublishReadyToRun >
14+ </PropertyGroup >
15+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Platform >ARM64</Platform >
9+ <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
10+ <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
11+ <SelfContained >true</SelfContained >
12+ <PublishSingleFile >False</PublishSingleFile >
13+ <PublishReadyToRun >True</PublishReadyToRun >
14+ </PropertyGroup >
15+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Platform >x64</Platform >
9+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
10+ <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
11+ <SelfContained >true</SelfContained >
12+ <PublishSingleFile >False</PublishSingleFile >
13+ <PublishReadyToRun >True</PublishReadyToRun >
14+ </PropertyGroup >
15+ </Project >
You can’t perform that action at this time.
0 commit comments