Rev 74 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 74 | Rev 79 | ||
|---|---|---|---|
| Line 74... | Line 74... | ||
| 74 | <ItemGroup> |
74 | <ItemGroup> |
| 75 | <Reference Include="System" /> |
75 | <Reference Include="System" /> |
| 76 | <Reference Include="System.Configuration" /> |
76 | <Reference Include="System.Configuration" /> |
| 77 | <Reference Include="System.Data" /> |
77 | <Reference Include="System.Data" /> |
| 78 | <Reference Include="System.Drawing" /> |
78 | <Reference Include="System.Drawing" /> |
| - | 79 | <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
| - | 80 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
| - | 81 | </Reference> |
|
| 79 | <Reference Include="System.Windows.Forms" /> |
82 | <Reference Include="System.Windows.Forms" /> |
| 80 | <Reference Include="System.Xml" /> |
83 | <Reference Include="System.Xml" /> |
| 81 | </ItemGroup> |
84 | </ItemGroup> |
| 82 | <ItemGroup> |
85 | <ItemGroup> |
| 83 | <Compile Include="ARTEventNotifier.cs" /> |
86 | <Compile Include="ARTEventNotifier.cs" /> |
| 84 | <Compile Include="AssemblyInfo.cs" /> |
87 | <Compile Include="AssemblyInfo.cs" /> |
| 85 | <Compile Include="ILogger.cs" /> |
88 | <Compile Include="ILogger.cs" /> |
| 86 | <Compile Include="Language.cs" /> |
- | |
| 87 | <Compile Include="Logger.cs" /> |
89 | <Compile Include="Logger.cs" /> |
| 88 | <Compile Include="Program.cs" /> |
90 | <Compile Include="Program.cs" /> |
| 89 | <None Include="app.config" /> |
91 | <None Include="app.config" /> |
| 90 | </ItemGroup> |
92 | </ItemGroup> |
| 91 | <ItemGroup> |
93 | <ItemGroup> |
| - | 94 | <ProjectReference Include="..\ASFLanguage\ASFLanguage.csproj"> |
|
| - | 95 | <Project>{A0C0F29B-6DBE-4DDE-97FD-8E3EECD82647}</Project> |
|
| - | 96 | <Name>ASFLanguage</Name> |
|
| - | 97 | </ProjectReference> |
|
| 92 | <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj"> |
98 | <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj"> |
| 93 | <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project> |
99 | <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project> |
| 94 | <Name>ASFLoginUI</Name> |
100 | <Name>ASFLoginUI</Name> |
| 95 | </ProjectReference> |
101 | </ProjectReference> |
| 96 | <ProjectReference Include="..\Authentication\Authentication.csproj"> |
102 | <ProjectReference Include="..\Authentication\Authentication.csproj"> |