1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<SchemaVersion>2.0</SchemaVersion>
5
<ProjectVersion>5.0</ProjectVersion>
6
<ProjectGuid>{5aba23f4-7d75-4015-bc9c-062896df9c2c}</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>
18
<GlobalToolchainPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR ToolChain\bin</GlobalToolchainPath>
19
<AvrGccProjectExtensions>
20
</AvrGccProjectExtensions>
21
<AssemblyName>STAR_dual_switch</AssemblyName>
22
<Name>STAR_dual_switch</Name>
23
<RootNamespace>STAR_dual_switch</RootNamespace>
25
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
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>
39
<GenerateHexFile>True</GenerateHexFile>
40
<GenerateMapFile>True</GenerateMapFile>
41
<GenerateListFile>True</GenerateListFile>
42
<GenerateEepFile>True</GenerateEepFile>
44
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
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>
59
<GenerateHexFile>True</GenerateHexFile>
60
<GenerateMapFile>True</GenerateMapFile>
61
<GenerateListFile>True</GenerateListFile>
62
<GenerateEepFile>True</GenerateEepFile>
65
<Compile Include="STAR_dual_switch.c">
66
<SubType>compile</SubType>
69
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
b'\\ No newline at end of file'