50
50
<CharacterSet >Unicode</CharacterSet >
51
51
</PropertyGroup >
52
52
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
- <ImportGroup Label =" PropertySheets" >
53
+ <ImportGroup Label =" PropertySheets" >
54
54
<Import Project =" $(SolutionDir)\common-project.props" Label =" SolutionWideSettings" />
55
55
</ImportGroup >
56
56
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
- <Import Project =" $(SolutionDir)\common-project-Debug-Win32.props" Condition =" exists('$(SolutionDir)\common-project-Debug-Win32.props')" Label =" SolutionWideDebugWin32Settings" />
57
+ <Import Project =" $(SolutionDir)\common-project-Debug-Win32.props" Condition =" exists('$(SolutionDir)\common-project-Debug-Win32.props')" Label =" SolutionWideDebugWin32Settings" />
58
58
</ImportGroup >
59
59
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60
- <Import Project =" $(SolutionDir)\common-project-Release-Win32.props" Condition =" exists('$(SolutionDir)\common-project-Release-Win32.props')" Label =" SolutionWideReleaseWin32Settings" />
60
+ <Import Project =" $(SolutionDir)\common-project-Release-Win32.props" Condition =" exists('$(SolutionDir)\common-project-Release-Win32.props')" Label =" SolutionWideReleaseWin32Settings" />
61
61
</ImportGroup >
62
62
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
63
- <Import Project =" $(SolutionDir)\common-project-Debug-Win64.props" Condition =" exists('$(SolutionDir)\common-project-Debug-Win64.props')" Label =" SolutionWideDebugWin64Settings" />
63
+ <Import Project =" $(SolutionDir)\common-project-Debug-Win64.props" Condition =" exists('$(SolutionDir)\common-project-Debug-Win64.props')" Label =" SolutionWideDebugWin64Settings" />
64
64
</ImportGroup >
65
65
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66
- <Import Project =" $(SolutionDir)\common-project-Release-Win64.props" Condition =" exists('$(SolutionDir)\common-project-Release-Win64.props')" Label =" SolutionWideReleaseWin64Settings" />
66
+ <Import Project =" $(SolutionDir)\common-project-Release-Win64.props" Condition =" exists('$(SolutionDir)\common-project-Release-Win64.props')" Label =" SolutionWideReleaseWin64Settings" />
67
67
</ImportGroup >
68
68
<ImportGroup Label =" ExtensionSettings" >
69
69
</ImportGroup >
70
70
<ImportGroup Label =" Shared" >
71
71
</ImportGroup >
72
72
<PropertyGroup Label =" UserMacros" />
73
73
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
74
- <NMakeOutput >collection-1.exe </NMakeOutput >
74
+ <NMakeOutput ></NMakeOutput >
75
75
<NMakePreprocessorDefinitions >NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
76
76
<OutDir >$(SolutionDir)bin\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\</OutDir >
77
77
<IntDir >$(SolutionDir)obj\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\$(ConfigurationType)-$(ProjectName)\</IntDir >
78
+ <CopyLocalDeploymentContent >true</CopyLocalDeploymentContent >
79
+ <WholeProgramOptimization >true</WholeProgramOptimization >
80
+ <LinkIncremental >false</LinkIncremental >
78
81
</PropertyGroup >
79
82
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80
- <NMakeOutput >collection-1.exe </NMakeOutput >
83
+ <NMakeOutput ></NMakeOutput >
81
84
<NMakePreprocessorDefinitions >WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
82
85
<OutDir >$(SolutionDir)bin\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\</OutDir >
83
86
<IntDir >$(SolutionDir)obj\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\$(ConfigurationType)-$(ProjectName)\</IntDir >
87
+ <CopyLocalDeploymentContent >true</CopyLocalDeploymentContent >
88
+ <WholeProgramOptimization >true</WholeProgramOptimization >
89
+ <LinkIncremental >false</LinkIncremental >
84
90
</PropertyGroup >
85
91
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86
- <NMakeOutput >collection-1.exe </NMakeOutput >
92
+ <NMakeOutput ></NMakeOutput >
87
93
<NMakePreprocessorDefinitions >_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
88
94
<OutDir >$(SolutionDir)bin\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\</OutDir >
89
95
<IntDir >$(SolutionDir)obj\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\$(ConfigurationType)-$(ProjectName)\</IntDir >
96
+ <CopyLocalDeploymentContent >true</CopyLocalDeploymentContent >
97
+ <WholeProgramOptimization >true</WholeProgramOptimization >
98
+ <LinkIncremental >false</LinkIncremental >
90
99
</PropertyGroup >
91
100
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92
- <NMakeOutput >collection-1.exe </NMakeOutput >
101
+ <NMakeOutput ></NMakeOutput >
93
102
<NMakePreprocessorDefinitions >WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
94
103
<OutDir >$(SolutionDir)bin\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\</OutDir >
95
104
<IntDir >$(SolutionDir)obj\$(Configuration)-$(CharacterSet)-$(PlatformArchitecture)bit-$(PlatformShortname)\$(ConfigurationType)-$(ProjectName)\</IntDir >
105
+ <CopyLocalDeploymentContent >true</CopyLocalDeploymentContent >
106
+ <WholeProgramOptimization >true</WholeProgramOptimization >
107
+ <LinkIncremental >false</LinkIncremental >
96
108
</PropertyGroup >
97
- <ItemDefinitionGroup >
109
+ <ItemDefinitionGroup >
98
110
<ClCompile >
99
111
<Optimization >Custom</Optimization >
100
112
<BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
128
140
<RuntimeTypeInfo >true</RuntimeTypeInfo >
129
141
<AdditionalOptions >/bigobj /utf-8 /Zc:__cplusplus /Zc:preprocessor %(AdditionalOptions)</AdditionalOptions >
130
142
</ClCompile >
131
- </ItemDefinitionGroup >
132
- <ItemDefinitionGroup >
143
+ </ItemDefinitionGroup >
144
+ <ItemDefinitionGroup >
133
145
</ItemDefinitionGroup >
134
146
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
135
147
<ImportGroup Label =" ExtensionTargets" />
210
222
<Text Include =" ../../thirdparty/owemdjee/2D-color-gradient-or-Procedural-texture/src/pas/bmpM.pas" />
211
223
<Text Include =" ../../thirdparty/owemdjee/2D-color-gradient-or-Procedural-texture/src/pas/mainM.pas" />
212
224
</ItemGroup >
213
- <ImportGroup Label =" PropertySheets" >
225
+ <ImportGroup Label =" PropertySheets" >
214
226
<Import Project =" $(SolutionDir)\common-project-ultimate-override.props" Label =" SolutionWideSettingsOverride" />
215
227
</ImportGroup >
216
- </Project >
228
+ </Project >
229
+
0 commit comments