You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
3.9 KiB
XML
85 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DualityPackageExcludeParentElement />
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram>
|
|
<StartWorkingDirectory>$(SolutionDir)Samples\DynamicLighting\Content\</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<DualityPackageExcludeParentElement />
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram>
|
|
<StartWorkingDirectory>$(SolutionDir)Samples\DynamicLighting\Content\</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{3518ECDE-DC59-472A-AB91-7AEF884C6DDA}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DynamicLighting</RootNamespace>
|
|
<AssemblyName>DynamicLighting.editor</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<RestorePackages>true</RestorePackages>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataConverters\LightingRendererFromMaterial.cs" />
|
|
<Compile Include="DynamicLightingPlugin.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Source\Editor\DualityEditor\DualityEditor.csproj">
|
|
<Project>{9FB9F397-FD39-460C-A9AD-B4780D19945F}</Project>
|
|
<Name>DualityEditor</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Core\DynamicLighting.Core.csproj">
|
|
<Project>{AFE883F3-72B4-4C7C-A1D1-44EDC09C8F6E}</Project>
|
|
<Name>DynamicLighting.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Source\Core\Primitives\DualityPrimitives.csproj">
|
|
<Project>{c87a6a2f-e537-48fa-a789-3c54cf29cc09}</Project>
|
|
<Name>DualityPrimitives</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Source\Core\Duality\Duality.csproj">
|
|
<Project>{D821AFB9-BCC9-4025-9A9C-798E2BC546AB}</Project>
|
|
<Name>Duality</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<DualityPackageExcludeParentElement />
|
|
<PostBuildEvent>mkdir "$(ProjectDir)..\Content\Plugins"
|
|
copy "$(TargetPath)" "$(ProjectDir)..\Content\Plugins"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |