aboutsummaryrefslogtreecommitdiff
path: root/DvdLib
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-04 17:08:56 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-04 17:08:56 -0400
commit42d0b070b48c9be4e11d3913d48d50f634cfd078 (patch)
tree4287ef70b6bc8fff8e201a971f044f0038e40408 /DvdLib
parent820b4873fb669b5a273817d68f3fbfc216b6610e (diff)
update project files
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