Changeset 1412 in SHVCSoftware for branches/SHM-dev/build/vc2010/TAppDownConvert
- Timestamp:
- 4 Aug 2015, 04:45:04 (10 years ago)
- Location:
- branches/SHM-dev/build/vc2010
- Files:
-
- 3 deleted
- 2 copied
- 1 moved
-
. (moved) (moved from branches/SHM-dev/build/vc10)
-
TAppDownConvert/TAppDownConvert.vcxproj (deleted)
-
TAppDownConvert/TAppDownConvert.vcxproj.filters (deleted)
-
TAppDownConvert/TAppDownConvert.vcxproj.user (deleted)
-
TAppDownConvert/TAppDownConvert_vc2010.vcxproj (copied) (copied from branches/SHM-dev/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj) (2 diffs)
-
TAppDownConvert/TAppDownConvert_vc2010.vcxproj.filters (copied) (copied from branches/SHM-dev/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj.filters) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj
r1378 r1412 22 22 <ProjectGuid>{FB952E1B-681F-4461-9C8B-4F1F8B70E58B}</ProjectGuid> 23 23 <RootNamespace>TAppDownConvert</RootNamespace> 24 <ProjectName>TAppDownConvert</ProjectName> 24 25 </PropertyGroup> 25 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 63 64 <PropertyGroup Label="UserMacros" /> 64 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 65 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>66 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>66 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 67 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 69 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>70 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>70 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 71 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 71 72 </PropertyGroup> 72 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 73 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>74 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>74 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 75 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 75 76 </PropertyGroup> 76 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 77 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>78 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>78 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 79 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 79 80 </PropertyGroup> 80 81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj.filters
r1378 r1412 19 19 <Filter>Source Files</Filter> 20 20 </ClCompile> 21 <ClCompile Include="..\..\..\source\App\TAppDownConvert\DownConvert.cpp"> 22 <Filter>Source Files</Filter> 23 </ClCompile> 24 </ItemGroup> 25 <ItemGroup> 26 <ClInclude Include="..\..\..\source\App\TAppDownConvert\DownConvert.h"> 27 <Filter>Header Files</Filter> 28 </ClInclude> 21 29 </ItemGroup> 22 30 </Project>
Note: See TracChangeset for help on using the changeset viewer.