mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
14 lines
439 B
XML
14 lines
439 B
XML
<Project>
|
|
|
|
<ItemGroup Condition="'$(IncludeWpfReferences)' == 'True'">
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(IncludeWindowsFormsReferences)' == 'True'">
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|