Skip to content

Commit 6f339a8

Browse files
committed
Fix project files
1 parent b5446af commit 6f339a8

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

Release/tests/Common/UnitTestpp/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ProjectFile Include="VS12\TestUnitTestpp120.vcxproj"/>
1818
</ItemGroup>
1919

20-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
20+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2121
<ProjectFile Include="VS12.winrt\UnitTestpp120.winrt.vcxproj" />
2222
</ItemGroup>
2323

Release/tests/Common/utilities/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectFile Include="VS12.xp\CommonUtilities120.xp.vcxproj" Condition="'$(Platform)'!='ARM'"/>
1717
</ItemGroup>
1818

19-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
19+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2020
<ProjectFile Include="VS12.winrt\CommonUtilities120.winrt.vcxproj" />
2121
</ItemGroup>
2222

Release/tests/Functional/http/client/AuthListener/VS12/AuthListener120.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug|Win32' OR '$(Configuration)|$(Platform)' == 'Debug|x64' ">
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug|Win32' OR '$(Configuration)|$(Platform)' == 'Debug|x64' OR '$(Configuration)|$(Platform)' == 'Debug|ARM'">
1616
<PlatformTarget>AnyCPU</PlatformTarget>
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
@@ -22,7 +22,7 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release|Win32' OR '$(Configuration)|$(Platform)' == 'Release|x64' ">
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release|Win32' OR '$(Configuration)|$(Platform)' == 'Release|x64' OR '$(Configuration)|$(Platform)' == 'Release|ARM' ">
2626
<PlatformTarget>AnyCPU</PlatformTarget>
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>

Release/tests/Functional/http/client/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectFile Include="VS12\HttpClient120_test.vcxproj" />
2323
</ItemGroup>
2424

25-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
25+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2626
<ProjectFile Include="VS12.winrt\HttpClient120_test.winrt.vcxproj" />
2727
</ItemGroup>
2828

Release/tests/Functional/http/utilities/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ProjectFile Include="VS12\HttpTestUtilities120.vcxproj" />
1919
</ItemGroup>
2020

21-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
21+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2222
<ProjectFile Include="VS12.winrt\HttpTestUtilities120.winrt.vcxproj" />
2323
</ItemGroup>
2424

Release/tests/Functional/json/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectFile Include="VS12.xp\JSON120_test.xp.vcxproj" Condition="'$(Platform)'!='ARM'" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
23+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\JSON120_test.winrt.vcxproj" />
2525
</ItemGroup>
2626

Release/tests/Functional/pplx/pplx_test/VS12.winrt/pplx120_test.winrt.vcxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@
212212
</ClCompile>
213213
</ItemGroup>
214214
<ItemGroup>
215-
<ProjectReference Include="$(TestRoot)\Common\utilities\vs12\CommonUtilities120.vcxproj">
216-
<Project>{0c9d50d9-94fb-4732-a4ad-58e068315bb2}</Project>
215+
<ProjectReference Include="$(TestRoot)\Common\utilities\vs12.winrt\CommonUtilities120.winrt.vcxproj">
216+
<Project>{ea2d69a1-55c8-4c15-805e-de7e85872484}</Project>
217217
</ProjectReference>
218-
<ProjectReference Include="$(CasablancaSrcDir)\build\casablanca120.winrt.vcxproj">
219-
<Project>{9AD285A2-301E-47A0-A299-14AD5D4F2758}</Project>
218+
<ProjectReference Include="$(TestRoot)\Common\UnitTestpp\vs12.winrt\UnitTestpp120.winrt.vcxproj">
219+
<Project>{B341AA9C-F38B-4D59-B6B7-8F22491090B7}</Project>
220220
</ProjectReference>
221-
<ProjectReference Include="$(TestRoot)\Common\UnitTestpp\vs11\UnitTestpp120.vcxproj">
222-
<Project>{3EB86C0D-432C-4FFC-BAD4-8DF4EFC7D0FF}</Project>
221+
<ProjectReference Include="$(CasablancaSrcDir)\build\casablanca120.winrt.vcxproj">
222+
<Project>{198ED804-2655-4D92-8104-C220E3EA9452}</Project>
223223
</ProjectReference>
224224
</ItemGroup>
225225
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

Release/tests/Functional/pplx/pplx_test/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectFile Include="VS11.winrt\pplx110_test.winrt.vcxproj" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|110'">
23+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\pplx120_test.winrt.vcxproj" />
2525
</ItemGroup>
2626

Release/tests/Functional/streams/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectFile Include="VS12.xp\streams120_test.xp.vcxproj" Condition="'$(Platform)'!='ARM'" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
23+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\streams120_test.winrt.vcxproj" />
2525
</ItemGroup>
2626

Release/tests/Functional/uri/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectFile Include="VS12.xp\Uri120_test.xp.vcxproj" Condition="'$(Platform)'!='ARM'" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
23+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\URI120_test.winrt.vcxproj" />
2525
</ItemGroup>
2626

Release/tests/Functional/utils/dirs.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ProjectFile Include="VS12.xp\Utils120_test.xp.vcxproj" Condition="'$(Platform)'!='ARM'" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
23+
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
2424
<ProjectFile Include="VS12.winrt\Utils120_test.winrt.vcxproj" />
2525
</ItemGroup>
2626

0 commit comments

Comments
 (0)