Subversion Repositories general

Rev

Rev 1414 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1414 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>{22D8C20B-CA75-4398-BE0F-846399747709}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>akStopWatch</RootNamespace>
11
    <AssemblyName>akStopWatch</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>
1416 dev 56
    <EmbeddedResource Include="SettingsForm.resx">
57
      <SubType>Designer</SubType>
58
      <DependentUpon>SettingsForm.cs</DependentUpon>
59
    </EmbeddedResource>
1414 dev 60
    <Compile Include="Properties\Resources.Designer.cs">
61
      <AutoGen>True</AutoGen>
62
      <DependentUpon>Resources.resx</DependentUpon>
63
    </Compile>
64
    <None Include="Properties\Settings.settings">
65
      <Generator>SettingsSingleFileGenerator</Generator>
66
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
67
    </None>
68
    <Compile Include="Properties\Settings.Designer.cs">
69
      <AutoGen>True</AutoGen>
70
      <DependentUpon>Settings.settings</DependentUpon>
71
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
72
    </Compile>
1416 dev 73
    <Compile Include="SettingsForm.cs">
74
      <SubType>Form</SubType>
75
    </Compile>
76
    <Compile Include="SettingsForm.Designer.cs">
77
      <DependentUpon>SettingsForm.cs</DependentUpon>
78
    </Compile>
1414 dev 79
  </ItemGroup>
80
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
81
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
82
       Other similar extension points exist, see Microsoft.Common.targets.
83
  <Target Name="BeforeBuild">
84
  </Target>
85
  <Target Name="AfterBuild">
86
  </Target>
87
  -->
88
</Project>