-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this disambiguates the outfield with the member field name)
- Loading branch information
Jimmy Byrd
committed
May 26, 2020
1 parent
fad7f82
commit 0fdc94a
Showing
4 changed files
with
54 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 23 additions & 26 deletions
49
tests/JsonWrapperPlugin.Tests/JsonWrapperPlugin.Tests.fsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<LangVersion>preview</LangVersion> | ||
<!-- <MyriadSdkVerboseOutput>true</MyriadSdkVerboseOutput> --> | ||
<!-- <MyriadSdkWaitForDebugger>true</MyriadSdkWaitForDebugger> --> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="AssemblyInfo.fs" /> | ||
<Compile Include="Types.fs" /> | ||
<Compile Include="Generated.fs"> | ||
<MyriadFile>Types.fs</MyriadFile> | ||
<MyriadNameSpace>DataSchema</MyriadNameSpace> | ||
</Compile> | ||
<Compile Include="Tests.fs" /> | ||
<Compile Include="Main.fs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="../../src/BinaryDefense.Myriad.Plugins.JsonWrapper/BinaryDefense.Myriad.Plugins.JsonWrapper.fsproj" /> | ||
<ProjectReference Include="..\..\src\BinaryDefense.JsonWrapper.Core\BinaryDefense.JsonWrapper.Core.fsproj" /> | ||
</ItemGroup> | ||
<Import Project="..\..\.paket\Paket.Restore.targets" /> | ||
|
||
<Import Project="..\..\src\BinaryDefense.Myriad.Plugins.JsonWrapper\build\BinaryDefense.Myriad.Plugins.JsonWrapper.InTest.props" /> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<LangVersion>preview</LangVersion> | ||
<!-- <MyriadSdkVerboseOutput>true</MyriadSdkVerboseOutput> | ||
<MyriadSdkWaitForDebugger>true</MyriadSdkWaitForDebugger> --> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="AssemblyInfo.fs" /> | ||
<Compile Include="Types.fs" /> | ||
<Compile Include="Generated.fs"> | ||
<MyriadFile>Types.fs</MyriadFile> | ||
<MyriadNameSpace>DataSchema</MyriadNameSpace> | ||
</Compile> | ||
<Compile Include="Tests.fs" /> | ||
<Compile Include="Main.fs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="../../src/BinaryDefense.Myriad.Plugins.JsonWrapper/BinaryDefense.Myriad.Plugins.JsonWrapper.fsproj" /> | ||
<ProjectReference Include="..\..\src\BinaryDefense.JsonWrapper.Core\BinaryDefense.JsonWrapper.Core.fsproj" /> | ||
</ItemGroup> | ||
<Import Project="..\..\src\BinaryDefense.Myriad.Plugins.JsonWrapper\build\BinaryDefense.Myriad.Plugins.JsonWrapper.InTest.props" /> | ||
<Import Project="..\..\.paket\Paket.Restore.targets" /> | ||
</Project> |