Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1702 | - | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
||
6 | <ProductVersion>8.0.30703</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{E35F835A-8B3E-42D5-8852-A6E0F41823B5}</ProjectGuid> |
||
9 | <OutputType>WinExe</OutputType> |
||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
11 | <RootNamespace>OSD</RootNamespace> |
||
12 | <AssemblyName>OSD_Config</AssemblyName> |
||
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
||
14 | <TargetFrameworkProfile> |
||
15 | </TargetFrameworkProfile> |
||
16 | <FileAlignment>512</FileAlignment> |
||
17 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
18 | <PublishUrl>publish\</PublishUrl> |
||
19 | <Install>true</Install> |
||
20 | <InstallFrom>Disk</InstallFrom> |
||
21 | <UpdateEnabled>false</UpdateEnabled> |
||
22 | <UpdateMode>Foreground</UpdateMode> |
||
23 | <UpdateInterval>7</UpdateInterval> |
||
24 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
25 | <UpdatePeriodically>false</UpdatePeriodically> |
||
26 | <UpdateRequired>false</UpdateRequired> |
||
27 | <MapFileExtensions>true</MapFileExtensions> |
||
28 | <ApplicationRevision>0</ApplicationRevision> |
||
29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
30 | <UseApplicationTrust>false</UseApplicationTrust> |
||
31 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
||
34 | <PlatformTarget>x86</PlatformTarget> |
||
35 | <DebugSymbols>true</DebugSymbols> |
||
36 | <DebugType>full</DebugType> |
||
37 | <Optimize>false</Optimize> |
||
38 | <OutputPath>bin\Debug\</OutputPath> |
||
39 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
40 | <ErrorReport>prompt</ErrorReport> |
||
41 | <WarningLevel>4</WarningLevel> |
||
42 | </PropertyGroup> |
||
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
||
44 | <PlatformTarget>x86</PlatformTarget> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | <OutputPath>bin\Release\</OutputPath> |
||
48 | <DefineConstants>TRACE</DefineConstants> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
51 | </PropertyGroup> |
||
52 | <PropertyGroup> |
||
53 | <StartupObject>OSD.Program</StartupObject> |
||
54 | </PropertyGroup> |
||
55 | <PropertyGroup> |
||
56 | <TargetZone>LocalIntranet</TargetZone> |
||
57 | </PropertyGroup> |
||
58 | <PropertyGroup> |
||
59 | <GenerateManifests>true</GenerateManifests> |
||
60 | </PropertyGroup> |
||
61 | <PropertyGroup /> |
||
62 | <PropertyGroup> |
||
63 | <SignAssembly>true</SignAssembly> |
||
64 | </PropertyGroup> |
||
65 | <PropertyGroup> |
||
66 | <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
||
67 | </PropertyGroup> |
||
68 | <PropertyGroup> |
||
69 | <NoWin32Manifest>true</NoWin32Manifest> |
||
70 | </PropertyGroup> |
||
71 | <PropertyGroup> |
||
72 | <ApplicationIcon>osd.ico</ApplicationIcon> |
||
73 | </PropertyGroup> |
||
74 | <ItemGroup> |
||
75 | <Reference Include="System" /> |
||
76 | <Reference Include="System.Data" /> |
||
77 | <Reference Include="System.Deployment" /> |
||
78 | <Reference Include="System.Drawing" /> |
||
79 | <Reference Include="System.Windows.Forms" /> |
||
80 | <Reference Include="System.XML" /> |
||
81 | </ItemGroup> |
||
82 | <ItemGroup> |
||
83 | <Compile Include="ArduinoSTK.cs"> |
||
84 | <SubType>Component</SubType> |
||
85 | </Compile> |
||
86 | <Compile Include="MavlinkOther.cs" /> |
||
87 | <Compile Include="mcm.cs" /> |
||
88 | <Compile Include="OSD.cs"> |
||
89 | <SubType>Form</SubType> |
||
90 | </Compile> |
||
91 | <Compile Include="OSD.Designer.cs"> |
||
92 | <DependentUpon>OSD.cs</DependentUpon> |
||
93 | </Compile> |
||
94 | <Compile Include="Panels.cs" /> |
||
95 | <Compile Include="Program.cs" /> |
||
96 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
97 | <Compile Include="Tools.cs" /> |
||
98 | <Compile Include="Tuple.cs" /> |
||
99 | <EmbeddedResource Include="OSD.resx"> |
||
100 | <DependentUpon>OSD.cs</DependentUpon> |
||
101 | </EmbeddedResource> |
||
102 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
103 | <Generator>ResXFileCodeGenerator</Generator> |
||
104 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
105 | <SubType>Designer</SubType> |
||
106 | </EmbeddedResource> |
||
107 | <Compile Include="Properties\Resources.Designer.cs"> |
||
108 | <AutoGen>True</AutoGen> |
||
109 | <DependentUpon>Resources.resx</DependentUpon> |
||
110 | <DesignTime>True</DesignTime> |
||
111 | </Compile> |
||
112 | <None Include="app.config" /> |
||
113 | <None Include="key.snk" /> |
||
114 | <None Include="OSD_SA_v5.mcm"> |
||
115 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
116 | </None> |
||
117 | <None Include="Properties\app.manifest" /> |
||
118 | <None Include="Properties\Settings.settings"> |
||
119 | <Generator>SettingsSingleFileGenerator</Generator> |
||
120 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
121 | </None> |
||
122 | <Compile Include="Properties\Settings.Designer.cs"> |
||
123 | <AutoGen>True</AutoGen> |
||
124 | <DependentUpon>Settings.settings</DependentUpon> |
||
125 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
126 | </Compile> |
||
127 | </ItemGroup> |
||
128 | <ItemGroup> |
||
129 | <Content Include="osd.ico" /> |
||
130 | <None Include="Resources\saveHS.png" /> |
||
131 | <None Include="Resources\openHS.png" /> |
||
132 | <Content Include="vlcsnap-2012-01-28-07h46m04s95.png"> |
||
133 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
134 | </Content> |
||
135 | </ItemGroup> |
||
136 | <ItemGroup /> |
||
137 | <ItemGroup> |
||
138 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
||
139 | <Visible>False</Visible> |
||
140 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
||
141 | <Install>false</Install> |
||
142 | </BootstrapperPackage> |
||
143 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
144 | <Visible>False</Visible> |
||
145 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
146 | <Install>true</Install> |
||
147 | </BootstrapperPackage> |
||
148 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
||
149 | <Visible>False</Visible> |
||
150 | <ProductName>Windows Installer 3.1</ProductName> |
||
151 | <Install>true</Install> |
||
152 | </BootstrapperPackage> |
||
153 | </ItemGroup> |
||
154 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
155 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
156 | Other similar extension points exist, see Microsoft.Common.targets. |
||
157 | <Target Name="BeforeBuild"> |
||
158 | </Target> |
||
159 | <Target Name="AfterBuild"> |
||
160 | </Target> |
||
161 | --> |
||
162 | </Project> |