Fixed an issue with doc file and build directory path

This commit is contained in:
Sandoun
2022-06-21 18:05:14 +02:00
parent 0afa146712
commit ea106416ee

View File

@@ -15,7 +15,7 @@
<UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId> <UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds\MewtocolNet.xml</DocumentationFile> <DocumentationFile>..\Builds\MewtocolNet.xml</DocumentationFile>
<OutputPath>C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds</OutputPath> <OutputPath>..\Builds</OutputPath>
</PropertyGroup> </PropertyGroup>
</Project> </Project>