|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\common.init.vcxproj" /> |
| 4 | + <PropertyGroup Label="Globals"> |
| 5 | + <ProjectGuid>{ABAE25F0-D700-46E1-9EF6-5D6DDFCF8B26}</ProjectGuid> |
| 6 | + </PropertyGroup> |
| 7 | + <PropertyGroup Label="Configuration"> |
| 8 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 9 | + </PropertyGroup> |
| 10 | + <ItemGroup> |
| 11 | + <ClCompile Include="..\..\src\simplicity\bitstream.c" /> |
| 12 | + <ClCompile Include="..\..\src\simplicity\cmr.c" /> |
| 13 | + <ClCompile Include="..\..\src\simplicity\dag.c" /> |
| 14 | + <ClCompile Include="..\..\src\simplicity\deserialize.c" /> |
| 15 | + <ClCompile Include="..\..\src\simplicity\eval.c" /> |
| 16 | + <ClCompile Include="..\..\src\simplicity\frame.c" /> |
| 17 | + <ClCompile Include="..\..\src\simplicity\jets-secp256k1.c" /> |
| 18 | + <ClCompile Include="..\..\src\simplicity\jets.c" /> |
| 19 | + <ClCompile Include="..\..\src\simplicity\rsort.c" /> |
| 20 | + <ClCompile Include="..\..\src\simplicity\sha256.c" /> |
| 21 | + <ClCompile Include="..\..\src\simplicity\type.c" /> |
| 22 | + <ClCompile Include="..\..\src\simplicity\typeInference.c" /> |
| 23 | + <ClCompile Include="..\..\src\simplicity\primitive\elements\env.c" /> |
| 24 | + <ClCompile Include="..\..\src\simplicity\primitive\elements\exec.c" /> |
| 25 | + <ClCompile Include="..\..\src\simplicity\primitive\elements\elementsJets.c" /> |
| 26 | + <ClCompile Include="..\..\src\simplicity\primitive\elements\ops.c" /> |
| 27 | + <ClCompile Include="..\..\src\simplicity\primitive\elements\primitive.c" /> |
| 28 | + </ItemGroup> |
| 29 | + <ItemDefinitionGroup> |
| 30 | + <ClCompile> |
| 31 | + <LanguageStandard_C>stdc11</LanguageStandard_C> |
| 32 | + <DisableSpecificWarnings>4090;4146;4244;4715</DisableSpecificWarnings> |
| 33 | + </ClCompile> |
| 34 | + </ItemDefinitionGroup> |
| 35 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 36 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 37 | + <Import Project="..\common.vcxproj" /> |
| 38 | +</Project> |
0 commit comments