Add snapshot of gyp-generated vs proj for any third party devs who were using the old project. README.TXT explains how to generate an up to date one.



git-svn-id: http://skia.googlecode.com/svn/trunk@1378 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/vs/skia_opts.vcproj b/vs/skia_opts.vcproj
new file mode 100644
index 0000000..2e0fb86
--- /dev/null
+++ b/vs/skia_opts.vcproj
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="Windows-1252"?>

+<VisualStudioProject Keyword="Win32Proj" Name="skia_opts" ProjectGUID="{3EAFF642-1D39-9C91-7808-6812009ED6C8}" ProjectType="Visual C++" RootNamespace="skia_opts" Version="9.00">

+  <Platforms>

+    <Platform Name="Win32"/>

+  </Platforms>

+  <ToolFiles/>

+  <Configurations>

+    <Configuration ConfigurationType="4" IntermediateDirectory="$(ConfigurationName)\obj\$(ProjectName)" Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">

+      <Tool AdditionalIncludeDirectories="..\include\config;..\include\core;..\src\core" AdditionalOptions="/MP" DebugInformationFormat="3" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;&quot;SK_BUILD_FOR_WIN32&quot;;&quot;SK_IGNORE_STDINT_DOT_H&quot;;&quot;SK_DEBUG&quot;;&quot;GR_DEBUG=1&quot;" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="3" WarnAsError="false" WarningLevel="1"/>

+      <Tool AdditionalIncludeDirectories="..\include\config;..\include\core;..\src\core" Name="VCResourceCompilerTool" PreprocessorDefinitions="&quot;SK_BUILD_FOR_WIN32&quot;;&quot;SK_IGNORE_STDINT_DOT_H&quot;;&quot;SK_DEBUG&quot;;&quot;GR_DEBUG=1&quot;"/>

+      <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>

+      <Tool GenerateDebugInformation="true" Name="VCLinkerTool"/>

+    </Configuration>

+    <Configuration ConfigurationType="4" IntermediateDirectory="$(ConfigurationName)\obj\$(ProjectName)" Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">

+      <Tool AdditionalIncludeDirectories="..\include\config;..\include\core;..\src\core" AdditionalOptions="/MP" DebugInformationFormat="3" Name="VCCLCompilerTool" Optimization="2" PreprocessorDefinitions="NDEBUG;&quot;SK_BUILD_FOR_WIN32&quot;;&quot;SK_IGNORE_STDINT_DOT_H&quot;;&quot;SK_RELEASE&quot;;&quot;GR_RELEASE=1&quot;" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="2" WarnAsError="false" WarningLevel="1"/>

+      <Tool AdditionalIncludeDirectories="..\include\config;..\include\core;..\src\core" Name="VCResourceCompilerTool" PreprocessorDefinitions="&quot;SK_BUILD_FOR_WIN32&quot;;&quot;SK_IGNORE_STDINT_DOT_H&quot;;&quot;SK_RELEASE&quot;;&quot;GR_RELEASE=1&quot;"/>

+      <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>

+      <Tool GenerateDebugInformation="false" Name="VCLinkerTool"/>

+    </Configuration>

+  </Configurations>

+  <References/>

+  <Files>

+    <File RelativePath="skia.gyp"/>

+    <Filter Name="..">

+      <Filter Name="src">

+        <Filter Name="opts">

+          <File RelativePath="..\src\opts\SkBlitRow_opts_SSE2.cpp"/>

+          <File RelativePath="..\src\opts\SkUtils_opts_SSE2.cpp"/>

+          <File RelativePath="..\src\opts\SkBitmapProcState_opts_SSE2.cpp"/>

+        </Filter>

+      </Filter>

+    </Filter>

+  </Files>

+  <Globals/>

+</VisualStudioProject>