Box modifications

This commit is contained in:
2016-10-18 11:10:01 -04:00
parent 3caf0bd766
commit fdc34c4ef7
109 changed files with 11033 additions and 2442 deletions
@@ -59,10 +59,9 @@
<Compile Include="Models\InventoryAddForm.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="App_Start\Setup.cs" />
<Compile Include="Services\InventoryImporterTests.cs" />
<Compile Include="Utilities\InventoryParserTests.cs" />
<Compile Include="Utilities\InventoryReportWriterTests.cs" />
<Compile Include="Utilities\DistributionReportWriterTests.cs" />
<Compile Include="Utilities\MovementReportWriterTests.cs" />
<Compile Include="Utilities\InventoryTypeParserTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InventoryTraker.Web\InventoryTraker.Web.csproj">
@@ -73,10 +72,20 @@
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<Content Include="Utilities\Documents\InventoryTypeData.xlsx">
<Content Include="Utilities\Documents\InventoryData.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Utilities\Documents\InventoryData-BadHeader.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Utilities\Documents\InventoryData-BadDate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Utilities\Documents\InventoryData-NoExtension">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.