Skip to content

Commit

Permalink
Delete binary RT.Util.dll and use the “real” RT.Util project from git…
Browse files Browse the repository at this point in the history
…hub.
  • Loading branch information
Timwi committed Jan 3, 2016
1 parent 5f977dc commit e897ae9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
10 changes: 9 additions & 1 deletion EsotericIDE.sln
@@ -1,8 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EsotericIDE", "Src\EsotericIDE.csproj", "{05A3C955-369E-44E2-85D8-496B84F6A548}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RT.Util", "..\RT.Util\Src\RT.Util.csproj", "{8D0FE79C-AD8D-475C-9E6F-9CAE85365B5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +17,10 @@ Global
{05A3C955-369E-44E2-85D8-496B84F6A548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A3C955-369E-44E2-85D8-496B84F6A548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A3C955-369E-44E2-85D8-496B84F6A548}.Release|Any CPU.Build.0 = Release|Any CPU
{8D0FE79C-AD8D-475C-9E6F-9CAE85365B5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D0FE79C-AD8D-475C-9E6F-9CAE85365B5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D0FE79C-AD8D-475C-9E6F-9CAE85365B5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D0FE79C-AD8D-475C-9E6F-9CAE85365B5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
9 changes: 6 additions & 3 deletions Src/EsotericIDE.csproj
Expand Up @@ -33,9 +33,6 @@
<ApplicationIcon>Resources\EsotericIDEIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="RT.Util">
<HintPath>..\Thirdparty\RT.Util.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
Expand Down Expand Up @@ -134,6 +131,12 @@
<None Include="Resources\EsotericIDEIcon.ico" />
<None Include="Resources\EsotericIDELogo.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\RT.Util\Src\RT.Util.csproj">
<Project>{8d0fe79c-ad8d-475c-9e6f-9cae85365b5d}</Project>
<Name>RT.Util</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(TargetPath)" --post-build-check "$(SolutionDir)."</PostBuildEvent>
Expand Down
Binary file removed Thirdparty/RT.Util.dll
Binary file not shown.

0 comments on commit e897ae9

Please sign in to comment.