Skip to content

Commit e028de6

Browse files
committed
Prepare sync project.
1 parent 385cc3f commit e028de6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/MsgPack.Uwp/MsgPack.Uwp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
</ItemGroup>
109109
<ItemGroup>
110110
<Compile Include="Properties\AssemblyInfo.cs" />
111+
</ItemGroup>
112+
<ItemGroup>
111113
<EmbeddedResource Include="Properties\MsgPack.Uwp.rd.xml" />
112114
</ItemGroup>
113115
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

test/MsgPack.UnitTest.Uwp.Aot/MsgPack.UnitTest.Uwp.Aot.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
<Link>cases_compact.mpac</Link>
105105
</None>
106106
<None Include="project.json" />
107+
<None Include="MsgPack.UnitTest.Uwp.Aot_TemporaryKey.pfx" />
108+
</ItemGroup>
109+
<ItemGroup>
107110
<SDKReference Include="MSTestFramework.Universal, Version=$(UnitTestPlatformVersion)" />
108111
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
109112
</ItemGroup>
@@ -123,7 +126,6 @@
123126
<AppxManifest Include="Package.appxmanifest">
124127
<SubType>Designer</SubType>
125128
</AppxManifest>
126-
<None Include="MsgPack.UnitTest.Uwp.Aot_TemporaryKey.pfx" />
127129
</ItemGroup>
128130
<ItemGroup>
129131
<Content Include="Properties\UnitTestApp.rd.xml" />

test/MsgPack.UnitTest.Uwp/MsgPack.UnitTest.Uwp.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
<Link>cases_compact.mpac</Link>
104104
</None>
105105
<None Include="project.json" />
106+
<None Include="MsgPack.UnitTest.Uwp_TemporaryKey.pfx" />
107+
</ItemGroup>
108+
<ItemGroup>
106109
<SDKReference Include="MSTestFramework.Universal, Version=$(UnitTestPlatformVersion)" />
107110
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
108111
</ItemGroup>
@@ -122,7 +125,6 @@
122125
<AppxManifest Include="Package.appxmanifest">
123126
<SubType>Designer</SubType>
124127
</AppxManifest>
125-
<None Include="MsgPack.UnitTest.Uwp_TemporaryKey.pfx" />
126128
</ItemGroup>
127129
<ItemGroup>
128130
<Content Include="Properties\UnitTestApp.rd.xml" />

0 commit comments

Comments
 (0)