Subversion Repositories Code-Repo

Rev

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