Subversion Repositories Code-Repo

Rev

Rev 44 | Details | Compare with Previous | 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>
34 Kevin 76
    <Compile Include="LabelPrompt.cs">
77
      <SubType>Form</SubType>
78
    </Compile>
79
    <Compile Include="LabelPrompt.Designer.cs">
80
      <DependentUpon>LabelPrompt.cs</DependentUpon>
81
    </Compile>
28 Kevin 82
    <Compile Include="MainForm.cs">
83
      <SubType>Form</SubType>
84
    </Compile>
85
    <Compile Include="MainForm.Designer.cs">
86
      <DependentUpon>MainForm.cs</DependentUpon>
87
    </Compile>
88
    <Compile Include="Program.cs" />
89
    <Compile Include="Properties\AssemblyInfo.cs" />
90
    <EmbeddedResource Include="AboutBox.resx">
91
      <DependentUpon>AboutBox.cs</DependentUpon>
92
    </EmbeddedResource>
34 Kevin 93
    <EmbeddedResource Include="LabelPrompt.resx">
94
      <DependentUpon>LabelPrompt.cs</DependentUpon>
95
    </EmbeddedResource>
28 Kevin 96
    <EmbeddedResource Include="MainForm.resx">
97
      <DependentUpon>MainForm.cs</DependentUpon>
98
    </EmbeddedResource>
99
    <EmbeddedResource Include="Properties\Resources.resx">
100
      <Generator>ResXFileCodeGenerator</Generator>
101
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
102
      <SubType>Designer</SubType>
103
    </EmbeddedResource>
104
    <Compile Include="Properties\Resources.Designer.cs">
105
      <AutoGen>True</AutoGen>
106
      <DependentUpon>Resources.resx</DependentUpon>
107
    </Compile>
108
    <None Include="Properties\Settings.settings">
109
      <Generator>SettingsSingleFileGenerator</Generator>
110
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111
    </None>
112
    <Compile Include="Properties\Settings.Designer.cs">
113
      <AutoGen>True</AutoGen>
114
      <DependentUpon>Settings.settings</DependentUpon>
115
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116
    </Compile>
117
  </ItemGroup>
118
  <ItemGroup>
119
    <Content Include="Terminal.ico" />
120
  </ItemGroup>
121
  <ItemGroup>
122
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
123
      <Visible>False</Visible>
124
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
125
      <Install>true</Install>
126
    </BootstrapperPackage>
127
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
128
      <Visible>False</Visible>
129
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
130
      <Install>false</Install>
131
    </BootstrapperPackage>
132
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
133
      <Visible>False</Visible>
134
      <ProductName>.NET Framework 3.5 SP1</ProductName>
135
      <Install>false</Install>
136
    </BootstrapperPackage>
137
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
138
      <Visible>False</Visible>
139
      <ProductName>Windows Installer 3.1</ProductName>
140
      <Install>true</Install>
141
    </BootstrapperPackage>
142
  </ItemGroup>
143
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
145
       Other similar extension points exist, see Microsoft.Common.targets.
146
  <Target Name="BeforeBuild">
147
  </Target>
148
  <Target Name="AfterBuild">
149
  </Target>
150
  -->
151
</Project>