aboutsummaryrefslogtreecommitdiff
path: root/BDInfo
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 /BDInfo
parent820b4873fb669b5a273817d68f3fbfc216b6610e (diff)
update project files
Diffstat (limited to 'BDInfo')
-rw-r--r--BDInfo/BDInfo.csproj4
-rw-r--r--BDInfo/project.json17
2 files changed, 0 insertions, 21 deletions
diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj
index e7013f341..97abe7484 100644
--- a/BDInfo/BDInfo.csproj
+++ b/BDInfo/BDInfo.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="BDInfoSettings.cs" />
<Compile Include="BDROM.cs" />
<Compile Include="BitVector32.cs" />
diff --git a/BDInfo/project.json b/BDInfo/project.json
deleted file mode 100644
index fbbe9eaf3..000000000
--- a/BDInfo/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