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>
 | 
			
		||||
		</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
 | 
			
		||||
			Name="JpegCompiler"
 | 
			
		||||
			DisplayName="Jpeg Compiler"
 | 
			
		||||
 | 
			
		||||
@ -70,7 +70,6 @@
 | 
			
		||||
      <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;__LONGDOUBLE__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
			
		||||
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
			
		||||
      <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pdb</PrecompiledHeaderOutputFile>
 | 
			
		||||
      
 | 
			
		||||
      <WarningLevel>Level3</WarningLevel>
 | 
			
		||||
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
			
		||||
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
			
		||||
@ -234,6 +233,9 @@
 | 
			
		||||
      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
 | 
			
		||||
    </ProjectReference>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="..\src\include\campo.aut" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
			
		||||
  <ImportGroup Label="ExtensionTargets">
 | 
			
		||||
    <Import Project="CampoRules.targets" />
 | 
			
		||||
 | 
			
		||||
@ -15,6 +15,9 @@
 | 
			
		||||
    <Filter Include="Headers">
 | 
			
		||||
      <UniqueIdentifier>{6e97f1df-2099-4bb8-a614-5ecc4fb329c8}</UniqueIdentifier>
 | 
			
		||||
    </Filter>
 | 
			
		||||
    <Filter Include="Aut">
 | 
			
		||||
      <UniqueIdentifier>{b3a735e8-6c71-4cc7-a337-bdbd6f9943f9}</UniqueIdentifier>
 | 
			
		||||
    </Filter>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClCompile Include="..\src\ba\ba0.cpp">
 | 
			
		||||
@ -87,4 +90,9 @@
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ResourceCompile Include="campo.rc" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="..\src\include\campo.aut">
 | 
			
		||||
      <Filter>Aut</Filter>
 | 
			
		||||
    </None>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user