2011-09-29 06:04:20 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" />
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{D2A0903C-E760-4134-AE61-3D55BF8F760C}</ProjectGuid>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<TargetName>Rainmeter</TargetName>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2013-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" />
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-10-20 14:45:43 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<DisableSpecificWarnings>4018;4090;4114;4267;4351;4786;4800;4996</DisableSpecificWarnings>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>
|
2013-10-19 13:49:48 +00:00
|
|
|
|
<AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2013-10-20 12:30:53 +00:00
|
|
|
|
<Command>if not exist "$(OutDir)Skins" xcopy /Q /S /Y ..\Build\Skins "$(OutDir)Skins\"
|
2013-10-20 12:35:56 +00:00
|
|
|
|
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Layouts "$(OutDir)Layouts\"</Command>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</PostBuildEvent>
|
2012-09-18 19:37:35 +00:00
|
|
|
|
<Manifest>
|
|
|
|
|
<AdditionalManifestFiles>Application.manifest</AdditionalManifestFiles>
|
|
|
|
|
</Manifest>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
2013-10-20 14:45:43 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<ClCompile>
|
2012-12-23 12:53:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2012-12-23 12:53:37 +00:00
|
|
|
|
<EntryPointSymbol>Main</EntryPointSymbol>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2012-04-09 11:04:07 +00:00
|
|
|
|
<ClCompile Include="Application.cpp" />
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-04-09 11:04:07 +00:00
|
|
|
|
<ResourceCompile Include="Application.rc" />
|
2011-09-29 06:04:20 +00:00
|
|
|
|
</ItemGroup>
|
2013-10-18 07:39:32 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Rainmeter.exe.config">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2011-09-29 06:04:20 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Rainmeter.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Library\Library.vcxproj">
|
|
|
|
|
<Project>{be9d2400-7f1c-49d6-8498-5ce495491ad6}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|