aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gppg-dbremner/files/output-path.patch')
-rw-r--r--dev-util/gppg-dbremner/files/output-path.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/gppg-dbremner/files/output-path.patch b/dev-util/gppg-dbremner/files/output-path.patch
deleted file mode 100644
index a61c69b..0000000
--- a/dev-util/gppg-dbremner/files/output-path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/GPPG.csproj
-+++ b/GPPG.csproj
-@@ -20,7 +20,7 @@
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
-- <OutputPath>.\bin\Debug\</OutputPath>
-+ <OutputPath>bin/Debug</OutputPath>
- <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <UseVSHostingProcess>false</UseVSHostingProcess>
-@@ -28,7 +28,7 @@
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
-- <OutputPath>bin\Debug\</OutputPath>
-+ <OutputPath>bin/Release</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>