Files
LuaCsForBarotraumaEP/Libraries/MonoGame.Framework/Src/Tools/Pipeline/Pipeline.Windows.csproj
T
2019-06-25 16:00:44 +03:00

373 lines
17 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>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{65706950-696C-656E-2E57-696E646F7773}</ProjectGuid>
<ApplicationIcon>App.ico</ApplicationIcon>
<OutputType>WinExe</OutputType>
<RootNamespace>MonoGame.Tools.Pipeline</RootNamespace>
<AssemblyName>Pipeline</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>1591,0436</NoWarn>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
<LangVersion>Default</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DebugType>full</DebugType>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
<OutputPath>bin\Windows\AnyCPU\Debug</OutputPath>
<IntermediateOutputPath>obj\Windows\AnyCPU\Debug</IntermediateOutputPath>
<DocumentationFile>bin\Windows\AnyCPU\Debug\Pipeline.xml</DocumentationFile>
<DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<OutputPath>bin\Windows\AnyCPU\Release</OutputPath>
<IntermediateOutputPath>obj\Windows\AnyCPU\Release</IntermediateOutputPath>
<DocumentationFile>bin\Windows\AnyCPU\Release\Pipeline.xml</DocumentationFile>
<DefineConstants>TRACE;WINDOWS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Design" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
<Reference Include="System.Deployment" />
<Reference Include="System.Xaml" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsBase" />
<Reference Include="Eto.Forms">
<HintPath>..\..\ThirdParty\Dependencies\Eto\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Wpf">
<HintPath>..\..\ThirdParty\Dependencies\Eto\Eto.Wpf.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\MGCB\CommandLineParser.cs">
<Link>Common\CommandLineParser.cs</Link>
</Compile>
<Compile Include="Common\ActionStack.cs" />
<Compile Include="Common\ContentItem.cs" />
<Compile Include="Common\ContentItem.Importer.cs" />
<Compile Include="Common\ContentItem.Processor.cs" />
<Compile Include="Common\ContentItemTemplate.cs" />
<Compile Include="Common\DirectoryItem.cs" />
<Compile Include="Common\FileType.cs" />
<Compile Include="Common\ProjectState.cs" />
<Compile Include="Common\PipelineController.MoveAction.cs" />
<Compile Include="Common\PipelineController.ExcludeAction.cs" />
<Compile Include="Common\PipelineController.IncludeAction.cs" />
<Compile Include="Common\PipelineController.UpdateProcessorAction.cs" />
<Compile Include="Common\PipelineController.UpdatePropertyAction.cs" />
<Compile Include="Common\PipelineSettings.cs" />
<Compile Include="Common\IController.cs" />
<Compile Include="Common\IncludeItem.cs" />
<Compile Include="Common\IProjectAction.cs" />
<Compile Include="Common\IProjectItem.cs" />
<Compile Include="Common\IProjectObserver.cs" />
<Compile Include="Common\IView.cs" />
<Compile Include="Common\MenuInfo.cs" />
<Compile Include="Common\OutputParser.cs" />
<Compile Include="Common\PipelineProjectParser.cs" />
<Compile Include="Common\Util.cs" />
<Compile Include="Common\StringExtensions.cs" />
<Compile Include="Common\CustomPropertyDescriptors.cs" />
<Compile Include="Common\PipelineController.cs" />
<Compile Include="Common\PipelineProject.cs" />
<Compile Include="Common\PipelineTypes.cs" />
<Compile Include="Common\Extensions.cs" />
<Compile Include="Global.cs" />
<Compile Include="MainWindow.cs" />
<Compile Include="MainWindow.eto.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="LogWindow.cs" />
<Compile Include="LogWindow.eto.cs">
<DependentUpon>LogWindow.cs</DependentUpon>
</Compile>
<Compile Include="Global.Windows.cs">
<DependentUpon>Global.cs</DependentUpon>
<Platforms>Windows</Platforms>
</Compile>
<Compile Include="Styles.Windows.cs">
<Platforms>Windows</Platforms>
</Compile>
<Compile Include="Controls\PropertyCells\CellBase.cs" />
<Compile Include="Controls\PropertyCells\CellBool.cs" />
<Compile Include="Controls\PropertyCells\CellChar.cs" />
<Compile Include="Controls\PropertyCells\CellColor.cs" />
<Compile Include="Controls\PropertyCells\CellCombo.cs" />
<Compile Include="Controls\PropertyCells\CellNumber.cs" />
<Compile Include="Controls\PropertyCells\CellPath.cs" />
<Compile Include="Controls\PropertyCells\CellRefs.cs" />
<Compile Include="Controls\PropertyCells\CellText.cs" />
<Compile Include="Controls\BuildItem.cs" />
<Compile Include="Controls\DrawInfo.cs" />
<Compile Include="Controls\Pad.cs" />
<Compile Include="Controls\Pad.eto.cs">
<DependentUpon>Pad.cs</DependentUpon>
</Compile>
<Compile Include="Controls\BuildOutput.cs" />
<Compile Include="Controls\BuildOutput.eto.cs">
<DependentUpon>BuildOutput.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PropertyGridControl.cs" />
<Compile Include="Controls\PropertyGridControl.eto.cs">
<DependentUpon>PropertyGridControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PropertyGridTable.cs" />
<Compile Include="Controls\PropertyGridTable.eto.cs">
<DependentUpon>PropertyGridTable.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ProjectControl.eto.cs" />
<Compile Include="Dialogs\AddItemDialog.cs" />
<Compile Include="Dialogs\AddItemDialog.eto.cs">
<DependentUpon>AddItemDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\DeleteDialog.cs" />
<Compile Include="Dialogs\DeleteDialog.eto.cs">
<DependentUpon>DeleteDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\EditDialog.cs" />
<Compile Include="Dialogs\EditDialog.eto.cs">
<DependentUpon>EditDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\NewItemDialog.cs" />
<Compile Include="Dialogs\NewItemDialog.eto.cs">
<DependentUpon>NewItemDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\PathDialog.cs" />
<Compile Include="Dialogs\PathDialog.eto.cs">
<DependentUpon>PathDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ReferenceDialog.cs" />
<Compile Include="Dialogs\ReferenceDialog.eto.cs">
<DependentUpon>ReferenceDialog.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Templates\Effect.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\Effect.fx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\Effect.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\SpriteEffect.fx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\SpriteEffect.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\Xml.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\XmlContent.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\XmlContent.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\Font.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\SpriteFont.spritefont">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\SpriteFont.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\LocalizedSpriteFont.spritefont">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Templates\LocalizedSpriteFont.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="app.manifest" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="App.ico" />
<EmbeddedResource Include="Icons\monogame.png">
<LogicalName>Icons.monogame.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Settings.png">
<LogicalName>Icons.Settings.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\..\LICENSE.txt">
<Link>LICENSE.txt</Link>
<LogicalName>LICENSE.txt</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\TreeView\Root.png">
<LogicalName>TreeView.Root.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\TreeView\File.png">
<LogicalName>TreeView.File.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\TreeView\Folder.png">
<LogicalName>TreeView.Folder.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\TreeView\Link.png">
<LogicalName>TreeView.Link.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\EndFailed.png">
<LogicalName>Build.EndFailed.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\EndSucceed.png">
<LogicalName>Build.EndSucceed.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Fail.png">
<LogicalName>Build.Fail.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Information.png">
<LogicalName>Build.Information.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Processing.png">
<LogicalName>Build.Processing.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Skip.png">
<LogicalName>Build.Skip.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Start.png">
<LogicalName>Build.Start.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\Succeed.png">
<LogicalName>Build.Succeed.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Build\SucceedWithWarnings.png">
<LogicalName>Build.SucceedWithWarnings.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Build.png">
<LogicalName>Commands.Build.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\CancelBuild.png">
<LogicalName>Commands.CancelBuild.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Clean.png">
<LogicalName>Commands.Clean.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Close.png">
<LogicalName>Commands.Close.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Delete.png">
<LogicalName>Commands.Delete.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\ExistingFolder.png">
<LogicalName>Commands.ExistingFolder.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\ExistingItem.png">
<LogicalName>Commands.ExistingItem.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Help.png">
<LogicalName>Commands.Help.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\New.png">
<LogicalName>Commands.New.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\NewFolder.png">
<LogicalName>Commands.NewFolder.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\NewItem.png">
<LogicalName>Commands.NewItem.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Open.png">
<LogicalName>Commands.Open.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\OpenItem.png">
<LogicalName>Commands.OpenItem.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Rebuild.png">
<LogicalName>Commands.Rebuild.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Redo.png">
<LogicalName>Commands.Redo.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Rename.png">
<LogicalName>Commands.Rename.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Save.png">
<LogicalName>Commands.Save.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\SaveAs.png">
<LogicalName>Commands.SaveAs.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icons\Commands\Undo.png">
<LogicalName>Commands.Undo.png</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<_PostBuildHookTimestamp>@(IntermediateAssembly-&gt;'%(FullPath).timestamp')</_PostBuildHookTimestamp>
<_PostBuildHookHostPlatform>$(Platform)</_PostBuildHookHostPlatform>
</PropertyGroup>
<Target Name="PostBuildHooks" Inputs="@(IntermediateAssembly);@(ReferencePath)" Outputs="@(IntermediateAssembly);$(_PostBuildHookTimestamp)" AfterTargets="CoreCompile" BeforeTargets="AfterCompile">
<Touch Files="$(_PostBuildHookTimestamp)" AlwaysCreate="True" />
</Target>
<Import Project="Pipeline.targets" />
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Windows.csproj">
<Project>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</Project>
<Name>MonoGame.Framework.Windows</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework.Content.Pipeline\MonoGame.Framework.Content.Pipeline.Windows.csproj">
<Project>{B950DE10-AC5D-4BD9-B817-51247C4A732D}</Project>
<Name>MonoGame.Framework.Content.Pipeline.Windows</Name>
</ProjectReference>
<ProjectReference Include="..\MGCB\MGCB.Windows.csproj">
<Project>{4243474D-572E-6E69-646F-77734D474342}</Project>
<Name>MGCB.Windows</Name>
</ProjectReference>
<ProjectReference Include="..\MonoGame.Build.Tasks\MonoGame.Build.Tasks.Windows.csproj">
<Project>{E2D9E2AE-B875-D3D6-92B1-ECDC6C642E54}</Project>
<Name>MonoGame.Build.Tasks.Windows</Name>
</ProjectReference>
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties><Policies>
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
<CSharpFormattingPolicy IndentSwitchSection="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>