diff options
author | chai <chaifix@163.com> | 2019-08-14 22:50:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-14 22:50:43 +0800 |
commit | 15740faf9fe9fe4be08965098bbf2947e096aeeb (patch) | |
tree | a730ec236656cc8cab5b13f088adfaed6bb218fb /Runtime/Testing/JobSchedulerTest/Test.vcproj |
Diffstat (limited to 'Runtime/Testing/JobSchedulerTest/Test.vcproj')
-rw-r--r-- | Runtime/Testing/JobSchedulerTest/Test.vcproj | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/Runtime/Testing/JobSchedulerTest/Test.vcproj b/Runtime/Testing/JobSchedulerTest/Test.vcproj new file mode 100644 index 0000000..58b742f --- /dev/null +++ b/Runtime/Testing/JobSchedulerTest/Test.vcproj @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="windows-1257"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="Test" + ProjectGUID="{4FB80099-804E-4ABE-9680-31290A6F0D89}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="build/debug" + IntermediateDirectory="build/debug" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories=".;..;..\..\Utilities;..\..\Threads" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + OutputFile="Test_d.exe" + LinkIncremental="2" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/Test.pdb" + SubSystem="1" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="build/release" + IntermediateDirectory="build/release" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=".;..;..\..\Utilities;..\..\Threads" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + OutputFile="Test.exe" + LinkIncremental="1" + GenerateDebugInformation="TRUE" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="unity" + Filter=""> + <File + RelativePath="..\..\Threads\JobScheduler.cpp"> + </File> + <File + RelativePath="..\..\Threads\JobScheduler.h"> + </File> + <File + RelativePath="..\..\Utilities\Mutex.cpp"> + </File> + <File + RelativePath="..\..\Utilities\Mutex.h"> + </File> + <File + RelativePath="..\..\Threads\Semaphore.h"> + </File> + <File + RelativePath="..\..\Utilities\Thread.cpp"> + </File> + <File + RelativePath="..\..\Utilities\Thread.h"> + </File> + <File + RelativePath="..\..\Threads\ThreadMessageQueue.cpp"> + </File> + <File + RelativePath="..\..\Threads\ThreadMessageQueue.h"> + </File> + <File + RelativePath="..\..\Threads\ThreadUtility.h"> + </File> + <File + RelativePath="..\..\Utilities\Word.cpp"> + </File> + <File + RelativePath="..\..\Utilities\Word.h"> + </File> + </Filter> + <File + RelativePath=".\main.cpp"> + </File> + <File + RelativePath="..\UnityPrefix.h"> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |