Subversion Repositories ASFLogin

Rev

Rev 59 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 66
Line 4... Line 4...
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.21022</ProductVersion>
6
    <ProductVersion>9.0.21022</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{F9BAE86E-FB88-4B56-BCC7-D5E228117FE6}</ProjectGuid>
8
    <ProjectGuid>{F9BAE86E-FB88-4B56-BCC7-D5E228117FE6}</ProjectGuid>
9
    <OutputType>Exe</OutputType>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>ASFLoginUITest</RootNamespace>
11
    <RootNamespace>ASFLoginUITest</RootNamespace>
12
    <AssemblyName>ASFLoginUITest</AssemblyName>
12
    <AssemblyName>ASFLoginUITest</AssemblyName>
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
14
    <FileAlignment>512</FileAlignment>
-
 
15
    <StartupObject>
-
 
16
    </StartupObject>
15
  </PropertyGroup>
17
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
19
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
20
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
21
    <Optimize>false</Optimize>
Line 33... Line 35...
33
    <WarningLevel>4</WarningLevel>
35
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
36
  </PropertyGroup>
35
  <ItemGroup>
37
  <ItemGroup>
36
    <Reference Include="System" />
38
    <Reference Include="System" />
37
    <Reference Include="System.Data" />
39
    <Reference Include="System.Data" />
-
 
40
    <Reference Include="System.Drawing" />
-
 
41
    <Reference Include="System.Windows.Forms" />
38
    <Reference Include="System.Xml" />
42
    <Reference Include="System.Xml" />
39
  </ItemGroup>
43
  </ItemGroup>
40
  <ItemGroup>
44
  <ItemGroup>
-
 
45
    <Compile Include="DigitInputBox.cs">
-
 
46
      <SubType>Form</SubType>
-
 
47
    </Compile>
-
 
48
    <Compile Include="DigitInputBox.Designer.cs">
-
 
49
      <DependentUpon>DigitInputBox.cs</DependentUpon>
-
 
50
    </Compile>
41
    <Compile Include="Program.cs" />
51
    <Compile Include="Program.cs" />
42
    <Compile Include="Properties\AssemblyInfo.cs" />
52
    <Compile Include="Properties\AssemblyInfo.cs" />
43
  </ItemGroup>
53
  </ItemGroup>
44
  <ItemGroup>
54
  <ItemGroup>
45
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
55
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
46
      <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project>
56
      <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project>
47
      <Name>ASFLoginUI</Name>
57
      <Name>ASFLoginUI</Name>
48
    </ProjectReference>
58
    </ProjectReference>
49
  </ItemGroup>
59
  </ItemGroup>
-
 
60
  <ItemGroup>
-
 
61
    <EmbeddedResource Include="DigitInputBox.resx">
-
 
62
      <DependentUpon>DigitInputBox.cs</DependentUpon>
-
 
63
      <SubType>Designer</SubType>
-
 
64
    </EmbeddedResource>
-
 
65
  </ItemGroup>
50
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
67
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
52
       Other similar extension points exist, see Microsoft.Common.targets.
68
       Other similar extension points exist, see Microsoft.Common.targets.
53
  <Target Name="BeforeBuild">
69
  <Target Name="BeforeBuild">
54
  </Target>
70
  </Target>