Patch level : 12.0 1014
Files correlati : Ba0.exe Commento : Aggiunto filtro campo.aut con lista elementi aggiornati Interno :
This commit is contained in:
parent
2b2dd71239
commit
158e6e7d00
@ -71,6 +71,17 @@
|
|||||||
<Properties>
|
<Properties>
|
||||||
</Properties>
|
</Properties>
|
||||||
</CustomBuildRule>
|
</CustomBuildRule>
|
||||||
|
<CustomAutRule
|
||||||
|
Name="AutCompiler"
|
||||||
|
DisplayName="Aut Compiler"
|
||||||
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
||||||
|
Outputs="$(TargetDir)$(InputName).aut"
|
||||||
|
FileExtensions="*.aut"
|
||||||
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
||||||
|
>
|
||||||
|
<Properties>
|
||||||
|
</Properties>
|
||||||
|
</CustomAutRule>
|
||||||
<CustomBuildRule
|
<CustomBuildRule
|
||||||
Name="JpegCompiler"
|
Name="JpegCompiler"
|
||||||
DisplayName="Jpeg Compiler"
|
DisplayName="Jpeg Compiler"
|
||||||
|
@ -70,7 +70,6 @@
|
|||||||
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;__LONGDOUBLE__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;__LONGDOUBLE__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pdb</PrecompiledHeaderOutputFile>
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pdb</PrecompiledHeaderOutputFile>
|
||||||
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||||
@ -234,6 +233,9 @@
|
|||||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\src\include\campo.aut" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
<Import Project="CampoRules.targets" />
|
<Import Project="CampoRules.targets" />
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
<Filter Include="Headers">
|
<Filter Include="Headers">
|
||||||
<UniqueIdentifier>{6e97f1df-2099-4bb8-a614-5ecc4fb329c8}</UniqueIdentifier>
|
<UniqueIdentifier>{6e97f1df-2099-4bb8-a614-5ecc4fb329c8}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter Include="Aut">
|
||||||
|
<UniqueIdentifier>{b3a735e8-6c71-4cc7-a337-bdbd6f9943f9}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\src\ba\ba0.cpp">
|
<ClCompile Include="..\src\ba\ba0.cpp">
|
||||||
@ -87,4 +90,9 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="campo.rc" />
|
<ResourceCompile Include="campo.rc" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\src\include\campo.aut">
|
||||||
|
<Filter>Aut</Filter>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user