# HG changeset patch # User Jason Maltzen <jason.maltzen@unsanctioned.net> # Date 2015-12-26 03:06:45 # Node ID 9f5798bab37157e78af2923ee43314d3501a65c8 # Parent 71732f30532885426e5e36f1216765f2132e9100 Fix up copying of data files. diff --git a/DesertPaintLab.csproj b/DesertPaintLab.csproj --- a/DesertPaintLab.csproj +++ b/DesertPaintLab.csproj @@ -72,13 +72,13 @@ <Compile Include="ScreenCheckDialog.cs" /> <Compile Include="gtk-gui\DesertPaintLab.ScreenCheckDialog.cs" /> <Compile Include="FileUtils.cs" /> - <Compile Include="PaintRecipe.cs"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Compile> + <Compile Include="PaintRecipe.cs" /> <Compile Include="ReactionRecorder.cs" /> <Compile Include="ReactionStatusWindow.cs" /> <Compile Include="gtk-gui\DesertPaintLab.ReactionStatusWindow.cs" /> - <Compile Include="RecipeGeneratorWindow.cs" /> + <Compile Include="RecipeGeneratorWindow.cs"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Compile> <Compile Include="gtk-gui\DesertPaintLab.RecipeGeneratorWindow.cs" /> <Compile Include="ReactionSet.cs" /> <Compile Include="RecipeGenerator.cs" /> @@ -107,6 +107,8 @@ <None Include="data\template\dp_reactions.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> - <None Include="data\template\ingredients.txt" /> + <None Include="data\template\ingredients.txt"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> </Project> \ No newline at end of file