89 lines
4.6 KiB
XML
89 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{23AC9D59-B206-49C7-99D5-E5A9380973EC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>UniversalEditor.Plugins.RavenSoftware.UserInterface</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Plugins.RavenSoftware.UserInterface</AssemblyName>
|
|
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Output\Debug\Plugins</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Output\Release\Plugins</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Dialogs\Icarus\IcarusExpressionHelperDialog.cs" />
|
|
<Compile Include="Editors\Icarus\IcarusScriptEditor.cs" />
|
|
<Compile Include="Controls\Icarus\IcarusExpressionEditor.cs" />
|
|
<Compile Include="Editors\Icarus\IcarusScriptEditorEnumeration.cs" />
|
|
<Compile Include="Editors\Icarus\IcarusScriptEditorConfiguration.cs" />
|
|
<Compile Include="Editors\Icarus\IcarusScriptEditorCommand.cs" />
|
|
<Compile Include="Editors\Carcass\CarcassEditor.cs" />
|
|
<Compile Include="Editors\Carcass\Dialogs\ModelReferencePropertiesDialog.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Controls\" />
|
|
<Folder Include="Dialogs\" />
|
|
<Folder Include="Editors\" />
|
|
<Folder Include="SettingsProviders\" />
|
|
<Folder Include="Editors\Carcass\" />
|
|
<Folder Include="Editors\Carcass\Dialogs\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
|
|
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
|
|
<Name>MBS.Framework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework.UserInterface\Libraries\MBS.Framework.UserInterface\MBS.Framework.UserInterface.csproj">
|
|
<Project>{29E1C1BB-3EA5-4062-B62F-85EEC703FE07}</Project>
|
|
<Name>MBS.Framework.UserInterface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
|
|
<Project>{8622EBC4-8E20-476E-B284-33D472081F5C}</Project>
|
|
<Name>UniversalEditor.UserInterface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.RavenSoftware\UniversalEditor.Plugins.RavenSoftware.csproj">
|
|
<Project>{B2DFA94A-A468-48A1-AB31-04EE432E7B2B}</Project>
|
|
<Name>UniversalEditor.Plugins.RavenSoftware</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Multimedia\UniversalEditor.Plugins.Multimedia.csproj">
|
|
<Project>{BE4D0BA3-0888-42A5-9C09-FC308A4509D2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Multimedia3D\UniversalEditor.Plugins.Multimedia3D.csproj">
|
|
<Project>{4FD9DB1D-76AA-48D1-8446-95376C4A2BC2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia3D</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="SettingsProviders\IcarusSettingsProvider.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |