Skip to content

Commit d2cbac4

Browse files
committed
Fixed filters for Release\src\build\*\*.filters
1 parent 111b09f commit d2cbac4

12 files changed

+50
-38
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
47
</Project>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
47
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
47
</Project>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
47
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<WinRTProject>true</WinRTProject>
5-
</PropertyGroup>
6-
<Import Project="sources.proj" />
3+
<Import Project="../sources.proj" />
4+
<ItemGroup>
5+
<None Include="packages.config" />
6+
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)