Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
engine
Commits
a5105572
Commit
a5105572
authored
4 years ago
by
D-AIRY
Browse files
Options
Downloads
Patches
Plain Diff
Fixed project settings
parent
44a438d7
No related branches found
Branches containing commit
Tags
version_X.11.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proj/msDSEExporter/vs2013/msDSEExporter.vcxproj
+10
-5
10 additions, 5 deletions
proj/msDSEExporter/vs2013/msDSEExporter.vcxproj
source/SkyXEngine.h
+1
-1
1 addition, 1 deletion
source/SkyXEngine.h
with
11 additions
and
6 deletions
proj/msDSEExporter/vs2013/msDSEExporter.vcxproj
+
10
−
5
View file @
a5105572
...
...
@@ -42,7 +42,12 @@
<ClCompile
Include=
"..\..\..\source\msDSEExporter\GeomDetector.cpp"
/>
<ClCompile
Include=
"..\..\..\source\msDSEExporter\Plugin.cpp"
/>
<ClCompile
Include=
"..\..\..\source\msDSEExporter\Provider.cpp"
/>
<ClCompile
Include=
"..\..\..\source\msDSEExporter\stdafx.cpp"
/>
<ClCompile
Include=
"..\..\..\source\msDSEExporter\stdafx.cpp"
>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Create
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
Create
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
Create
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
Create
</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\source\msDSEExporter\Exporter.h"
/>
...
...
@@ -147,7 +152,7 @@
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<PrecompiledHeader>
Creat
e
</PrecompiledHeader>
<PrecompiledHeader>
Us
e
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
@@ -166,7 +171,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<PrecompiledHeader>
Creat
e
</PrecompiledHeader>
<PrecompiledHeader>
Us
e
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN64;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
@@ -186,7 +191,7 @@
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
Creat
e
</PrecompiledHeader>
<PrecompiledHeader>
Us
e
</PrecompiledHeader>
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -207,7 +212,7 @@
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
Creat
e
</PrecompiledHeader>
<PrecompiledHeader>
Us
e
</PrecompiledHeader>
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
This diff is collapsed.
Click to expand it.
source/SkyXEngine.h
+
1
−
1
View file @
a5105572
...
...
@@ -292,7 +292,7 @@ QT стиль документирования (!) и QT_AUTOBRIEF - корот
#ifndef __SKYXENGINE_H
#define __SKYXENGINE_H
#define SKYXENGINE_VERSION "X.11.
1
"
#define SKYXENGINE_VERSION "X.11.
2
"
#define SKYXENGINE_VERSION4EDITORS "SkyXEngine version " ## SKYXENGINE_VERSION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment