196 lines
		
	
	
		
			9.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			196 lines
		
	
	
		
			9.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <PropertyGroup>
 | 
						|
    <SchemaVersion>2.0</SchemaVersion>
 | 
						|
    <ProjectVersion>6.1</ProjectVersion>
 | 
						|
    <ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName>
 | 
						|
    <ProjectGuid>{f71abc8f-40b1-4ec1-b079-ec2cf2114afb}</ProjectGuid>
 | 
						|
    <avrdevice>ATmega328P</avrdevice>
 | 
						|
    <avrdeviceseries>none</avrdeviceseries>
 | 
						|
    <OutputType>Executable</OutputType>
 | 
						|
    <Language>CPP</Language>
 | 
						|
    <OutputFileName>$(MSBuildProjectName)</OutputFileName>
 | 
						|
    <OutputFileExtension>.elf</OutputFileExtension>
 | 
						|
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
 | 
						|
    <AssemblyName>Nixie clock</AssemblyName>
 | 
						|
    <Name>Nixie clock</Name>
 | 
						|
    <RootNamespace>Nixie clock</RootNamespace>
 | 
						|
    <ToolchainFlavour>Native</ToolchainFlavour>
 | 
						|
    <KeepTimersRunning>true</KeepTimersRunning>
 | 
						|
    <OverrideVtor>false</OverrideVtor>
 | 
						|
    <OverrideVtorValue>exception_table</OverrideVtorValue>
 | 
						|
    <eraseonlaunchrule>0</eraseonlaunchrule>
 | 
						|
    <ProgFlashFromRam>true</ProgFlashFromRam>
 | 
						|
    <RamSnippetAddress>0x20000000</RamSnippetAddress>
 | 
						|
    <CacheFlash>true</CacheFlash>
 | 
						|
    <UncachedRange />
 | 
						|
    <BootSegment>2</BootSegment>
 | 
						|
    <AsfFrameworkConfig>
 | 
						|
      <framework-data xmlns="">
 | 
						|
        <options />
 | 
						|
        <configurations />
 | 
						|
        <files />
 | 
						|
        <documentation help="" />
 | 
						|
        <offline-documentation help="" />
 | 
						|
        <dependencies>
 | 
						|
          <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.8.1" />
 | 
						|
        </dependencies>
 | 
						|
      </framework-data>
 | 
						|
    </AsfFrameworkConfig>
 | 
						|
    <avrtoolinterface />
 | 
						|
    <avrtool>com.atmel.avrdbg.tool.simulator</avrtool>
 | 
						|
    <com_atmel_avrdbg_tool_simulator>
 | 
						|
      <ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
 | 
						|
      <ToolName>Simulator</ToolName>
 | 
						|
      <ToolNumber>
 | 
						|
      </ToolNumber>
 | 
						|
      <StimuliFile>
 | 
						|
      </StimuliFile>
 | 
						|
      <Channel>
 | 
						|
        <host>127.0.0.1</host>
 | 
						|
        <port>64002</port>
 | 
						|
        <ssl>False</ssl>
 | 
						|
      </Channel>
 | 
						|
      <ToolOptions>
 | 
						|
        <InterfaceProperties>
 | 
						|
          <JtagEnableExtResetOnStartSession>false</JtagEnableExtResetOnStartSession>
 | 
						|
        </InterfaceProperties>
 | 
						|
        <InterfaceName>
 | 
						|
        </InterfaceName>
 | 
						|
      </ToolOptions>
 | 
						|
    </com_atmel_avrdbg_tool_simulator>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 | 
						|
    <ToolchainSettings>
 | 
						|
      <AvrGccCpp>
 | 
						|
        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
 | 
						|
        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
 | 
						|
        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
 | 
						|
        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
 | 
						|
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
 | 
						|
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
 | 
						|
        <avrgcc.compiler.symbols.DefSymbols>
 | 
						|
          <ListValues>
 | 
						|
            <Value>NDEBUG</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcc.compiler.symbols.DefSymbols>
 | 
						|
        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
 | 
						|
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
 | 
						|
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
 | 
						|
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
 | 
						|
        <avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>
 | 
						|
        <avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>
 | 
						|
        <avrgcccpp.compiler.symbols.DefSymbols>
 | 
						|
          <ListValues>
 | 
						|
            <Value>NDEBUG</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcccpp.compiler.symbols.DefSymbols>
 | 
						|
        <avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level>
 | 
						|
        <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>
 | 
						|
        <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>
 | 
						|
        <avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
 | 
						|
        <avrgcccpp.linker.libraries.Libraries>
 | 
						|
          <ListValues>
 | 
						|
            <Value>libm</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcccpp.linker.libraries.Libraries>
 | 
						|
        <avrgcccpp.linker.memorysettings.Comment><segmentname>=<address>, for example  .boot=0xff</avrgcccpp.linker.memorysettings.Comment>
 | 
						|
      </AvrGccCpp>
 | 
						|
    </ToolchainSettings>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 | 
						|
    <ToolchainSettings>
 | 
						|
      <AvrGccCpp>
 | 
						|
        <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
 | 
						|
        <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
 | 
						|
        <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
 | 
						|
        <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
 | 
						|
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
 | 
						|
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
 | 
						|
        <avrgcc.compiler.symbols.DefSymbols>
 | 
						|
          <ListValues>
 | 
						|
            <Value>DEBUG</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcc.compiler.symbols.DefSymbols>
 | 
						|
        <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
 | 
						|
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
 | 
						|
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
 | 
						|
        <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
 | 
						|
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
 | 
						|
        <avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>
 | 
						|
        <avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>
 | 
						|
        <avrgcccpp.compiler.symbols.DefSymbols>
 | 
						|
          <ListValues>
 | 
						|
            <Value>DEBUG</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcccpp.compiler.symbols.DefSymbols>
 | 
						|
        <avrgcccpp.compiler.optimization.level>Optimize (-O1)</avrgcccpp.compiler.optimization.level>
 | 
						|
        <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>
 | 
						|
        <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>
 | 
						|
        <avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel>
 | 
						|
        <avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
 | 
						|
        <avrgcccpp.linker.libraries.Libraries>
 | 
						|
          <ListValues>
 | 
						|
            <Value>libm</Value>
 | 
						|
          </ListValues>
 | 
						|
        </avrgcccpp.linker.libraries.Libraries>
 | 
						|
        <avrgcccpp.linker.memorysettings.Comment><segmentname>=<address>, for example  .boot=0xff</avrgcccpp.linker.memorysettings.Comment>
 | 
						|
        <avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
 | 
						|
      </AvrGccCpp>
 | 
						|
    </ToolchainSettings>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="fonction.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="fonction.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\LCD.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\LCD.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\DCF77.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\DS1307.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\hc74595.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\hc74595.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\DCF77.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\DS1307.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\timer.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\timer.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\UART.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="lib\UART.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="Nixie clock.cpp">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="Nixie clock.h">
 | 
						|
      <SubType>compile</SubType>
 | 
						|
    </Compile>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Folder Include="lib" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
 | 
						|
</Project> |