Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions MiniEngine/ModelConverter/ModelConverter.sln

This file was deleted.

8 changes: 8 additions & 0 deletions MiniEngine/ModelConverter/ModelConverter.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="../Core/Core.vcxproj" />
<Project Path="../Model/Model.vcxproj" />
<Project Path="ModelConverter.vcxproj" />
</Solution>
44 changes: 0 additions & 44 deletions MiniEngine/ModelViewer/ModelViewer.sln

This file was deleted.

17 changes: 17 additions & 0 deletions MiniEngine/ModelViewer/ModelViewer.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Profile" />
<BuildType Name="Release" />
Comment thread
0x5bfa marked this conversation as resolved.
<Platform Name="Windows" />
</Configurations>
<Project Path="../Core/Core.vcxproj">
<Platform Project="x64" />
</Project>
<Project Path="../Model/Model.vcxproj">
<Platform Project="x64" />
</Project>
<Project Path="ModelViewer.vcxproj">
<Platform Project="x64" />
</Project>
</Solution>
24 changes: 0 additions & 24 deletions MiniEngine/Tools/SDFFontCreator/SDFFontCreator_VS15.sln

This file was deleted.

8 changes: 8 additions & 0 deletions MiniEngine/Tools/SDFFontCreator/SDFFontCreator_VS15.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Solution>
<Configurations>
<Platform Name="Windows" />
</Configurations>
<Project Path="SDFFontCreator_VS15.vcxproj">
<Platform Project="x64" />
</Project>
</Solution>
2 changes: 1 addition & 1 deletion MiniEngine/Tools/Scripts/CreateNewProject.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def copy_app_template(project, guid):
shutil.copy(os.path.join(TEMPLATES_FOLDER, 'pch.h'), project)
shutil.copy(os.path.join(TEMPLATES_FOLDER, 'pch.cpp'), project)
copy_template_file('Main.cpp', project, guid)
copy_template_file('AppTemplate.sln', project, guid)
copy_template_file('AppTemplate.slnx', project, guid)
copy_template_file('AppTemplate.vcxproj', project, guid)
copy_template_file('AppTemplate.vcxproj.filters', project, guid)
for file in glob(os.path.join(TEMPLATES_FOLDER, '*.png')):
Expand Down
33 changes: 0 additions & 33 deletions MiniEngine/Tools/Scripts/ProjectTemplates/AppTemplate.sln

This file was deleted.

14 changes: 14 additions & 0 deletions MiniEngine/Tools/Scripts/ProjectTemplates/AppTemplate.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Solution>
<Configurations>
<BuildType Name="Debug" />
Comment thread
0x5bfa marked this conversation as resolved.
<BuildType Name="Profile" />
<BuildType Name="Release" />
<Platform Name="Windows" />
</Configurations>
<Project Path="../Core/Core.vcxproj">
<Platform Project="x64" />
</Project>
<Project Path="TEMPLATE_NAME.vcxproj">
<Platform Project="x64" />
</Project>
</Solution>
2 changes: 1 addition & 1 deletion MiniEngine/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MiniEngine by Team Minigraph at Microsoft

## Getting started:
* Open ModelViewer/ModelViewer_VS16.sln
* Open ModelViewer/ModelViewer.slnx
* Select configuration: Debug (full validation), Profile (instrumented), Release
* Select platform
* Build and run
Expand Down
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D1211On12/src/D3D1211On12.sln

This file was deleted.

6 changes: 6 additions & 0 deletions Samples/Desktop/D3D1211On12/src/D3D1211On12.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D1211On12.vcxproj" />
</Solution>
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D12Bundles/src/D3D12Bundles.sln

This file was deleted.

6 changes: 6 additions & 0 deletions Samples/Desktop/D3D12Bundles/src/D3D12Bundles.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D12Bundles.vcxproj" />
</Solution>
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D12DepthBoundsTest/src/D3D12DepthBoundsTest.sln

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D12DepthBoundsTest.vcxproj" />
</Solution>
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D12DynamicIndexing/src/D3D12DynamicIndexing.sln

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D12DynamicIndexing.vcxproj" />
</Solution>
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D12ExecuteIndirect/src/D3D12ExecuteIndirect.sln

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D12ExecuteIndirect.vcxproj" />
</Solution>
22 changes: 0 additions & 22 deletions Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.sln

This file was deleted.

6 changes: 6 additions & 0 deletions Samples/Desktop/D3D12Fullscreen/src/D3D12Fullscreen.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="D3D12Fullscreen.vcxproj" />
</Solution>
Loading