Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.props « src « browser « tests « wasm « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4711d4aba76825e922e3bbfe5b17b53cb0149465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project>
  <PropertyGroup>
    <MonoWasmSdkPath>$(MSBuildThisFileDirectory)..\..\..\..\</MonoWasmSdkPath>
    <MonoWasmLinkMode>Full</MonoWasmLinkMode>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugThreads|AnyCPU' ">
    <EnableMonoWasmThreads>true</EnableMonoWasmThreads>  
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseThreads|AnyCPU' ">
    <EnableMonoWasmThreads>true</EnableMonoWasmThreads>  
  </PropertyGroup>

</Project>