forked from ImGuiNET/ImGui.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
12 lines (12 loc) · 851 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
12 lines (12 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="OutDir">
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath>
<ProjectDir>$(MSBuildThisFileDirectory)</ProjectDir>
<!-- Generated wrapper APIs intentionally omit XML comments and preserve native lowercase names. -->
<NoWarn>$(NoWarn);1591;8981</NoWarn>
</PropertyGroup>
</Project>