File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 3.5 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 4.0 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
Original file line number Diff line number Diff line change 1
- <Project DefaultTargets =" DevBuild2Stage" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 2 .0" >
1
+ <Project DefaultTargets =" DevBuild2Stage" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4 .0" >
2
2
<UsingTask TaskName =" MSBuild.Community.Tasks.FileUpdate" AssemblyFile =" $(MSBuildProjectDirectory)\ExternalDependences\MSBuild.Community.Tasks.dll" />
3
3
<PropertyGroup Condition =" '$(NTargetName)' == '' " >
4
4
<NTargetName >Rebuild</NTargetName >
118
118
</Target >
119
119
<!-- Prepare boot-->
120
120
<Target Name =" NPrepareBoot" >
121
- <CreateItem Include =" $(NRoot)\boot \*.exe" >
121
+ <CreateItem Include =" $(NRootBoot) \*.exe" >
122
122
<Output ItemName =" NBootFiles" TaskParameter =" Include" />
123
123
</CreateItem >
124
- <CreateItem Include =" $(NRoot)\boot \*.dll" >
124
+ <CreateItem Include =" $(NRootBoot) \*.dll" >
125
125
<Output ItemName =" NBootFiles" TaskParameter =" Include" />
126
126
</CreateItem >
127
127
<Copy SourceFiles =" @(NBootFiles)" DestinationFolder =" $(NBoot)" />
You can’t perform that action at this time.
0 commit comments