Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-07-10 22:15:20 +0400
committerstarkos <none@none>2008-07-10 22:15:20 +0400
commitcbcade9f4102c74296944bbfbd081c410ddfefb9 (patch)
tree6760fdbc437e69b32189cd91ea1447375e24634a /samples
parent2295d784f1d323f3c29e6e72d972646af89f3741 (diff)
Configuration, defines, bugs fixes, and a bunch of refactoring (r424:445)
Diffstat (limited to 'samples')
-rw-r--r--samples/vs2005/CppExe/CppExe.vcproj52
1 files changed, 3 insertions, 49 deletions
diff --git a/samples/vs2005/CppExe/CppExe.vcproj b/samples/vs2005/CppExe/CppExe.vcproj
index 415aeb0..6cc541f 100644
--- a/samples/vs2005/CppExe/CppExe.vcproj
+++ b/samples/vs2005/CppExe/CppExe.vcproj
@@ -40,11 +40,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MSG=&quot;Hi there&quot;;BUILDING"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- UsePrecompiledHeader="2"
+ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
@@ -169,54 +169,8 @@
<References>
</References>
<Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\CppExe.cpp"
- >
- </File>
- <File
- RelativePath=".\stdafx.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".\stdafx.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- </Filter>
<File
- RelativePath=".\ReadMe.txt"
+ RelativePath=".\CppExe.cpp"
>
</File>
</Files>