aboutsummaryrefslogtreecommitdiff
path: root/DvdLib
diff options
context:
space:
mode:
Diffstat (limited to 'DvdLib')
-rw-r--r--DvdLib/DvdLib.csproj4
-rw-r--r--DvdLib/project.json17
2 files changed, 0 insertions, 21 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj
index ba63e77f0..9ed197c59 100644
--- a/DvdLib/DvdLib.csproj
+++ b/DvdLib/DvdLib.csproj
@@ -34,10 +34,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <None Include="project.json" />
- <!-- A reference to the entire .NET Framework is automatically included -->
- </ItemGroup>
- <ItemGroup>
<Compile Include="BigEndianBinaryReader.cs" />
<Compile Include="Ifo\AudioAttributes.cs" />
<Compile Include="Ifo\Cell.cs" />
diff --git a/DvdLib/project.json b/DvdLib/project.json
deleted file mode 100644
index fbbe9eaf3..000000000
--- a/DvdLib/project.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "frameworks":{
- "netstandard1.6":{
- "dependencies":{
- "NETStandard.Library":"1.6.0",
- }
- },
- ".NETPortable,Version=v4.5,Profile=Profile7":{
- "buildOptions": {
- "define": [ ]
- },
- "frameworkAssemblies":{
-
- }
- }
- }
-} \ No newline at end of file