summaryrefslogtreecommitdiff
path: root/pthreads/pthread-win32.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'pthreads/pthread-win32.vcproj')
-rw-r--r--pthreads/pthread-win32.vcproj194
1 files changed, 0 insertions, 194 deletions
diff --git a/pthreads/pthread-win32.vcproj b/pthreads/pthread-win32.vcproj
deleted file mode 100644
index 5149ea4..0000000
--- a/pthreads/pthread-win32.vcproj
+++ /dev/null
@@ -1,194 +0,0 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="pthread-win32"
- ProjectGUID="{CE4CD8F8-E5AB-46F6-ACF3-167687C47C9F}"
- RootNamespace="pthreadwin32"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)build\temp\lib\"
- IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="$(ProjectDir)src"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)-mt-debug.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="xcopy &quot;$(ProjectDir)src\pthread.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\semaphore.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\sched.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)build\temp\lib\"
- IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="false"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="$(ProjectDir)src"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName)-mt.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="xcopy &quot;$(ProjectDir)src\pthread.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\semaphore.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;xcopy &quot;$(ProjectDir)src\sched.h&quot; &quot;$(SolutionDir)build\temp\include&quot; /I /Y /D&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="include"
- >
- <File
- RelativePath=".\src\config.h"
- >
- </File>
- <File
- RelativePath=".\src\implement.h"
- >
- </File>
- <File
- RelativePath=".\src\need_errno.h"
- >
- </File>
- <File
- RelativePath=".\src\pthread.h"
- >
- </File>
- <File
- RelativePath=".\src\semaphore.h"
- >
- </File>
- </Filter>
- <Filter
- Name="src"
- >
- <File
- RelativePath=".\src\pthread.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>