Changeset 852 for trunk/tools/ConfigMerger/ConfigMerger.csproj
- Timestamp:
- 11/28/08 21:51:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ConfigMerger/ConfigMerger.csproj
r849 r852 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E94C5E71-3F29-408D-BCDF-23E096CA84CA}</ProjectGuid> … … 66 66 --> 67 67 <PropertyGroup> 68 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 68 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 69 set ProjectDir=$(ProjectDir) 70 set SolutionDir=$(SolutionDir) 71 set Outdir=$(Outdir) 72 73 call PreBuildEvent.cmd</PreBuildEvent> 69 74 </PropertyGroup> 70 75 </Project>
Note: See TracChangeset
for help on using the changeset viewer.