mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 12:48:37 +08:00
- Moved tcl samples to resource folder. - Clean up cmake from samples related settings. - Removed CSharp samples from the repository. - Removed MFC samples from the repository. - Removed Qt samples from the repository. - Removed Inspector samples from the repository. - Removed glwin samples from the repository. - Removed webgl samples from the repository. - Removed xaml samples from the repository. - Removed Java samples from the repository.
41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@X_COMPILER_BITNESS@'">
|
|
<LocalDebuggerEnvironment>CASROOT=@OCCT_ROOT_DIR@
|
|
CSF_FPE=@BUILD_ENABLE_FPE_SIGNAL_HANDLER@
|
|
CSF_OCCTResourcePath=@OCCT_ROOT_DIR@/resources
|
|
DRAWHOME=@OCCT_ROOT_DIR@/resources/DrawResources
|
|
CSF_OCCTDataPath=@OCCT_ROOT_DIR@/data
|
|
CSF_OCCTTestsPath=@OCCT_ROOT_DIR@/tests
|
|
CSF_OCCTDocPath=@OCCT_ROOT_DIR@/doc
|
|
PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
|
|
</LocalDebuggerEnvironment>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|@X_COMPILER_BITNESS@'">
|
|
<LocalDebuggerEnvironment>CASROOT=@OCCT_ROOT_DIR@
|
|
CSF_FPE=@BUILD_ENABLE_FPE_SIGNAL_HANDLER@
|
|
CSF_OCCTResourcePath=@OCCT_ROOT_DIR@/resources
|
|
CSF_OCCTDataPath=@OCCT_ROOT_DIR@/data
|
|
CSF_OCCTTestsPath=@OCCT_ROOT_DIR@/tests
|
|
CSF_OCCTDocPath=@OCCT_ROOT_DIR@/doc
|
|
PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
|
|
</LocalDebuggerEnvironment>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@X_COMPILER_BITNESS@'">
|
|
<LocalDebuggerEnvironment>CASROOT=@OCCT_ROOT_DIR@
|
|
CSF_FPE=@BUILD_ENABLE_FPE_SIGNAL_HANDLER@
|
|
DRAWHOME=@OCCT_ROOT_DIR@/resources/DrawResources
|
|
CSF_OCCTResourcePath=@OCCT_ROOT_DIR@/resources
|
|
CSF_OCCTDataPath=@OCCT_ROOT_DIR@/data
|
|
CSF_OCCTTestsPath=@OCCT_ROOT_DIR@/tests
|
|
CSF_OCCTDocPath=@OCCT_ROOT_DIR@/doc
|
|
PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
|
|
</LocalDebuggerEnvironment>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
|
|
</PropertyGroup>
|
|
</Project> |