|
67 | 67 | <Compile Include="GeneratorFactory.fs" /> |
68 | 68 | <Compile Include="Generator.fs" /> |
69 | 69 | <Compile Include="Program.fs" /> |
| 70 | + <Content Include="App.config"> |
| 71 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 72 | + </Content> |
| 73 | + <Content Include="packages.config" /> |
70 | 74 | </ItemGroup> |
71 | 75 | <ItemGroup> |
72 | 76 | <Reference Include="FParsec"> |
73 | | - <HintPath>..\3rdparty\FParsec.dll</HintPath> |
| 77 | + <HintPath>..\packages\FParsec.1.0.2\lib\net40-client\FParsec.dll</HintPath> |
| 78 | + <Private>True</Private> |
74 | 79 | </Reference> |
75 | 80 | <Reference Include="FParsecCS"> |
76 | | - <HintPath>..\3rdparty\FParsecCS.dll</HintPath> |
| 81 | + <HintPath>..\packages\FParsec.1.0.2\lib\net40-client\FParsecCS.dll</HintPath> |
| 82 | + <Private>True</Private> |
77 | 83 | </Reference> |
78 | 84 | <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
79 | 85 | <Private>True</Private> |
|
82 | 88 | <Reference Include="System" /> |
83 | 89 | <Reference Include="System.Core" /> |
84 | 90 | <Reference Include="System.Numerics" /> |
85 | | - </ItemGroup> |
86 | | - <ItemGroup> |
87 | 91 | <ProjectReference Include="..\Naggum.Runtime\Naggum.Runtime.csproj"> |
88 | 92 | <Name>Naggum.Runtime</Name> |
89 | 93 | <Project>{402b5e79-e063-4833-ae4b-2986aeec1d75}</Project> |
90 | 94 | <Private>True</Private> |
91 | 95 | </ProjectReference> |
92 | 96 | </ItemGroup> |
93 | | - <ItemGroup> |
94 | | - <Content Include="App.config"> |
95 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
96 | | - </Content> |
97 | | - </ItemGroup> |
98 | 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
99 | 98 | Other similar extension points exist, see Microsoft.Common.targets. |
100 | 99 | <Target Name="BeforeBuild"> |
|
0 commit comments