Changeset 4620 for pjproject/branches/projects/winphone/build/vs/pjproject-vs11-wp8-common-defaults.props
- Timestamp:
- Oct 16, 2013 10:50:36 AM (11 years ago)
- Location:
- pjproject/branches/projects/winphone
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/winphone
- Property svn:ignore
-
old new 11 11 *.opt 12 12 *.suo 13 *.sdf 14 *.opensdf 13 15 .settings 14 16 .cdtproject
-
- Property svn:ignore
-
pjproject/branches/projects/winphone/build/vs/pjproject-vs11-wp8-common-defaults.props
r4618 r4620 24 24 </ItemGroup> 25 25 </Project> 26 <?xml version="1.0" encoding="utf-8"?>27 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">28 <ImportGroup Label="PropertySheets">29 </ImportGroup>30 <PropertyGroup Label="UserMacros">31 <TargetCPU>ARMV7</TargetCPU>32 </PropertyGroup>33 <PropertyGroup>34 <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>35 </PropertyGroup>36 <ItemDefinitionGroup>37 <ClCompile>38 <PreprocessorDefinitions>_WIN32_WINPHONE;PJ_M_ARMV7=1;UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>39 </ClCompile>40 <Link>41 <SubSystem>Console</SubSystem>42 <TargetMachine>MachineARM</TargetMachine>43 </Link>44 </ItemDefinitionGroup>45 <ItemGroup>46 <BuildMacro Include="TargetCPU">47 <Value>$(TargetCPU)</Value>48 </BuildMacro>49 </ItemGroup>50 </Project>51 <?xml version="1.0" encoding="utf-8"?>52 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">53 <ImportGroup Label="PropertySheets">54 </ImportGroup>55 <PropertyGroup Label="UserMacros">56 <TargetCPU>ARMV7</TargetCPU>57 </PropertyGroup>58 <PropertyGroup>59 <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>60 </PropertyGroup>61 <ItemDefinitionGroup>62 <ClCompile>63 <PreprocessorDefinitions>_WIN32_WINPHONE;PJ_M_ARMV7=1;UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>64 </ClCompile>65 <Link>66 <SubSystem>Console</SubSystem>67 <TargetMachine>MachineARM</TargetMachine>68 </Link>69 </ItemDefinitionGroup>70 <ItemGroup>71 <BuildMacro Include="TargetCPU">72 <Value>$(TargetCPU)</Value>73 </BuildMacro>74 </ItemGroup>75 </Project>
Note: See TracChangeset
for help on using the changeset viewer.