File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 27
27
</ImportGroup >
28
28
<ImportGroup Label =" PropertySheets" >
29
29
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
30
+ <Import Project =" GPA-Common.props" />
30
31
</ImportGroup >
31
32
<PropertyGroup Label =" UserMacros" />
32
33
<PropertyGroup >
33
34
<_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
34
- <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
35
- <IntDir >$(Configuration)\</IntDir >
36
35
</PropertyGroup >
37
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
38
- <PreBuildEvent >
39
- <Message >
40
- </Message >
41
- <Command >
42
- </Command >
43
- </PreBuildEvent >
44
- </ItemDefinitionGroup >
45
36
<ItemGroup >
46
37
<CustomBuild Include =" ../../Doc/DoxyfilePublic" >
47
38
<FileType >Document</FileType >
48
39
<Message Condition =" exists('../../../Common/DK/doxygen/doxygen-1.8.11/bin/doxygen.exe')" >Generating Public Doxygen documentation</Message >
49
40
<Command Condition =" exists('../../../Common/DK/doxygen/doxygen-1.8.11/bin/doxygen.exe')" >"../../../Common/DK/Doxygen/doxygen-1.8.11/bin/doxygen.exe" "%(FullPath)"</Command >
50
- <Outputs Condition =" exists('../../../Common/DK/doxygen/doxygen-1.8.11/bin/doxygen.exe')" >$(ProjectDir) public\html\index.html;%(Outputs)</Outputs >
41
+ <Outputs Condition =" exists('../../../Common/DK/doxygen/doxygen-1.8.11/bin/doxygen.exe')" >../../Doc/ public\html\index.html;%(Outputs)</Outputs >
51
42
</CustomBuild >
52
43
</ItemGroup >
53
44
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
Original file line number Diff line number Diff line change 24
24
</PropertyGroup >
25
25
<PropertyGroup >
26
26
<_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
27
- <OutDir >$(MyBinDir)\</OutDir >
28
27
</PropertyGroup >
29
28
<ItemDefinitionGroup >
30
29
<ClCompile >
Original file line number Diff line number Diff line change 32
32
<UseApplicationTrust >false</UseApplicationTrust >
33
33
<BootstrapperEnabled >true</BootstrapperEnabled >
34
34
<TargetFrameworkProfile />
35
+ <BaseIntermediateOutputPath >..\..\Output\$(Configuration)\obj\PublicCounterCompiler</BaseIntermediateOutputPath >
35
36
</PropertyGroup >
36
37
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37
38
<DebugSymbols >true</DebugSymbols >
38
39
<DebugType >full</DebugType >
39
40
<Optimize >false</Optimize >
40
- <OutputPath >bin\ Debug\</OutputPath >
41
+ <OutputPath >..\..\Output\ Debug\bin \</OutputPath >
41
42
<DefineConstants >DEBUG;TRACE</DefineConstants >
42
43
<ErrorReport >prompt</ErrorReport >
43
44
<WarningLevel >4</WarningLevel >
47
48
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
48
49
<DebugType >pdbonly</DebugType >
49
50
<Optimize >true</Optimize >
50
- <OutputPath >bin\ Release\</OutputPath >
51
+ <OutputPath >..\..\Output\ Release\bin \</OutputPath >
51
52
<DefineConstants >TRACE</DefineConstants >
52
53
<ErrorReport >prompt</ErrorReport >
53
54
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments