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" />
53 Kevin 57
    <Reference Include="System.DirectoryServices.AccountManagement" />
9 Kevin 58
    <Reference Include="System.Xml.Linq" />
59
    <Reference Include="System.Data.DataSetExtensions" />
60
    <Reference Include="Microsoft.CSharp" />
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>
15 Kevin 68
    <Compile Include="AboutBox.cs">
69
      <SubType>Form</SubType>
70
    </Compile>
71
    <Compile Include="AboutBox.Designer.cs">
72
      <DependentUpon>AboutBox.cs</DependentUpon>
73
    </Compile>
9 Kevin 74
    <Compile Include="Add_Hidden_Account_Form.cs">
75
      <SubType>Form</SubType>
76
    </Compile>
77
    <Compile Include="Add_Hidden_Account_Form.designer.cs">
78
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
79
    </Compile>
80
    <Compile Include="Add_System_Account_Form.cs">
81
      <SubType>Form</SubType>
82
    </Compile>
83
    <Compile Include="Add_System_Account_Form.Designer.cs">
84
      <DependentUpon>Add_System_Account_Form.cs</DependentUpon>
85
    </Compile>
86
    <Compile Include="Add_User_Account_Form.cs">
87
      <SubType>Form</SubType>
88
    </Compile>
89
    <Compile Include="Add_User_Account_Form.Designer.cs">
90
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
91
    </Compile>
53 Kevin 92
    <Compile Include="DebugText.cs" />
9 Kevin 93
    <Compile Include="Delete_User_Verify_Form.cs">
94
      <SubType>Form</SubType>
95
    </Compile>
96
    <Compile Include="Delete_User_Verify_Form.designer.cs">
97
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
98
    </Compile>
41 Kevin 99
    <Compile Include="DriveLogger_Form.cs">
100
      <SubType>Form</SubType>
101
    </Compile>
102
    <Compile Include="DriveLogger_Form.Designer.cs">
103
      <DependentUpon>DriveLogger_Form.cs</DependentUpon>
104
    </Compile>
105
    <Compile Include="DriveLogger_LabelPrompt_Form.cs">
106
      <SubType>Form</SubType>
107
    </Compile>
108
    <Compile Include="DriveLogger_LabelPrompt_Form.Designer.cs">
109
      <DependentUpon>DriveLogger_LabelPrompt_Form.cs</DependentUpon>
110
    </Compile>
9 Kevin 111
    <Compile Include="Main_Menu_Form.cs">
112
      <SubType>Form</SubType>
113
    </Compile>
114
    <Compile Include="Main_Menu_Form.Designer.cs">
115
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
116
    </Compile>
117
    <Compile Include="Manage_User_Accounts.cs" />
118
    <Compile Include="Manage_User_Accounts_Form.cs">
119
      <SubType>Form</SubType>
120
    </Compile>
121
    <Compile Include="Manage_User_Accounts_Form.Designer.cs">
122
      <DependentUpon>Manage_User_Accounts_Form.cs</DependentUpon>
123
    </Compile>
124
    <Compile Include="Program.cs" />
125
    <Compile Include="Properties\AssemblyInfo.cs" />
126
    <Compile Include="Reimage_USB_Drives.cs" />
127
    <Compile Include="Reimage_USB_Drive_Progress_Form.cs">
128
      <SubType>Form</SubType>
129
    </Compile>
130
    <Compile Include="Reimage_USB_Drive_Progress_Form.Designer.cs">
131
      <DependentUpon>Reimage_USB_Drive_Progress_Form.cs</DependentUpon>
132
    </Compile>
133
    <Compile Include="Reset_User_Password_Form.cs">
134
      <SubType>Form</SubType>
135
    </Compile>
136
    <Compile Include="Reset_User_Password_Form.Designer.cs">
137
      <DependentUpon>Reset_User_Password_Form.cs</DependentUpon>
138
    </Compile>
139
    <Compile Include="Settings_Form.cs">
140
      <SubType>Form</SubType>
141
    </Compile>
142
    <Compile Include="Settings_Form.Designer.cs">
143
      <DependentUpon>Settings_Form.cs</DependentUpon>
144
    </Compile>
145
    <Compile Include="Settings_Verify_Form.cs">
146
      <SubType>Form</SubType>
147
    </Compile>
148
    <Compile Include="Settings_Verify_Form.designer.cs">
149
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
150
    </Compile>
151
    <Compile Include="Toggle_User_Verify_Form.cs">
152
      <SubType>Form</SubType>
153
    </Compile>
154
    <Compile Include="Toggle_User_Verify_Form.designer.cs">
155
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
156
    </Compile>
15 Kevin 157
    <EmbeddedResource Include="AboutBox.resx">
158
      <DependentUpon>AboutBox.cs</DependentUpon>
159
    </EmbeddedResource>
9 Kevin 160
    <EmbeddedResource Include="Add_Hidden_Account_Form.resx">
161
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
162
    </EmbeddedResource>
163
    <EmbeddedResource Include="Add_System_Account_Form.resx">
164
      <DependentUpon>Add_System_Account_Form.cs</DependentUpon>
165
    </EmbeddedResource>
166
    <EmbeddedResource Include="Add_User_Account_Form.resx">
167
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
168
    </EmbeddedResource>
169
    <EmbeddedResource Include="Delete_User_Verify_Form.resx">
170
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
171
    </EmbeddedResource>
41 Kevin 172
    <EmbeddedResource Include="DriveLogger_Form.resx">
173
      <DependentUpon>DriveLogger_Form.cs</DependentUpon>
174
    </EmbeddedResource>
175
    <EmbeddedResource Include="DriveLogger_LabelPrompt_Form.resx">
176
      <DependentUpon>DriveLogger_LabelPrompt_Form.cs</DependentUpon>
177
    </EmbeddedResource>
9 Kevin 178
    <EmbeddedResource Include="Main_Menu_Form.resx">
179
      <DependentUpon>Main_Menu_Form.cs</DependentUpon>
180
    </EmbeddedResource>
181
    <EmbeddedResource Include="Manage_User_Accounts_Form.resx">
182
      <DependentUpon>Manage_User_Accounts_Form.cs</DependentUpon>
183
    </EmbeddedResource>
184
    <EmbeddedResource Include="Properties\Resources.resx">
185
      <Generator>ResXFileCodeGenerator</Generator>
186
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
187
      <SubType>Designer</SubType>
188
    </EmbeddedResource>
189
    <Compile Include="Properties\Resources.Designer.cs">
190
      <AutoGen>True</AutoGen>
191
      <DependentUpon>Resources.resx</DependentUpon>
192
      <DesignTime>True</DesignTime>
193
    </Compile>
194
    <EmbeddedResource Include="Reimage_USB_Drive_Progress_Form.resx">
195
      <DependentUpon>Reimage_USB_Drive_Progress_Form.cs</DependentUpon>
196
    </EmbeddedResource>
197
    <EmbeddedResource Include="Reset_User_Password_Form.resx">
198
      <DependentUpon>Reset_User_Password_Form.cs</DependentUpon>
199
    </EmbeddedResource>
200
    <EmbeddedResource Include="Settings_Form.resx">
201
      <DependentUpon>Settings_Form.cs</DependentUpon>
202
    </EmbeddedResource>
203
    <EmbeddedResource Include="Settings_Verify_Form.resx">
204
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
205
    </EmbeddedResource>
206
    <EmbeddedResource Include="Toggle_User_Verify_Form.resx">
207
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
208
    </EmbeddedResource>
209
    <None Include="Properties\Settings.settings">
210
      <Generator>SettingsSingleFileGenerator</Generator>
211
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
212
    </None>
213
    <Compile Include="Properties\Settings.Designer.cs">
214
      <AutoGen>True</AutoGen>
215
      <DependentUpon>Settings.settings</DependentUpon>
216
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
217
    </Compile>
218
  </ItemGroup>
219
  <ItemGroup>
220
    <Content Include="application_osx_terminal.ico" />
221
    <None Include="Resources\Refresh.png" />
222
  </ItemGroup>
223
  <ItemGroup>
224
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
225
      <Visible>False</Visible>
226
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
227
      <Install>true</Install>
228
    </BootstrapperPackage>
229
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
230
      <Visible>False</Visible>
231
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
232
      <Install>false</Install>
233
    </BootstrapperPackage>
234
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
235
      <Visible>False</Visible>
236
      <ProductName>.NET Framework 3.5 SP1</ProductName>
237
      <Install>false</Install>
238
    </BootstrapperPackage>
239
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
240
      <Visible>False</Visible>
241
      <ProductName>Windows Installer 3.1</ProductName>
242
      <Install>true</Install>
243
    </BootstrapperPackage>
244
  </ItemGroup>
245
  <ItemGroup />
246
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
247
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
248
       Other similar extension points exist, see Microsoft.Common.targets.
249
  <Target Name="BeforeBuild">
250
  </Target>
251
  <Target Name="AfterBuild">
252
  </Target>
253
  -->
254
</Project>