|
@@ -50,17 +50,33 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="DocumentFormat.OpenXml, Version=2.12.3.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\DocumentFormat.OpenXml.2.12.3\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="Moq, Version=4.16.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Moq.4.16.1\lib\net45\Moq.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
+ <Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
<Reference Include="System.Security" />
|
|
|
+ <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Core" />
|
|
@@ -82,6 +98,9 @@
|
|
|
<Compile Include="Access.cs">
|
|
|
<DependentUpon>Model.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="AccrualsPage.xaml.cs">
|
|
|
+ <DependentUpon>AccrualsPage.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="AccrualsScholarship.cs">
|
|
|
<DependentUpon>Model.tt</DependentUpon>
|
|
|
</Compile>
|
|
@@ -177,9 +196,6 @@
|
|
|
<Compile Include="Position.cs">
|
|
|
<DependentUpon>Model.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="ReqisitesSholarshipsPage.xaml.cs">
|
|
|
- <DependentUpon>ReqisitesSholarshipsPage.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
<Compile Include="Requisites.cs">
|
|
|
<DependentUpon>Model.tt</DependentUpon>
|
|
|
</Compile>
|
|
@@ -228,6 +244,10 @@
|
|
|
<Compile Include="WageFund.cs">
|
|
|
<DependentUpon>Model.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Page Include="AccrualsPage.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="AdminPage.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -292,10 +312,6 @@
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
- <Page Include="ReqisitesSholarshipsPage.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
<Page Include="ScholarshipsPage.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -376,5 +392,34 @@
|
|
|
<Install>false</Install>
|
|
|
</BootstrapperPackage>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <COMReference Include="Microsoft.Office.Core">
|
|
|
+ <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
|
|
+ <VersionMajor>2</VersionMajor>
|
|
|
+ <VersionMinor>8</VersionMinor>
|
|
|
+ <Lcid>0</Lcid>
|
|
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
+ <Isolated>False</Isolated>
|
|
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
+ </COMReference>
|
|
|
+ <COMReference Include="Microsoft.Office.Interop.Excel">
|
|
|
+ <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
|
|
|
+ <VersionMajor>1</VersionMajor>
|
|
|
+ <VersionMinor>9</VersionMinor>
|
|
|
+ <Lcid>0</Lcid>
|
|
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
+ <Isolated>False</Isolated>
|
|
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
+ </COMReference>
|
|
|
+ <COMReference Include="VBIDE">
|
|
|
+ <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
|
|
|
+ <VersionMajor>5</VersionMajor>
|
|
|
+ <VersionMinor>3</VersionMinor>
|
|
|
+ <Lcid>0</Lcid>
|
|
|
+ <WrapperTool>primary</WrapperTool>
|
|
|
+ <Isolated>False</Isolated>
|
|
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
+ </COMReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|