~toykeeper/flashlight-firmware/trunk

70.1.12 by Selene Scriven
JCapSolutions 2014-10-20
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <SchemaVersion>2.0</SchemaVersion>
5
    <ProjectVersion>5.0</ProjectVersion>
6
    <ProjectGuid>{e1f65492-c92c-456e-a793-1a69c39a5e66}</ProjectGuid>
7
    <avrdevice>ATtiny13A</avrdevice>
8
    <avrdeviceseries>none</avrdeviceseries>
9
    <OutputType>Executable</OutputType>
10
    <Language>C</Language>
11
    <OutputFile>$(MSBuildProjectName).elf</OutputFile>
12
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
13
    <UseGlobalToolchain>True</UseGlobalToolchain>
14
    <ToolchainDirPath>
15
    </ToolchainDirPath>
16
    <MakeDirPath>
17
    </MakeDirPath>
18
    <GlobalToolchainPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR ToolChain\bin</GlobalToolchainPath>
19
    <AvrGccProjectExtensions>
20
    </AvrGccProjectExtensions>
21
    <AssemblyName>MTN_momentary_temp</AssemblyName>
22
    <Name>MTN_momentary_temp</Name>
23
    <RootNamespace>MTN_momentary_temp</RootNamespace>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
26
    <ToolchainSettings>
27
      <AvrGcc>
28
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
29
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
30
        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
31
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
32
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
33
        <avrgcc.compiler.optimization.DebugLevel>None</avrgcc.compiler.optimization.DebugLevel>
34
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
35
      </AvrGcc>
36
    </ToolchainSettings>
37
    <MemorySettings>
38
    </MemorySettings>
39
    <GenerateHexFile>True</GenerateHexFile>
40
    <GenerateMapFile>True</GenerateMapFile>
41
    <GenerateListFile>True</GenerateListFile>
42
    <GenerateEepFile>True</GenerateEepFile>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
45
    <ToolchainSettings>
46
      <AvrGcc>
47
  <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
48
  <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
49
  <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
50
  <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
51
  <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
52
  <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
53
  <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
54
  <avrgcc.assembler.debugging.DebugLevel>Default (-g2)</avrgcc.assembler.debugging.DebugLevel>
55
</AvrGcc>
56
    </ToolchainSettings>
57
    <MemorySettings>
58
    </MemorySettings>
59
    <GenerateHexFile>True</GenerateHexFile>
60
    <GenerateMapFile>True</GenerateMapFile>
61
    <GenerateListFile>True</GenerateListFile>
62
    <GenerateEepFile>True</GenerateEepFile>
63
  </PropertyGroup>
64
  <ItemGroup>
65
    <Compile Include="MTN_momentary_temp.c">
66
      <SubType>compile</SubType>
67
    </Compile>
68
  </ItemGroup>
69
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
70
</Project>