Skip to content

Commit

Permalink
v14.1.13908
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Apr 9, 2024
1 parent 2177e82 commit 5bae4ce
Show file tree
Hide file tree
Showing 272 changed files with 907 additions and 544 deletions.
Binary file modified .gitattributes
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CalDAVServer.FileSystemStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.FileSystemStorage.AspNetCore.dll","OutputItemRelativePath":"CalDAVServer.FileSystemStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.FileSystemStorage.AspNetCore.pdb","OutputItemRelativePath":"CalDAVServer.FileSystemStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
<VersionPrefix>14.1.13908</VersionPrefix>
<AssemblyName>CalDAVServer.FileSystemStorage.AspNetCore</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9.0</LangVersion>
Expand All @@ -16,9 +16,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
<PackageReference Include="System.Data.OleDb" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions CS/CalDAVServer.FileSystemStorage.AspNetCore/DavFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ public override async Task MoveToInternalAsync(IItemCollection destFolder, strin
// Locks should not be copied, delete them.
if (await newFileInfo.HasExtendedAttributeAsync("Locks"))
await newFileInfo.DeleteExtendedAttributeAsync("Locks");

// Update file system info to new.
fileSystemInfo = newFileInfo;
}
catch (UnauthorizedAccessException)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ protected DavHierarchyItem(FileSystemInfo fileSystemInfo, DavContext context, st
public async Task<IEnumerable<PropertyValue>> GetPropertiesAsync(IList<PropertyName> props, bool allprop)
{
List<PropertyValue> propertyValues = await GetPropertyValuesAsync();

if (!allprop)
{
propertyValues = propertyValues.Where(p => props.Contains(p.QualifiedName)).ToList();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}
},
"profiles": {
"http": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:0",
"applicationUrl": "https://localhost:0;http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:0;http://localhost:0",
"applicationUrl": "http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// automatically via internet and will function for 5 days. Engine will stop working after that.
// To enable a 1-month trial period, download a trial license here https://www.webdavsystem.com/server/download/.
// Set the license content directly as value. Make sure to escape quotes: \":
// "UserFileSystemLicense": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
// "License": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
"License": "",

// Enables or disables CORS for specified domain. If "*" is specified, CORS will be enabled for in all domains.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CalDAVServer.SqlStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.SqlStorage.AspNetCore.dll","OutputItemRelativePath":"CalDAVServer.SqlStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.SqlStorage.AspNetCore.pdb","OutputItemRelativePath":"CalDAVServer.SqlStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
<VersionPrefix>14.1.13908</VersionPrefix>
<AssemblyName>CalDAVServer.SqlStorage.AspNetCore</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9.0</LangVersion>
Expand All @@ -19,9 +19,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}
},
"profiles": {
"http": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:0",
"applicationUrl": "https://localhost:0;http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:0;http://localhost:0",
"applicationUrl": "http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// automatically via internet and will function for 5 days. Engine will stop working after that.
// To enable a 1-month trial period, download a trial license here https://www.webdavsystem.com/server/download/.
// Set the license content directly as value. Make sure to escape quotes: \":
// "UserFileSystemLicense": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
// "License": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
"License": "",

// Enables or disables CORS for specified domain. If "*" is specified, CORS will be enabled for in all domains.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CardDAVServer.FileSystemStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CardDAVServer.FileSystemStorage.AspNetCore.dll","OutputItemRelativePath":"CardDAVServer.FileSystemStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CardDAVServer.FileSystemStorage.AspNetCore.pdb","OutputItemRelativePath":"CardDAVServer.FileSystemStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
<VersionPrefix>14.1.13908</VersionPrefix>
<AssemblyName>CardDAVServer.FileSystemStorage.AspNetCore</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9.0</LangVersion>
Expand All @@ -16,9 +16,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
<PackageReference Include="System.Data.OleDb" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions CS/CardDAVServer.FileSystemStorage.AspNetCore/DavFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ public override async Task MoveToInternalAsync(IItemCollection destFolder, strin
// Locks should not be copied, delete them.
if (await newFileInfo.HasExtendedAttributeAsync("Locks"))
await newFileInfo.DeleteExtendedAttributeAsync("Locks");

// Update file system info to new.
fileSystemInfo = newFileInfo;
}
catch (UnauthorizedAccessException)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ protected DavHierarchyItem(FileSystemInfo fileSystemInfo, DavContext context, st
public async Task<IEnumerable<PropertyValue>> GetPropertiesAsync(IList<PropertyName> props, bool allprop)
{
List<PropertyValue> propertyValues = await GetPropertyValuesAsync();

if (!allprop)
{
propertyValues = propertyValues.Where(p => props.Contains(p.QualifiedName)).ToList();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}
},
"profiles": {
"http": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:0",
"applicationUrl": "https://localhost:0;http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:0;http://localhost:0",
"applicationUrl": "http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// automatically via internet and will function for 5 days. Engine will stop working after that.
// To enable a 1-month trial period, download a trial license here https://www.webdavsystem.com/server/download/.
// Set the license content directly as value. Make sure to escape quotes: \":
// "UserFileSystemLicense": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
// "License": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
"License": "",

// Enables or disables CORS for specified domain. If "*" is specified, CORS will be enabled for in all domains.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CardDAVServer.SqlStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CardDAVServer.SqlStorage.AspNetCore.dll","OutputItemRelativePath":"CardDAVServer.SqlStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CardDAVServer.SqlStorage.AspNetCore.pdb","OutputItemRelativePath":"CardDAVServer.SqlStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
<VersionPrefix>14.1.13908</VersionPrefix>
<AssemblyName>CardDAVServer.SqlStorage.AspNetCore</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9.0</LangVersion>
Expand All @@ -19,9 +19,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}
},
"profiles": {
"http": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:0",
"applicationUrl": "https://localhost:0;http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:0;http://localhost:0",
"applicationUrl": "http://localhost:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// automatically via internet and will function for 5 days. Engine will stop working after that.
// To enable a 1-month trial period, download a trial license here https://www.webdavsystem.com/server/download/.
// Set the license content directly as value. Make sure to escape quotes: \":
// "UserFileSystemLicense": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
// "License": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
"License": "",

// Enables or disables CORS for specified domain. If "*" is specified, CORS will be enabled for in all domains.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
<BundleAssemblies>false</BundleAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="ITHit.WebDAV.Server, Version=14.0.13424-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.14.0.13424-Beta\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
<Reference Include="ITHit.WebDAV.Server, Version=14.1.13908, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.14.1.13908\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
</Reference>
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=14.0.13424-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.14.0.13424-Beta\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=14.1.13908, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.14.1.13908\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNetCore.Hosting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.2.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions CS/HttpListener/HttpListener.Android/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ITHit.WebDAV.Server" version="14.0.13424-Beta" targetFramework="monoandroid60" />
<package id="ITHit.WebDAV.Server.HttpListener" version="14.0.13424-Beta" targetFramework="monoandroid60" />
<package id="ITHit.WebDAV.Server" version="14.1.13908" targetFramework="monoandroid60" />
<package id="ITHit.WebDAV.Server.HttpListener" version="14.1.13908" targetFramework="monoandroid60" />
<package id="Microsoft.AspNetCore.Hosting" version="2.0.0" targetFramework="monoandroid71" />
<package id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.0.0" targetFramework="monoandroid71" />
<package id="Microsoft.AspNetCore.Hosting.Server.Abstractions" version="2.0.0" targetFramework="monoandroid71" />
Expand Down
8 changes: 4 additions & 4 deletions CS/HttpListener/HttpListener.iOS/HttpListener.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
</InterfaceDefinition>
</ItemGroup>
<ItemGroup>
<Reference Include="ITHit.WebDAV.Server, Version=14.0.13424-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.14.0.13424-Beta\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
<Reference Include="ITHit.WebDAV.Server, Version=14.1.13908, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.14.1.13908\lib\netstandard1.6\ITHit.WebDAV.Server.dll</HintPath>
</Reference>
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=14.0.13424-Beta, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.14.0.13424-Beta\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
<Reference Include="ITHit.WebDAV.Server.HttpListener, Version=14.1.13908, Culture=neutral, PublicKeyToken=d057f7b1134051b5, processorArchitecture=MSIL">
<HintPath>..\packages\ITHit.WebDAV.Server.HttpListener.14.1.13908\lib\netstandard2.0\ITHit.WebDAV.Server.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNetCore.Hosting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.2.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions CS/HttpListener/HttpListener.iOS/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ITHit.WebDAV.Server" version="14.0.13424-Beta" targetFramework="xamarinios10" />
<package id="ITHit.WebDAV.Server.HttpListener" version="14.0.13424-Beta" targetFramework="xamarinios10" />
<package id="ITHit.WebDAV.Server" version="14.1.13908" targetFramework="xamarinios10" />
<package id="ITHit.WebDAV.Server.HttpListener" version="14.1.13908" targetFramework="xamarinios10" />
<package id="Microsoft.AspNetCore.Hosting" version="2.0.0" targetFramework="xamarinios10" />
<package id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.0.0" targetFramework="xamarinios10" />
<package id="Microsoft.AspNetCore.Hosting.Server.Abstractions" version="2.0.0" targetFramework="xamarinios10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.WebDAV.Server.HttpListener" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server.HttpListener" Version="14.1.13908" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion CS/HttpListener/SharedMobile/SharedMobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"WebDAVServer.FileSystemStorage.AspNet.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\WebDAVServer.FileSystemStorage.AspNet.dll","OutputItemRelativePath":"WebDAVServer.FileSystemStorage.AspNet.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\WebDAVServer.FileSystemStorage.AspNet.pdb","OutputItemRelativePath":"WebDAVServer.FileSystemStorage.AspNet.pdb"}],"CopyToOutputEntries":[]}
Loading

0 comments on commit 5bae4ce

Please sign in to comment.