summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/ModelViewer.csproj
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-12-02 01:41:35 +0000
committerGravatar MichalMoskal <unknown>2010-12-02 01:41:35 +0000
commitf68222f533a6568bf279018c33b0a5656075b0d3 (patch)
tree968585c1a0ebfa264c403fdb076bd8159f2d071c /Source/ModelViewer/ModelViewer.csproj
parent6617f6cc2d3e6d0a23077562c17f7b0d82d98cee (diff)
Set output directory to Binaries/
Diffstat (limited to 'Source/ModelViewer/ModelViewer.csproj')
-rw-r--r--Source/ModelViewer/ModelViewer.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index 2bb80976..94957c59 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -35,7 +35,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>