From 54f8be05d14d69778284e057cc03a5dc286db512 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Mon, 16 Nov 2015 22:45:59 -0800 Subject: [PATCH] Fix the csproj insanity that VS made --- src/ImGui.NET/ImGui.NET.csproj | 48 ---------------------------------- 1 file changed, 48 deletions(-) diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index c4bf926..2f407e3 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -40,56 +40,8 @@ - - true - bin\x64\OSX_Debug\ - ;DEBUG;TRACE - true - true - full - x64 - MinimumRecommendedRules.ruleset - - - true - bin\OSX_Debug\ - ;DEBUG;TRACE - true - true - full - AnyCPU - MinimumRecommendedRules.ruleset - - - true - bin\x64\OSX_Release\ - ;TRACE - true - true - true - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - bin\OSX_Release\ - ;TRACE - true - true - true - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - - - - \ No newline at end of file