Change project structure;
Added new c# binding;
This commit is contained in:
13
managed/SimpleRayTracer/SimpleRayTracer.slnx
Normal file
13
managed/SimpleRayTracer/SimpleRayTracer.slnx
Normal file
@@ -0,0 +1,13 @@
|
||||
<Solution>
|
||||
<Configurations>
|
||||
<Platform Name="ARM64" />
|
||||
<Platform Name="x64" />
|
||||
<Platform Name="x86" />
|
||||
</Configurations>
|
||||
<Project Path="SimpleRayTracer.csproj">
|
||||
<Platform Solution="*|ARM64" Project="ARM64" />
|
||||
<Platform Solution="*|x64" Project="x64" />
|
||||
<Platform Solution="*|x86" Project="x86" />
|
||||
<Deploy />
|
||||
</Project>
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user