This commit is contained in:
parent
c24ecff39c
commit
46f1f02cdc
|
@ -828,10 +828,6 @@
|
|||
<Project>{e8ea8a32-db36-1909-a8a7-26f06060f4d3}</Project>
|
||||
<Name>UniTask.Linq</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="AmplifyShaderEditor.csproj">
|
||||
<Project>{876d7bbd-6f78-6599-5008-d6ab40ab5602}</Project>
|
||||
<Name>AmplifyShaderEditor</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="NaughtyAttributes.Core.csproj">
|
||||
<Project>{b366c870-8269-aeae-4186-8220020279aa}</Project>
|
||||
<Name>NaughtyAttributes.Core</Name>
|
||||
|
|
|
@ -781,10 +781,6 @@
|
|||
<Project>{e8ea8a32-db36-1909-a8a7-26f06060f4d3}</Project>
|
||||
<Name>UniTask.Linq</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="AmplifyShaderEditor.csproj">
|
||||
<Project>{876d7bbd-6f78-6599-5008-d6ab40ab5602}</Project>
|
||||
<Name>AmplifyShaderEditor</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="NaughtyAttributes.Core.csproj">
|
||||
<Project>{b366c870-8269-aeae-4186-8220020279aa}</Project>
|
||||
<Name>NaughtyAttributes.Core</Name>
|
||||
|
|
|
@ -828,10 +828,6 @@
|
|||
<Project>{e8ea8a32-db36-1909-a8a7-26f06060f4d3}</Project>
|
||||
<Name>UniTask.Linq</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="AmplifyShaderEditor.csproj">
|
||||
<Project>{876d7bbd-6f78-6599-5008-d6ab40ab5602}</Project>
|
||||
<Name>AmplifyShaderEditor</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="NaughtyAttributes.Core.csproj">
|
||||
<Project>{b366c870-8269-aeae-4186-8220020279aa}</Project>
|
||||
<Name>NaughtyAttributes.Core</Name>
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmplifyShaderEditor", "AmplifyShaderEditor.csproj", "{876d7bbd-6f78-6599-5008-d6ab40ab5602}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NaughtyAttributes.Core", "NaughtyAttributes.Core.csproj", "{b366c870-8269-aeae-4186-8220020279aa}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniTask.Linq", "UniTask.Linq.csproj", "{e8ea8a32-db36-1909-a8a7-26f06060f4d3}"
|
||||
|
@ -34,8 +32,6 @@ Global
|
|||
Debug|Any CPU = Debug|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{876d7bbd-6f78-6599-5008-d6ab40ab5602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{876d7bbd-6f78-6599-5008-d6ab40ab5602}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{b366c870-8269-aeae-4186-8220020279aa}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{b366c870-8269-aeae-4186-8220020279aa}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{e8ea8a32-db36-1909-a8a7-26f06060f4d3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
|
|
Loading…
Reference in New Issue