diff options
Diffstat (limited to '')
-rw-r--r-- | src/Config/SimConfig/SimConfig.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config/SimConfig/SimConfig.csproj b/src/Config/SimConfig/SimConfig.csproj index 5aee907..98e86f1 100644 --- a/src/Config/SimConfig/SimConfig.csproj +++ b/src/Config/SimConfig/SimConfig.csproj | |||
@@ -16,7 +16,7 @@ | |||
16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> | 16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | 18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
19 | <OutputPath>bin\Release\</OutputPath> | 19 | <OutputPath>..\..\..\bin\</OutputPath> |
20 | <Optimize>True</Optimize> | 20 | <Optimize>True</Optimize> |
21 | <DefineConstants>TRACE</DefineConstants> | 21 | <DefineConstants>TRACE</DefineConstants> |
22 | <DebugSymbols>False</DebugSymbols> | 22 | <DebugSymbols>False</DebugSymbols> |