Subversion Repositories ASFLogin

Rev

Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 bonfantef 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <ProjectGuid>{E1B25C47-8DA9-475A-B63D-BDD218D4FF41}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>WinExe</OutputType>
7
    <RootNamespace>ASFLogin.AppAccountsManager</RootNamespace>
8
    <AssemblyName>ASFAccountsManager</AssemblyName>
9
    <DocumentationFile>bin\Release\ASFAccountsEditor.xml</DocumentationFile>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11
    <NoStdLib>False</NoStdLib>
12
    <WarningLevel>4</WarningLevel>
13
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14
    <ApplicationIcon>ASFAccountsEditor.ico</ApplicationIcon>
15
    <FileUpgradeFlags>
16
    </FileUpgradeFlags>
17
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <OldToolsVersion>2.0</OldToolsVersion>
20
    <PublishUrl>publish\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
37
    <OutputPath>bin\Debug\</OutputPath>
38
    <DebugSymbols>True</DebugSymbols>
39
    <DebugType>Full</DebugType>
40
    <Optimize>False</Optimize>
41
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
45
    <OutputPath>bin\Release\</OutputPath>
46
    <DebugSymbols>false</DebugSymbols>
47
    <DebugType>None</DebugType>
48
    <Optimize>True</Optimize>
49
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
50
    <DefineConstants>TRACE</DefineConstants>
51
  </PropertyGroup>
52
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
53
    <RegisterForComInterop>False</RegisterForComInterop>
54
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
55
    <BaseAddress>4194304</BaseAddress>
56
    <PlatformTarget>AnyCPU</PlatformTarget>
57
    <FileAlignment>4096</FileAlignment>
58
  </PropertyGroup>
59
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
60
  <ItemGroup>
61
    <Reference Include="nunit.framework" />
62
    <Reference Include="System" />
63
    <Reference Include="System.Configuration" />
64
    <Reference Include="System.Data" />
65
    <Reference Include="System.Drawing" />
66
    <Reference Include="System.Windows.Forms" />
67
    <Reference Include="System.Xml" />
68
  </ItemGroup>
69
  <ItemGroup>
70
    <Compile Include="AccountDataEditor.cs">
71
      <SubType>Form</SubType>
72
    </Compile>
73
    <Compile Include="AccountDataEditor.Designer.cs">
74
      <DependentUpon>AccountDataEditor.cs</DependentUpon>
75
    </Compile>
76
    <Compile Include="AssemblyInfo.cs" />
77
    <Compile Include="FileTransferClient.cs" />
78
    <Compile Include="FormAbout.cs">
79
      <SubType>Form</SubType>
80
    </Compile>
81
    <Compile Include="FormAbout.Designer.cs">
82
      <DependentUpon>FormAbout.cs</DependentUpon>
83
    </Compile>
84
    <Compile Include="MainForm.cs">
85
      <SubType>Form</SubType>
86
    </Compile>
87
    <Compile Include="MainForm.Designer.cs">
88
      <DependentUpon>MainForm.cs</DependentUpon>
89
    </Compile>
90
    <Compile Include="MakeAccountsEditorKey.cs" />
91
    <Compile Include="PasswordInputBox.cs">
92
      <SubType>Form</SubType>
93
    </Compile>
94
    <Compile Include="PasswordInputBox.Designer.cs">
95
      <DependentUpon>PasswordInputBox.cs</DependentUpon>
96
    </Compile>
97
    <Compile Include="PinInputBox.cs">
98
      <SubType>Form</SubType>
99
    </Compile>
100
    <Compile Include="PinInputBox.Designer.cs">
101
      <DependentUpon>PinInputBox.cs</DependentUpon>
102
    </Compile>
103
    <Compile Include="Program.cs" />
104
    <EmbeddedResource Include="AccountDataEditor.resx">
105
      <DependentUpon>AccountDataEditor.cs</DependentUpon>
106
      <SubType>Designer</SubType>
107
    </EmbeddedResource>
108
    <EmbeddedResource Include="FormAbout.resx">
109
      <DependentUpon>FormAbout.cs</DependentUpon>
110
      <SubType>Designer</SubType>
111
    </EmbeddedResource>
112
    <EmbeddedResource Include="MainForm.resx">
113
      <DependentUpon>MainForm.cs</DependentUpon>
114
      <SubType>Designer</SubType>
115
    </EmbeddedResource>
116
    <EmbeddedResource Include="PasswordInputBox.resx">
117
      <DependentUpon>PasswordInputBox.cs</DependentUpon>
118
      <SubType>Designer</SubType>
119
    </EmbeddedResource>
120
    <EmbeddedResource Include="PinInputBox.resx">
121
      <DependentUpon>PinInputBox.cs</DependentUpon>
122
      <SubType>Designer</SubType>
123
    </EmbeddedResource>
124
    <None Include="app.config" />
125
  </ItemGroup>
126
  <ItemGroup>
127
    <ProjectReference Include="..\Authentication\Authentication.csproj">
128
      <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project>
129
      <Name>Authentication</Name>
130
    </ProjectReference>
131
    <ProjectReference Include="..\Crypt\Crypt.csproj">
132
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
133
      <Name>Crypt</Name>
134
    </ProjectReference>
135
    <ProjectReference Include="..\Data\Data.csproj">
136
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
137
      <Name>Data</Name>
138
    </ProjectReference>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
142
      <Visible>False</Visible>
143
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
144
      <Install>true</Install>
145
    </BootstrapperPackage>
146
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
147
      <Visible>False</Visible>
148
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
149
      <Install>false</Install>
150
    </BootstrapperPackage>
151
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
152
      <Visible>False</Visible>
153
      <ProductName>.NET Framework 3.5</ProductName>
154
      <Install>false</Install>
155
    </BootstrapperPackage>
156
  </ItemGroup>
157
</Project>