fixed decompiler errors - project compiles
This commit is contained in:
@@ -54,20 +54,8 @@
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Rei.Fs">
|
||||
<HintPath>lib\Rei.Fs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Rei.Com">
|
||||
<HintPath>lib\Rei.Com.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Rei.Net.HttpServer">
|
||||
<HintPath>lib\Rei.Net.HttpServer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Rei.Fs.Webdav">
|
||||
<HintPath>lib\Rei.Fs.Webdav.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Security" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -188,5 +176,23 @@
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Rei.Com\Rei.Com.csproj">
|
||||
<Project>{0d383f20-fccc-4f1d-bb46-5a5b5b7e29fe}</Project>
|
||||
<Name>Rei.Com</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Rei.Fs.Webdav\Rei.Fs.Webdav.csproj">
|
||||
<Project>{d0dc76c1-5aa0-466f-84d3-d6c4deb083de}</Project>
|
||||
<Name>Rei.Fs.Webdav</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Rei.Fs\Rei.Fs.csproj">
|
||||
<Project>{bd378147-118c-4141-a046-bfd575ef1b05}</Project>
|
||||
<Name>Rei.Fs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Rei.Net.HttpServer\Rei.Net.HttpServer.csproj">
|
||||
<Project>{5ff0f1e1-621a-478e-ba41-831a85c694ee}</Project>
|
||||
<Name>Rei.Net.HttpServer</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user