Skip to content

Commit

Permalink
Test fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek committed Nov 11, 2022
1 parent ddd9510 commit fd264d2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
root = true
root = true

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = true
root = true

# All files
[*]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Ignore Visual Studio temporary files, build results, and
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"sdk": {
"rollForward": "major",
"version": "5.0.200"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"sdk": {
"version": "5.0.200"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"sdk": {
"version": "%CURRENT-VER%"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": 1,
"isRoot": true,
"tools": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>vb_console</RootNamespace>
<RootNamespace>vb-console</RootNamespace>
<TargetFramework>%FRAMEWORK%</TargetFramework>
</PropertyGroup>

Expand Down

0 comments on commit fd264d2

Please sign in to comment.