Skip to content

Commit

Permalink
Update path to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Jul 18, 2021
1 parent b854b96 commit 5f98da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tabula.Csv/Tabula.Csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'">
<DocumentationFile>D:\VS2017\source\repos\tabula-sharp\Tabula.Csv\Tabula.Csv.xml</DocumentationFile>
<DocumentationFile>C:\Users\Bob\Source\Repos\BobLd\tabula-sharp\Tabula.Csv\Tabula.Csv.xml</DocumentationFile>
<WarningLevel>3</WarningLevel>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Tabula.Json/Tabula.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'">
<DocumentationFile>D:\VS2017\source\repos\tabula-sharp\Tabula.Json\Tabula.Json.xml</DocumentationFile>
<DocumentationFile>C:\Users\Bob\Source\Repos\BobLd\tabula-sharp\Tabula.Json\Tabula.Json.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tabula/Tabula.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'">
<DocumentationFile>D:\VS2017\source\repos\tabula-sharp\Tabula\Tabula.xml</DocumentationFile>
<DocumentationFile>C:\Users\Bob\Source\Repos\BobLd\tabula-sharp\Tabula\Tabula.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5f98da6

Please sign in to comment.