Subversion Repositories Code-Repo

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 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>{A7AC32A6-2294-431E-BFA4-B9DB99F9ED47}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>SWAT_USB_App</RootNamespace>
12
    <AssemblyName>SWAT USB App</AssemblyName>
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
    <FileAlignment>512</FileAlignment>
16
    <IsWebBootstrapper>false</IsWebBootstrapper>
17
    <PublishUrl>publish\</PublishUrl>
18
    <Install>true</Install>
19
    <InstallFrom>Disk</InstallFrom>
20
    <UpdateEnabled>false</UpdateEnabled>
21
    <UpdateMode>Foreground</UpdateMode>
22
    <UpdateInterval>7</UpdateInterval>
23
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24
    <UpdatePeriodically>false</UpdatePeriodically>
25
    <UpdateRequired>false</UpdateRequired>
26
    <MapFileExtensions>true</MapFileExtensions>
27
    <ApplicationRevision>0</ApplicationRevision>
28
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
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>
65 Kevin 52
    <ApplicationIcon>Resources\SpaceInvader.ico</ApplicationIcon>
10 Kevin 53
  </PropertyGroup>
54
  <ItemGroup>
55
    <Reference Include="System" />
56
    <Reference Include="System.Core" />
57
    <Reference Include="System.Management" />
58
    <Reference Include="System.Xml.Linq" />
59
    <Reference Include="System.Data.DataSetExtensions" />
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>
65 Kevin 67
    <Compile Include="About_Box_Form.cs">
16 Kevin 68
      <SubType>Form</SubType>
69
    </Compile>
65 Kevin 70
    <Compile Include="About_Box_Form.Designer.cs">
71
      <DependentUpon>About_Box_Form.cs</DependentUpon>
16 Kevin 72
    </Compile>
65 Kevin 73
    <Compile Include="Debug.cs" />
74
    <Compile Include="Drivers_Form.cs">
10 Kevin 75
      <SubType>Form</SubType>
76
    </Compile>
65 Kevin 77
    <Compile Include="Drivers_Form.Designer.cs">
78
      <DependentUpon>Drivers_Form.cs</DependentUpon>
10 Kevin 79
    </Compile>
65 Kevin 80
    <Compile Include="Main_Menu_Form.cs">
10 Kevin 81
      <SubType>Form</SubType>
82
    </Compile>
65 Kevin 83
    <Compile Include="Main_Menu_Form.Designer.cs">
84
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
10 Kevin 85
    </Compile>
65 Kevin 86
    <Compile Include="Software_Form.cs">
10 Kevin 87
      <SubType>Form</SubType>
88
    </Compile>
65 Kevin 89
    <Compile Include="Software_Form.Designer.cs">
90
      <DependentUpon>Software_Form.cs</DependentUpon>
10 Kevin 91
    </Compile>
92
    <Compile Include="Initialization.cs" />
93
    <Compile Include="Program.cs" />
94
    <Compile Include="Properties\AssemblyInfo.cs" />
95
    <Compile Include="SettingsParser.cs" />
65 Kevin 96
    <EmbeddedResource Include="About_Box_Form.resx">
97
      <DependentUpon>About_Box_Form.cs</DependentUpon>
16 Kevin 98
    </EmbeddedResource>
65 Kevin 99
    <EmbeddedResource Include="Drivers_Form.resx">
100
      <DependentUpon>Drivers_Form.cs</DependentUpon>
10 Kevin 101
    </EmbeddedResource>
65 Kevin 102
    <EmbeddedResource Include="Main_Menu_Form.resx">
103
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
10 Kevin 104
    </EmbeddedResource>
65 Kevin 105
    <EmbeddedResource Include="Software_Form.resx">
106
      <DependentUpon>Software_Form.cs</DependentUpon>
10 Kevin 107
    </EmbeddedResource>
108
    <EmbeddedResource Include="Properties\Resources.resx">
109
      <Generator>ResXFileCodeGenerator</Generator>
110
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
111
      <SubType>Designer</SubType>
112
    </EmbeddedResource>
113
    <Compile Include="Properties\Resources.Designer.cs">
114
      <AutoGen>True</AutoGen>
115
      <DependentUpon>Resources.resx</DependentUpon>
116
      <DesignTime>True</DesignTime>
117
    </Compile>
118
    <None Include="Properties\Settings.settings">
119
      <Generator>SettingsSingleFileGenerator</Generator>
120
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
121
    </None>
122
    <Compile Include="Properties\Settings.Designer.cs">
123
      <AutoGen>True</AutoGen>
124
      <DependentUpon>Settings.settings</DependentUpon>
125
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
126
    </Compile>
127
  </ItemGroup>
128
  <ItemGroup>
129
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
130
      <Visible>False</Visible>
131
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
132
      <Install>true</Install>
133
    </BootstrapperPackage>
134
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
135
      <Visible>False</Visible>
136
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
137
      <Install>false</Install>
138
    </BootstrapperPackage>
139
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
140
      <Visible>False</Visible>
141
      <ProductName>.NET Framework 3.5 SP1</ProductName>
142
      <Install>false</Install>
143
    </BootstrapperPackage>
144
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
145
      <Visible>False</Visible>
146
      <ProductName>Windows Installer 3.1</ProductName>
147
      <Install>true</Install>
148
    </BootstrapperPackage>
149
  </ItemGroup>
150
  <ItemGroup>
65 Kevin 151
    <Content Include="Resources\SpaceInvader.ico" />
10 Kevin 152
  </ItemGroup>
153
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
155
       Other similar extension points exist, see Microsoft.Common.targets.
156
  <Target Name="BeforeBuild">
157
  </Target>
158
  <Target Name="AfterBuild">
159
  </Target>
160
  -->
161
</Project>