Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28 Kevin 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>{024728DC-A9B5-4A78-A4CD-8EF5B211CE3D}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>DriveLogger</RootNamespace>
12
    <AssemblyName>DriveLogger</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
    <FileAlignment>512</FileAlignment>
16
    <PublishUrl>publish\</PublishUrl>
17
    <Install>true</Install>
18
    <InstallFrom>Disk</InstallFrom>
19
    <UpdateEnabled>false</UpdateEnabled>
20
    <UpdateMode>Foreground</UpdateMode>
21
    <UpdateInterval>7</UpdateInterval>
22
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23
    <UpdatePeriodically>false</UpdatePeriodically>
24
    <UpdateRequired>false</UpdateRequired>
25
    <MapFileExtensions>true</MapFileExtensions>
26
    <ApplicationRevision>0</ApplicationRevision>
27
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28
    <IsWebBootstrapper>false</IsWebBootstrapper>
29
    <UseApplicationTrust>false</UseApplicationTrust>
30
    <BootstrapperEnabled>true</BootstrapperEnabled>
31
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33
    <PlatformTarget>x86</PlatformTarget>
34
    <DebugSymbols>true</DebugSymbols>
35
    <DebugType>full</DebugType>
36
    <Optimize>false</Optimize>
37
    <OutputPath>bin\Debug\</OutputPath>
38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
39
    <ErrorReport>prompt</ErrorReport>
40
    <WarningLevel>4</WarningLevel>
41
  </PropertyGroup>
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43
    <PlatformTarget>x86</PlatformTarget>
44
    <DebugType>pdbonly</DebugType>
45
    <Optimize>true</Optimize>
46
    <OutputPath>bin\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <ErrorReport>prompt</ErrorReport>
49
    <WarningLevel>4</WarningLevel>
50
  </PropertyGroup>
51
  <PropertyGroup>
52
    <ApplicationIcon>Terminal.ico</ApplicationIcon>
53
  </PropertyGroup>
54
  <ItemGroup>
55
    <Reference Include="System" />
56
    <Reference Include="System.Core" />
57
    <Reference Include="System.Xml.Linq" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="Microsoft.CSharp" />
60
    <Reference Include="System.Data" />
61
    <Reference Include="System.Deployment" />
62
    <Reference Include="System.Drawing" />
63
    <Reference Include="System.Windows.Forms" />
64
    <Reference Include="System.Xml" />
65
  </ItemGroup>
66
  <ItemGroup>
67
    <Compile Include="AboutBox.cs">
68
      <SubType>Form</SubType>
69
    </Compile>
70
    <Compile Include="AboutBox.designer.cs">
71
      <DependentUpon>AboutBox.cs</DependentUpon>
72
    </Compile>
73
    <Compile Include="DriveDetector.cs">
74
      <SubType>Form</SubType>
75
    </Compile>
76
    <Compile Include="MainForm.cs">
77
      <SubType>Form</SubType>
78
    </Compile>
79
    <Compile Include="MainForm.Designer.cs">
80
      <DependentUpon>MainForm.cs</DependentUpon>
81
    </Compile>
82
    <Compile Include="Program.cs" />
83
    <Compile Include="Properties\AssemblyInfo.cs" />
84
    <EmbeddedResource Include="AboutBox.resx">
85
      <DependentUpon>AboutBox.cs</DependentUpon>
86
    </EmbeddedResource>
87
    <EmbeddedResource Include="MainForm.resx">
88
      <DependentUpon>MainForm.cs</DependentUpon>
89
    </EmbeddedResource>
90
    <EmbeddedResource Include="Properties\Resources.resx">
91
      <Generator>ResXFileCodeGenerator</Generator>
92
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93
      <SubType>Designer</SubType>
94
    </EmbeddedResource>
95
    <Compile Include="Properties\Resources.Designer.cs">
96
      <AutoGen>True</AutoGen>
97
      <DependentUpon>Resources.resx</DependentUpon>
98
    </Compile>
99
    <None Include="Properties\Settings.settings">
100
      <Generator>SettingsSingleFileGenerator</Generator>
101
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
102
    </None>
103
    <Compile Include="Properties\Settings.Designer.cs">
104
      <AutoGen>True</AutoGen>
105
      <DependentUpon>Settings.settings</DependentUpon>
106
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
107
    </Compile>
108
  </ItemGroup>
109
  <ItemGroup>
110
    <Content Include="Terminal.ico" />
111
  </ItemGroup>
112
  <ItemGroup>
113
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
114
      <Visible>False</Visible>
115
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
116
      <Install>true</Install>
117
    </BootstrapperPackage>
118
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
119
      <Visible>False</Visible>
120
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
121
      <Install>false</Install>
122
    </BootstrapperPackage>
123
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
124
      <Visible>False</Visible>
125
      <ProductName>.NET Framework 3.5 SP1</ProductName>
126
      <Install>false</Install>
127
    </BootstrapperPackage>
128
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
129
      <Visible>False</Visible>
130
      <ProductName>Windows Installer 3.1</ProductName>
131
      <Install>true</Install>
132
    </BootstrapperPackage>
133
  </ItemGroup>
134
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
136
       Other similar extension points exist, see Microsoft.Common.targets.
137
  <Target Name="BeforeBuild">
138
  </Target>
139
  <Target Name="AfterBuild">
140
  </Target>
141
  -->
142
</Project>