Last change
on this file since 1518 was
1518,
checked in by sam, 9 years ago
|
build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.
|
File size:
808 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <Import Project="Lol.Core.Build.props" /> |
---|
4 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
5 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
---|
6 | <UseDebugLibraries>true</UseDebugLibraries> |
---|
7 | </PropertyGroup> |
---|
8 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
---|
9 | <UseDebugLibraries>false</UseDebugLibraries> |
---|
10 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
11 | </PropertyGroup> |
---|
12 | <PropertyGroup Label="Configuration"> |
---|
13 | <CharacterSet>MultiByte</CharacterSet> |
---|
14 | <UseOfMfc>Dynamic</UseOfMfc> |
---|
15 | </PropertyGroup> |
---|
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
17 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.