Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 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>{87CC24B0-F2A3-4D61-94D0-B3DF78658562}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>SWAT_Office_App</RootNamespace>
12
    <AssemblyName>SWAT Office App</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</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>application_osx_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="Add_Hidden_Account_Form.cs">
68
      <SubType>Form</SubType>
69
    </Compile>
70
    <Compile Include="Add_Hidden_Account_Form.designer.cs">
71
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
72
    </Compile>
73
    <Compile Include="Add_System_Account_Form.cs">
74
      <SubType>Form</SubType>
75
    </Compile>
76
    <Compile Include="Add_System_Account_Form.Designer.cs">
77
      <DependentUpon>Add_System_Account_Form.cs</DependentUpon>
78
    </Compile>
79
    <Compile Include="Add_User_Account_Form.cs">
80
      <SubType>Form</SubType>
81
    </Compile>
82
    <Compile Include="Add_User_Account_Form.Designer.cs">
83
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
84
    </Compile>
85
    <Compile Include="Delete_User_Verify_Form.cs">
86
      <SubType>Form</SubType>
87
    </Compile>
88
    <Compile Include="Delete_User_Verify_Form.designer.cs">
89
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
90
    </Compile>
91
    <Compile Include="Main_Menu_Form.cs">
92
      <SubType>Form</SubType>
93
    </Compile>
94
    <Compile Include="Main_Menu_Form.Designer.cs">
95
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
96
    </Compile>
97
    <Compile Include="Manage_User_Accounts.cs" />
98
    <Compile Include="Manage_User_Accounts_Form.cs">
99
      <SubType>Form</SubType>
100
    </Compile>
101
    <Compile Include="Manage_User_Accounts_Form.Designer.cs">
102
      <DependentUpon>Manage_User_Accounts_Form.cs</DependentUpon>
103
    </Compile>
104
    <Compile Include="Program.cs" />
105
    <Compile Include="Properties\AssemblyInfo.cs" />
106
    <Compile Include="Reimage_USB_Drives.cs" />
107
    <Compile Include="Reimage_USB_Drive_Progress_Form.cs">
108
      <SubType>Form</SubType>
109
    </Compile>
110
    <Compile Include="Reimage_USB_Drive_Progress_Form.Designer.cs">
111
      <DependentUpon>Reimage_USB_Drive_Progress_Form.cs</DependentUpon>
112
    </Compile>
113
    <Compile Include="Reset_User_Password_Form.cs">
114
      <SubType>Form</SubType>
115
    </Compile>
116
    <Compile Include="Reset_User_Password_Form.Designer.cs">
117
      <DependentUpon>Reset_User_Password_Form.cs</DependentUpon>
118
    </Compile>
119
    <Compile Include="Settings_Form.cs">
120
      <SubType>Form</SubType>
121
    </Compile>
122
    <Compile Include="Settings_Form.Designer.cs">
123
      <DependentUpon>Settings_Form.cs</DependentUpon>
124
    </Compile>
125
    <Compile Include="Settings_Verify_Form.cs">
126
      <SubType>Form</SubType>
127
    </Compile>
128
    <Compile Include="Settings_Verify_Form.designer.cs">
129
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
130
    </Compile>
131
    <Compile Include="Toggle_User_Verify_Form.cs">
132
      <SubType>Form</SubType>
133
    </Compile>
134
    <Compile Include="Toggle_User_Verify_Form.designer.cs">
135
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
136
    </Compile>
137
    <EmbeddedResource Include="Add_Hidden_Account_Form.resx">
138
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
139
    </EmbeddedResource>
140
    <EmbeddedResource Include="Add_System_Account_Form.resx">
141
      <DependentUpon>Add_System_Account_Form.cs</DependentUpon>
142
    </EmbeddedResource>
143
    <EmbeddedResource Include="Add_User_Account_Form.resx">
144
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
145
    </EmbeddedResource>
146
    <EmbeddedResource Include="Delete_User_Verify_Form.resx">
147
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
148
    </EmbeddedResource>
149
    <EmbeddedResource Include="Main_Menu_Form.resx">
150
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
151
    </EmbeddedResource>
152
    <EmbeddedResource Include="Manage_User_Accounts_Form.resx">
153
      <DependentUpon>Manage_User_Accounts_Form.cs</DependentUpon>
154
    </EmbeddedResource>
155
    <EmbeddedResource Include="Properties\Resources.resx">
156
      <Generator>ResXFileCodeGenerator</Generator>
157
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
158
      <SubType>Designer</SubType>
159
    </EmbeddedResource>
160
    <Compile Include="Properties\Resources.Designer.cs">
161
      <AutoGen>True</AutoGen>
162
      <DependentUpon>Resources.resx</DependentUpon>
163
      <DesignTime>True</DesignTime>
164
    </Compile>
165
    <EmbeddedResource Include="Reimage_USB_Drive_Progress_Form.resx">
166
      <DependentUpon>Reimage_USB_Drive_Progress_Form.cs</DependentUpon>
167
    </EmbeddedResource>
168
    <EmbeddedResource Include="Reset_User_Password_Form.resx">
169
      <DependentUpon>Reset_User_Password_Form.cs</DependentUpon>
170
    </EmbeddedResource>
171
    <EmbeddedResource Include="Settings_Form.resx">
172
      <DependentUpon>Settings_Form.cs</DependentUpon>
173
    </EmbeddedResource>
174
    <EmbeddedResource Include="Settings_Verify_Form.resx">
175
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
176
    </EmbeddedResource>
177
    <EmbeddedResource Include="Toggle_User_Verify_Form.resx">
178
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
179
    </EmbeddedResource>
180
    <None Include="Properties\Settings.settings">
181
      <Generator>SettingsSingleFileGenerator</Generator>
182
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
183
    </None>
184
    <Compile Include="Properties\Settings.Designer.cs">
185
      <AutoGen>True</AutoGen>
186
      <DependentUpon>Settings.settings</DependentUpon>
187
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
188
    </Compile>
189
  </ItemGroup>
190
  <ItemGroup>
191
    <Content Include="application_osx_terminal.ico" />
192
    <None Include="Resources\Refresh.png" />
193
  </ItemGroup>
194
  <ItemGroup>
195
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
196
      <Visible>False</Visible>
197
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
198
      <Install>true</Install>
199
    </BootstrapperPackage>
200
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
201
      <Visible>False</Visible>
202
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
203
      <Install>false</Install>
204
    </BootstrapperPackage>
205
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
206
      <Visible>False</Visible>
207
      <ProductName>.NET Framework 3.5 SP1</ProductName>
208
      <Install>false</Install>
209
    </BootstrapperPackage>
210
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
211
      <Visible>False</Visible>
212
      <ProductName>Windows Installer 3.1</ProductName>
213
      <Install>true</Install>
214
    </BootstrapperPackage>
215
  </ItemGroup>
216
  <ItemGroup />
217
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
219
       Other similar extension points exist, see Microsoft.Common.targets.
220
  <Target Name="BeforeBuild">
221
  </Target>
222
  <Target Name="AfterBuild">
223
  </Target>
224
  -->
225
</Project>