|
@@ -50,10 +50,6 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="FileManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\bin\Debug\FileManager.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Core" />
|
|
@@ -77,5 +73,11 @@
|
|
|
<Compile Include="ResultFile.cs" />
|
|
|
<Compile Include="SemPosition.cs" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\FileManager\FileManager.csproj">
|
|
|
+ <Project>{14c99f54-b3c2-47cf-adb3-e79fdd2d382f}</Project>
|
|
|
+ <Name>FileManager</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|