1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.40607</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{4699431B-8B6B-4C01-A637-6E3DEBB57869}</ProjectGuid> |
9 |
<OutputType>WinExe</OutputType> |
10 |
<RootNamespace>HostUpdateSharp</RootNamespace> |
11 |
<AssemblyName>HostUpdateSharp</AssemblyName> |
12 |
<WarningLevel>4</WarningLevel> |
13 |
<StartupObject>HostUpdateSharp</StartupObject> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 |
<DebugSymbols>true</DebugSymbols> |
17 |
<DebugType>full</DebugType> |
18 |
<Optimize>false</Optimize> |
19 |
<OutputPath>.\bin\Debug\</OutputPath> |
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 |
</PropertyGroup> |
22 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
23 |
<DebugSymbols>false</DebugSymbols> |
24 |
<Optimize>true</Optimize> |
25 |
<OutputPath>.\bin\Release\</OutputPath> |
26 |
<DefineConstants>TRACE</DefineConstants> |
27 |
</PropertyGroup> |
28 |
<ItemGroup> |
29 |
<None Include="Properties\Settings.settings"> |
30 |
<Generator>SettingsSingleFileGenerator</Generator> |
31 |
</None> |
32 |
<AppDesigner Include="Properties\" /> |
33 |
</ItemGroup> |
34 |
<ItemGroup> |
35 |
<Reference Include="System" /> |
36 |
<Reference Include="System.Windows.Forms" /> |
37 |
</ItemGroup> |
38 |
<ItemGroup> |
39 |
<Compile Include="HostUpdateSharp.cs" /> |
40 |
</ItemGroup> |
41 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
42 |
</Project> |