Skip to content

Commit

Permalink
Fixed build :)
Browse files Browse the repository at this point in the history
  • Loading branch information
picrap committed Sep 8, 2017
1 parent 6e5299a commit 6cba910
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 43 deletions.
12 changes: 0 additions & 12 deletions ExFat.DiscUtils.Tests/ExFat.DiscUtils.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Bicolage\DiscUtils\Library\DiscUtils.Core\DiscUtils.Core.csproj">
<Project>{8443bc7a-91c2-4534-b1ce-2a6a620177f6}</Project>
<Name>DiscUtils.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\Bicolage\DiscUtils\Library\DiscUtils.Streams\DiscUtils.Streams.csproj">
<Project>{618c8263-fb6c-4c66-a842-e13921055c43}</Project>
<Name>DiscUtils.Streams</Name>
</ProjectReference>
<ProjectReference Include="..\..\Bicolage\DiscUtils\Library\DiscUtils.Vhdx\DiscUtils.Vhdx.csproj">
<Project>{d42988f9-e956-4058-8f1a-0a798c6b079c}</Project>
<Name>DiscUtils.Vhdx</Name>
</ProjectReference>
<ProjectReference Include="..\ExFat.Core\ExFat.Core.csproj">
<Project>{694BBB9A-204F-41A3-927E-2BCB8AA9DADE}</Project>
<Name>ExFat.Core</Name>
Expand Down
6 changes: 3 additions & 3 deletions ExFat.DiscUtils.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
//"DiscUtils.Core": "0.13.0-alpha",
//"DiscUtils.Streams": "0.13.0-alpha",
//"DiscUtils.Vhdx": "0.13.0-alpha",
"DiscUtils.Core": "0.13.0-alpha",
"DiscUtils.Streams": "0.13.0-alpha",
"DiscUtils.Vhdx": "0.13.0-alpha",
"MSTest.TestAdapter": "1.1.18",
"MSTest.TestFramework": "1.1.18"
},
Expand Down
8 changes: 0 additions & 8 deletions ExFat.DiscUtils/ExFat.DiscUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Bicolage\DiscUtils\Library\DiscUtils.Core\DiscUtils.Core.csproj">
<Project>{8443BC7A-91C2-4534-B1CE-2A6A620177F6}</Project>
<Name>DiscUtils.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\Bicolage\DiscUtils\Library\DiscUtils.Streams\DiscUtils.Streams.csproj">
<Project>{618C8263-FB6C-4C66-A842-E13921055C43}</Project>
<Name>DiscUtils.Streams</Name>
</ProjectReference>
<ProjectReference Include="..\ExFat.Core\ExFat.Core.csproj">
<Project>{694BBB9A-204F-41A3-927E-2BCB8AA9DADE}</Project>
<Name>ExFat.Core</Name>
Expand Down
4 changes: 2 additions & 2 deletions ExFat.DiscUtils/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
//"DiscUtils.Core": "0.13.0-alpha",
//"DiscUtils.Streams": "0.13.0-alpha"
"DiscUtils.Core": "0.13.0-alpha",
"DiscUtils.Streams": "0.13.0-alpha"
},
"frameworks": {
"net40-client": {}
Expand Down
18 changes: 0 additions & 18 deletions ExFat.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscUtils.Core", "..\Bicolage\DiscUtils\Library\DiscUtils.Core\DiscUtils.Core.csproj", "{8443BC7A-91C2-4534-B1CE-2A6A620177F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscUtils.Streams", "..\Bicolage\DiscUtils\Library\DiscUtils.Streams\DiscUtils.Streams.csproj", "{618C8263-FB6C-4C66-A842-E13921055C43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscUtils.Vhdx", "..\Bicolage\DiscUtils\Library\DiscUtils.Vhdx\DiscUtils.Vhdx.csproj", "{D42988F9-E956-4058-8F1A-0A798C6B079C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -47,18 +41,6 @@ Global
{38AFE1E7-0F63-4D05-A9A9-FC8ED2C9B8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AFE1E7-0F63-4D05-A9A9-FC8ED2C9B8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AFE1E7-0F63-4D05-A9A9-FC8ED2C9B8DC}.Release|Any CPU.Build.0 = Release|Any CPU
{8443BC7A-91C2-4534-B1CE-2A6A620177F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8443BC7A-91C2-4534-B1CE-2A6A620177F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8443BC7A-91C2-4534-B1CE-2A6A620177F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8443BC7A-91C2-4534-B1CE-2A6A620177F6}.Release|Any CPU.Build.0 = Release|Any CPU
{618C8263-FB6C-4C66-A842-E13921055C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618C8263-FB6C-4C66-A842-E13921055C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618C8263-FB6C-4C66-A842-E13921055C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{618C8263-FB6C-4C66-A842-E13921055C43}.Release|Any CPU.Build.0 = Release|Any CPU
{D42988F9-E956-4058-8F1A-0A798C6B079C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42988F9-E956-4058-8F1A-0A798C6B079C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42988F9-E956-4058-8F1A-0A798C6B079C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42988F9-E956-4058-8F1A-0A798C6B079C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 6cba910

Please sign in to comment.