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>
52
    <ApplicationIcon>SpaceInvader.ico</ApplicationIcon>
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>
67
    <Compile Include="DebugText.cs" />
68
    <Compile Include="form_Drivers.cs">
69
      <SubType>Form</SubType>
70
    </Compile>
71
    <Compile Include="form_Drivers.Designer.cs">
72
      <DependentUpon>form_Drivers.cs</DependentUpon>
73
    </Compile>
74
    <Compile Include="form_Main_Menu.cs">
75
      <SubType>Form</SubType>
76
    </Compile>
77
    <Compile Include="form_Main_Menu.Designer.cs">
78
      <DependentUpon>form_Main_Menu.cs</DependentUpon>
79
    </Compile>
80
    <Compile Include="form_Software.cs">
81
      <SubType>Form</SubType>
82
    </Compile>
83
    <Compile Include="form_Software.Designer.cs">
84
      <DependentUpon>form_Software.cs</DependentUpon>
85
    </Compile>
86
    <Compile Include="Initialization.cs" />
87
    <Compile Include="Program.cs" />
88
    <Compile Include="Properties\AssemblyInfo.cs" />
89
    <Compile Include="SettingsParser.cs" />
90
    <EmbeddedResource Include="form_Drivers.resx">
91
      <DependentUpon>form_Drivers.cs</DependentUpon>
92
    </EmbeddedResource>
93
    <EmbeddedResource Include="form_Main_Menu.resx">
94
      <DependentUpon>form_Main_Menu.cs</DependentUpon>
95
    </EmbeddedResource>
96
    <EmbeddedResource Include="form_Software.resx">
97
      <DependentUpon>form_Software.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
      <DesignTime>True</DesignTime>
108
    </Compile>
109
    <None Include="Properties\Settings.settings">
110
      <Generator>SettingsSingleFileGenerator</Generator>
111
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
112
    </None>
113
    <Compile Include="Properties\Settings.Designer.cs">
114
      <AutoGen>True</AutoGen>
115
      <DependentUpon>Settings.settings</DependentUpon>
116
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
117
    </Compile>
118
  </ItemGroup>
119
  <ItemGroup>
120
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
121
      <Visible>False</Visible>
122
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
123
      <Install>true</Install>
124
    </BootstrapperPackage>
125
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
126
      <Visible>False</Visible>
127
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
128
      <Install>false</Install>
129
    </BootstrapperPackage>
130
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
131
      <Visible>False</Visible>
132
      <ProductName>.NET Framework 3.5 SP1</ProductName>
133
      <Install>false</Install>
134
    </BootstrapperPackage>
135
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
136
      <Visible>False</Visible>
137
      <ProductName>Windows Installer 3.1</ProductName>
138
      <Install>true</Install>
139
    </BootstrapperPackage>
140
  </ItemGroup>
141
  <ItemGroup>
142
    <Content Include="SpaceInvader.ico" />
143
  </ItemGroup>
144
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
146
       Other similar extension points exist, see Microsoft.Common.targets.
147
  <Target Name="BeforeBuild">
148
  </Target>
149
  <Target Name="AfterBuild">
150
  </Target>
151
  -->
152
</Project>