|
29 | 29 | <UseVSHostingProcess>false</UseVSHostingProcess> |
30 | 30 | <ErrorReport>prompt</ErrorReport> |
31 | 31 | <Prefer32Bit>true</Prefer32Bit> |
| 32 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
32 | 33 | </PropertyGroup> |
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
34 | 35 | <OutputPath>bin\x86\Release\</OutputPath> |
|
41 | 42 | <ErrorReport>prompt</ErrorReport> |
42 | 43 | <Prefer32Bit>true</Prefer32Bit> |
43 | 44 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 45 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
44 | 46 | </PropertyGroup> |
45 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
46 | 48 | <DebugSymbols>true</DebugSymbols> |
|
52 | 54 | <UseVSHostingProcess>false</UseVSHostingProcess> |
53 | 55 | <ErrorReport>prompt</ErrorReport> |
54 | 56 | <Prefer32Bit>true</Prefer32Bit> |
| 57 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
55 | 58 | </PropertyGroup> |
56 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
57 | 60 | <OutputPath>bin\ARM\Release\</OutputPath> |
|
64 | 67 | <ErrorReport>prompt</ErrorReport> |
65 | 68 | <Prefer32Bit>true</Prefer32Bit> |
66 | 69 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 70 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
67 | 71 | </PropertyGroup> |
68 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
69 | 73 | <DebugSymbols>true</DebugSymbols> |
|
76 | 80 | <ErrorReport>prompt</ErrorReport> |
77 | 81 | <Prefer32Bit>true</Prefer32Bit> |
78 | 82 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 83 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
79 | 84 | </PropertyGroup> |
80 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
81 | 86 | <OutputPath>bin\ARM64\Release\</OutputPath> |
|
88 | 93 | <ErrorReport>prompt</ErrorReport> |
89 | 94 | <Prefer32Bit>true</Prefer32Bit> |
90 | 95 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 96 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
91 | 97 | </PropertyGroup> |
92 | 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
93 | 99 | <DebugSymbols>true</DebugSymbols> |
|
99 | 105 | <UseVSHostingProcess>false</UseVSHostingProcess> |
100 | 106 | <ErrorReport>prompt</ErrorReport> |
101 | 107 | <Prefer32Bit>true</Prefer32Bit> |
| 108 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
102 | 109 | </PropertyGroup> |
103 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
104 | 111 | <OutputPath>bin\x64\Release\</OutputPath> |
|
111 | 118 | <ErrorReport>prompt</ErrorReport> |
112 | 119 | <Prefer32Bit>true</Prefer32Bit> |
113 | 120 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 121 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
114 | 122 | </PropertyGroup> |
115 | 123 | <PropertyGroup> |
116 | 124 | <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
|
215 | 223 | <ItemGroup> |
216 | 224 | <PRIResource Include="Strings\en-US\Resources.resw" /> |
217 | 225 | </ItemGroup> |
| 226 | + <ItemGroup> |
| 227 | + <Reference Include="VideoEffectComponent"> |
| 228 | + <HintPath>..\..\..\source\repos\VideoEffectComponent\bin\x64\Debug\VideoEffectComponent.winmd</HintPath> |
| 229 | + </Reference> |
| 230 | + </ItemGroup> |
218 | 231 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
219 | 232 | <VisualStudioVersion>14.0</VisualStudioVersion> |
220 | 233 | </PropertyGroup> |
|
0 commit comments