File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11
11
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12
12
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
22
<DefineConstants >DEBUG;TRACE</DefineConstants >
22
23
<ErrorReport >prompt</ErrorReport >
23
24
<WarningLevel >4</WarningLevel >
24
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25
25
<Prefer32Bit >false</Prefer32Bit >
26
26
</PropertyGroup >
27
27
32
32
<DefineConstants >TRACE</DefineConstants >
33
33
<ErrorReport >prompt</ErrorReport >
34
34
<WarningLevel >4</WarningLevel >
35
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
36
35
<Prefer32Bit >false</Prefer32Bit >
37
36
</PropertyGroup >
38
37
You can’t perform that action at this time.
0 commit comments