Subversion Repositories Code-Repo

Rev

Rev 67 | Go to most recent revision | Details | Compare with Previous | 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>
73 Kevin 54
  <PropertyGroup>
55
    <ApplicationManifest>app.manifest</ApplicationManifest>
56
  </PropertyGroup>
10 Kevin 57
  <ItemGroup>
58
    <Reference Include="System" />
59
    <Reference Include="System.Core" />
60
    <Reference Include="System.Management" />
61
    <Reference Include="System.Xml.Linq" />
62
    <Reference Include="System.Data.DataSetExtensions" />
63
    <Reference Include="System.Data" />
64
    <Reference Include="System.Deployment" />
65
    <Reference Include="System.Drawing" />
66
    <Reference Include="System.Windows.Forms" />
67
    <Reference Include="System.Xml" />
68
  </ItemGroup>
69
  <ItemGroup>
65 Kevin 70
    <Compile Include="About_Box_Form.cs">
16 Kevin 71
      <SubType>Form</SubType>
72
    </Compile>
65 Kevin 73
    <Compile Include="About_Box_Form.Designer.cs">
74
      <DependentUpon>About_Box_Form.cs</DependentUpon>
16 Kevin 75
    </Compile>
65 Kevin 76
    <Compile Include="Debug.cs" />
77
    <Compile Include="Drivers_Form.cs">
10 Kevin 78
      <SubType>Form</SubType>
79
    </Compile>
65 Kevin 80
    <Compile Include="Drivers_Form.Designer.cs">
81
      <DependentUpon>Drivers_Form.cs</DependentUpon>
10 Kevin 82
    </Compile>
65 Kevin 83
    <Compile Include="Main_Menu_Form.cs">
10 Kevin 84
      <SubType>Form</SubType>
85
    </Compile>
65 Kevin 86
    <Compile Include="Main_Menu_Form.Designer.cs">
87
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
10 Kevin 88
    </Compile>
65 Kevin 89
    <Compile Include="Software_Form.cs">
10 Kevin 90
      <SubType>Form</SubType>
91
    </Compile>
65 Kevin 92
    <Compile Include="Software_Form.Designer.cs">
93
      <DependentUpon>Software_Form.cs</DependentUpon>
10 Kevin 94
    </Compile>
95
    <Compile Include="Initialization.cs" />
96
    <Compile Include="Program.cs" />
97
    <Compile Include="Properties\AssemblyInfo.cs" />
98
    <Compile Include="SettingsParser.cs" />
65 Kevin 99
    <EmbeddedResource Include="About_Box_Form.resx">
100
      <DependentUpon>About_Box_Form.cs</DependentUpon>
16 Kevin 101
    </EmbeddedResource>
65 Kevin 102
    <EmbeddedResource Include="Drivers_Form.resx">
103
      <DependentUpon>Drivers_Form.cs</DependentUpon>
10 Kevin 104
    </EmbeddedResource>
65 Kevin 105
    <EmbeddedResource Include="Main_Menu_Form.resx">
106
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
10 Kevin 107
    </EmbeddedResource>
65 Kevin 108
    <EmbeddedResource Include="Software_Form.resx">
109
      <DependentUpon>Software_Form.cs</DependentUpon>
10 Kevin 110
    </EmbeddedResource>
111
    <EmbeddedResource Include="Properties\Resources.resx">
112
      <Generator>ResXFileCodeGenerator</Generator>
113
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
114
      <SubType>Designer</SubType>
115
    </EmbeddedResource>
116
    <Compile Include="Properties\Resources.Designer.cs">
117
      <AutoGen>True</AutoGen>
118
      <DependentUpon>Resources.resx</DependentUpon>
119
      <DesignTime>True</DesignTime>
120
    </Compile>
73 Kevin 121
    <None Include="app.manifest" />
10 Kevin 122
    <None Include="Properties\Settings.settings">
123
      <Generator>SettingsSingleFileGenerator</Generator>
124
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
125
    </None>
126
    <Compile Include="Properties\Settings.Designer.cs">
127
      <AutoGen>True</AutoGen>
128
      <DependentUpon>Settings.settings</DependentUpon>
129
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
130
    </Compile>
131
  </ItemGroup>
132
  <ItemGroup>
133
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
134
      <Visible>False</Visible>
135
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
136
      <Install>true</Install>
137
    </BootstrapperPackage>
138
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
139
      <Visible>False</Visible>
140
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
141
      <Install>false</Install>
142
    </BootstrapperPackage>
143
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
144
      <Visible>False</Visible>
145
      <ProductName>.NET Framework 3.5 SP1</ProductName>
146
      <Install>false</Install>
147
    </BootstrapperPackage>
148
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
149
      <Visible>False</Visible>
150
      <ProductName>Windows Installer 3.1</ProductName>
151
      <Install>true</Install>
152
    </BootstrapperPackage>
153
  </ItemGroup>
154
  <ItemGroup>
65 Kevin 155
    <Content Include="Resources\SpaceInvader.ico" />
10 Kevin 156
  </ItemGroup>
157
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
159
       Other similar extension points exist, see Microsoft.Common.targets.
160
  <Target Name="BeforeBuild">
161
  </Target>
162
  <Target Name="AfterBuild">
163
  </Target>
164
  -->
165
</Project>