Skip to content

Commit

Permalink
Updated VC Proj ver to Visual C++ 2008
Browse files Browse the repository at this point in the history
  • Loading branch information
Isshu Rakusai committed Nov 2, 2009
1 parent 583aed1 commit ac1e0ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Binary file added gyazowin.ncb
Binary file not shown.
4 changes: 2 additions & 2 deletions gyazowin.sln
@@ -1,6 +1,6 @@


Microsoft Visual Studio Solution File, Format Version 9.00 Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2005 # Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gyazowin", "gyazowin\gyazowin.vcproj", "{D07D541C-05E9-49CC-9090-4238AB392C38}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gyazowin", "gyazowin\gyazowin.vcproj", "{D07D541C-05E9-49CC-9090-4238AB392C38}"
EndProject EndProject
Global Global
Expand Down
13 changes: 6 additions & 7 deletions gyazowin/gyazowin.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="shift_jis"?> <?xml version="1.0" encoding="shift_jis"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="9.00"
Name="gyazowin" Name="gyazowin"
ProjectGUID="{D07D541C-05E9-49CC-9090-4238AB392C38}" ProjectGUID="{D07D541C-05E9-49CC-9090-4238AB392C38}"
RootNamespace="gyazowin" RootNamespace="gyazowin"
Keyword="Win32Proj" Keyword="Win32Proj"
TargetFrameworkVersion="131072"
> >
<Platforms> <Platforms>
<Platform <Platform
Expand Down Expand Up @@ -66,6 +67,8 @@
LinkIncremental="2" LinkIncremental="2"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
Expand All @@ -86,9 +89,6 @@
<Tool <Tool
Name="VCAppVerifierTool" Name="VCAppVerifierTool"
/> />
<Tool
Name="VCWebDeploymentTool"
/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
/> />
Expand Down Expand Up @@ -141,6 +141,8 @@
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
Expand All @@ -161,9 +163,6 @@
<Tool <Tool
Name="VCAppVerifierTool" Name="VCAppVerifierTool"
/> />
<Tool
Name="VCWebDeploymentTool"
/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
/> />
Expand Down

0 comments on commit ac1e0ca

Please sign in to comment.