Skip to content

Commit 106dedf

Browse files
committed
Restored properties and csproj to ones from original repo
1 parent 9a1be86 commit 106dedf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

XtractQuery/Properties/PublishProfiles/FolderProfile.pubxml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
7-
<Configuration>Debug</Configuration>
7+
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Debug\netcoreapp3.1\publish\win-x64\</PublishDir>
9+
<PublishDir>bin\Release\netcoreapp3.1\publish\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<TargetFramework>netcoreapp3.1</TargetFramework>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>false</SelfContained>
14-
<PublishSingleFile>true</PublishSingleFile>
15-
<PublishReadyToRun>false</PublishReadyToRun>
14+
<PublishSingleFile>True</PublishSingleFile>
15+
<PublishReadyToRun>False</PublishReadyToRun>
1616
</PropertyGroup>
1717
</Project>

XtractQuery/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"XtractQuery": {
44
"commandName": "Project",
5-
"commandLineArgs": "-o e -f c10_trigger_0.03c.xq"
5+
"commandLineArgs": "-o c -f D:\\Users\\Kirito\\Desktop\\xq_sample\\02_020025.xq"
66
}
77
}
88
}

0 commit comments

Comments
 (0)