Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Changed build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hary309 committed Dec 8, 2018
1 parent 22095a5 commit 909b3a0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/Smooth Interior Camera/Smooth Interior Camera.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
<OutDir>..\..\bin\$(Configuration)\</OutDir>
<IntDir>..\..\obj\$(Platform)\$(Configuration)\</IntDir>
<TargetName>sic_x64</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
<OutDir>..\..\bin\$(Configuration)\</OutDir>
<IntDir>..\..\obj\$(Platform)\$(Configuration)\</IntDir>
<TargetName>sic_x64</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
<OutDir>..\..\bin\$(Configuration)\</OutDir>
<IntDir>..\..\obj\$(Platform)\$(Configuration)\</IntDir>
<TargetName>sic_x86</TargetName>
<TargetExt>.dll</TargetExt>
Expand All @@ -89,7 +89,8 @@
<IntDir>..\..\obj\$(Platform)\$(Configuration)\</IntDir>
<TargetName>sic_x86</TargetName>
<TargetExt>.dll</TargetExt>
<OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
<OutDir>..\..\bin\$(Configuration)\</OutDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand Down Expand Up @@ -171,9 +172,16 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>NDEBUG;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
</ClCompile>
<Link>
<ModuleDefinitionFile>sic_x86.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 909b3a0

Please sign in to comment.