Skip to content

Commit

Permalink
BUILD: 51Degrees.dat removed from the project structure
Browse files Browse the repository at this point in the history
Former-commit-id: 77d57d4596e83350fedc4d3eb5f42292a766c0c0
  • Loading branch information
jwrosewell committed Oct 7, 2015
1 parent c1b5f88 commit 81c5fb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Detector Web Site/Detector Web Site 4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<Content Include="Tablet\Default.aspx" />
<Content Include="Detector.Master" />
<Content Include="51Degrees.config" />
<Content Include="App_Data\51Degrees.dat" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -257,7 +256,9 @@
<CachedSettingsPropName>Detector_WebService_MobileDevice</CachedSettingsPropName>
</WebReferenceUrl>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FoundationV3\FiftyOne.Foundation 4.csproj">
<Project>{9D658044-FB65-4939-8449-A3A1DEBBB31A}</Project>
Expand Down Expand Up @@ -295,4 +296,7 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>copy "$(SolutionDir)data\51Degrees-LiteV3.2.dat" "$(ProjectDir)App_Data\51Degrees.dat"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 81c5fb7

Please sign in to comment.