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.
81 lines
3.8 KiB
XML
81 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{54A1F3DB-C6E2-4748-947C-05DE91A15DFF}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DynamicLighting</RootNamespace>
|
|
<AssemblyName>DynamicLighting.core</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</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>
|
|
<DocumentationFile>DynamicLighting.core.xml</DocumentationFile>
|
|
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
|
|
<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>
|
|
<DocumentationFile>DynamicLighting.core.xml</DocumentationFile>
|
|
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CorePlugin.cs" />
|
|
<Compile Include="Properties\DynLightResNames.cs" />
|
|
<Compile Include="VertexC1P3T4A4A1.cs" />
|
|
<Compile Include="LightingAnimSpriteRenderer.cs" />
|
|
<Compile Include="Light.cs" />
|
|
<Compile Include="LightingSpriteRenderer.cs" />
|
|
<Compile Include="LightingTechnique.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="VertexC1P3T2A4.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="EmbeddedResources\iconCmpLightingSpriteRenderer.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="EmbeddedResources\iconResLightingTechnique.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="EmbeddedResources\lightbulb.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Reference Include="DualityPrimitives, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\..\DualityPrimitives.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Duality, Version=2.10.1.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\..\Duality.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
mkdir "$(SolutionDir)../../Plugins"
|
|
copy "$(TargetPath)" "$(SolutionDir)../../Plugins"
|
|
xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)../../Plugins"
|
|
mkdir "$(SolutionDir)../../Plugins"
|
|
copy "$(TargetPath)" "$(SolutionDir)../../Plugins"
|
|
xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)../../Plugins"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |