Subversion Repositories general

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1191 dev 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>8.0.50727</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{164B73D0-8965-42EA-9272-CA8CC5144E22}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>reboot_client</RootNamespace>
11
    <AssemblyName>reboot-client</AssemblyName>
12
  </PropertyGroup>
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14
    <DebugSymbols>true</DebugSymbols>
15
    <DebugType>full</DebugType>
16
    <Optimize>false</Optimize>
17
    <OutputPath>bin\Debug\</OutputPath>
18
    <DefineConstants>DEBUG;TRACE</DefineConstants>
19
    <ErrorReport>prompt</ErrorReport>
20
    <WarningLevel>4</WarningLevel>
21
  </PropertyGroup>
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23
    <DebugType>pdbonly</DebugType>
24
    <Optimize>true</Optimize>
25
    <OutputPath>bin\Release\</OutputPath>
26
    <DefineConstants>TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
  </PropertyGroup>
30
  <ItemGroup>
31
    <Reference Include="System" />
32
    <Reference Include="System.Data" />
33
    <Reference Include="System.Deployment" />
34
    <Reference Include="System.Drawing" />
35
    <Reference Include="System.Windows.Forms" />
36
    <Reference Include="System.Xml" />
37
  </ItemGroup>
38
  <ItemGroup>
39
    <Compile Include="MainForm.cs">
40
      <SubType>Form</SubType>
41
    </Compile>
42
    <Compile Include="MainForm.Designer.cs">
43
      <DependentUpon>MainForm.cs</DependentUpon>
44
    </Compile>
45
    <Compile Include="Program.cs" />
46
    <Compile Include="Properties\AssemblyInfo.cs" />
47
    <EmbeddedResource Include="MainForm.resx">
48
      <SubType>Designer</SubType>
49
      <DependentUpon>MainForm.cs</DependentUpon>
50
    </EmbeddedResource>
51
    <EmbeddedResource Include="Properties\Resources.resx">
52
      <Generator>ResXFileCodeGenerator</Generator>
53
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
54
      <SubType>Designer</SubType>
55
    </EmbeddedResource>
56
    <Compile Include="Properties\Resources.Designer.cs">
57
      <AutoGen>True</AutoGen>
58
      <DependentUpon>Resources.resx</DependentUpon>
59
    </Compile>
60
    <None Include="Properties\Settings.settings">
61
      <Generator>SettingsSingleFileGenerator</Generator>
62
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
63
    </None>
64
    <Compile Include="Properties\Settings.Designer.cs">
65
      <AutoGen>True</AutoGen>
66
      <DependentUpon>Settings.settings</DependentUpon>
67
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
68
    </Compile>
69
  </ItemGroup>
70
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
71
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
72
       Other similar extension points exist, see Microsoft.Common.targets.
73
  <Target Name="BeforeBuild">
74
  </Target>
75
  <Target Name="AfterBuild">
76
  </Target>
77
  -->
78
</Project>